[GH-ISSUE #1077] Hotkey to toggle screen isn't working #857

Open
opened 2026-05-05 07:13:22 -06:00 by gitea-mirror · 7 comments
Owner

Originally created by @cksachdev on GitHub (Feb 23, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1077

Describe the bug
Configuring toggle key shortcut doesn't do any action.

To Reproduce
Configure Barrier as per the screenshot below:
image

Steps to reproduce the behavior:

  1. After configuring Barrier as per screenshot above, press Ctrl+`

Expected behavior
Mouse should move to another Computer connected

Desktop (please complete the following information):

  • OS: macOS 10.15.7(Server) and macOS 11.2.1(Client)
  • Barrier version: 2.3.3

Additional context
If there is a wiki page or video which explains how to use Hotkeys and Advanced Server Settings, please point me to the resource.

Originally created by @cksachdev on GitHub (Feb 23, 2021). Original GitHub issue: https://github.com/debauchee/barrier/issues/1077 **Describe the bug** Configuring toggle key shortcut doesn't do any action. **To Reproduce** Configure Barrier as per the screenshot below: ![image](https://user-images.githubusercontent.com/37770/108836724-331f6700-75f7-11eb-8086-3381a472337c.png) Steps to reproduce the behavior: 1. After configuring Barrier as per screenshot above, press Ctrl+` **Expected behavior** Mouse should move to another Computer connected **Desktop (please complete the following information):** - OS: macOS 10.15.7(Server) and macOS 11.2.1(Client) - Barrier version: 2.3.3 **Additional context** If there is a wiki page or video which explains how to use Hotkeys and Advanced Server Settings, please point me to the resource.
Author
Owner

@curiousercreative commented on GitHub (Mar 2, 2021):

check your logs and perhaps increase the verbosity if you don't see anything. I've had a similar experience and see the following log:

[2021-03-01T22:11:38] INFO: starting server
[2021-03-01T22:11:38] INFO: config file: /tmp/Barrier.umCZdI
[2021-03-01T22:11:38] INFO: log level: INFO
[2021-03-01T22:11:38] WARNING: failed to register hotkey Alt+Grave (id=0060 mask=0004)
started server (IPv4), waiting for clients

In my case, that hotkey was registered by another application prior to starting barrier.

Relates to: https://github.com/debauchee/barrier/issues/745

<!-- gh-comment-id:788545375 --> @curiousercreative commented on GitHub (Mar 2, 2021): check your logs and perhaps increase the verbosity if you don't see anything. I've had a similar experience and see the following log: ``` [2021-03-01T22:11:38] INFO: starting server [2021-03-01T22:11:38] INFO: config file: /tmp/Barrier.umCZdI [2021-03-01T22:11:38] INFO: log level: INFO [2021-03-01T22:11:38] WARNING: failed to register hotkey Alt+Grave (id=0060 mask=0004) started server (IPv4), waiting for clients ``` In my case, that hotkey was registered by another application prior to starting barrier. Relates to: https://github.com/debauchee/barrier/issues/745
Author
Owner

@cksachdev commented on GitHub (Mar 2, 2021):

@curiousercreative Thanks for the suggestion. I couldn't figure out an option to increase the verbosity. Please suggest how can I increase the verbosity.

<!-- gh-comment-id:788757252 --> @cksachdev commented on GitHub (Mar 2, 2021): @curiousercreative Thanks for the suggestion. I couldn't figure out an option to increase the verbosity. Please suggest how can I increase the verbosity.
Author
Owner

@curiousercreative commented on GitHub (Mar 2, 2021):

@cksachdev do you have the GUI? It's under settings

<!-- gh-comment-id:788915549 --> @curiousercreative commented on GitHub (Mar 2, 2021): @cksachdev do you have the GUI? It's under settings
Author
Owner

@joh6nn commented on GitHub (Mar 19, 2021):

@cksachdev in the main Barrier server window, there's a menu across the top and the entry furthest to the left is "Barrier"; if you click that, there will be an entry labeled "Change Settings". At the bottom of the Settings window there is a section for logging; you can see information about hotkeys by changing the logging level to Debug1

<!-- gh-comment-id:802517034 --> @joh6nn commented on GitHub (Mar 19, 2021): @cksachdev in the main Barrier server window, there's a menu across the top and the entry furthest to the left is "Barrier"; if you click that, there will be an entry labeled "Change Settings". At the bottom of the Settings window there is a section for logging; you can see information about hotkeys by changing the logging level to Debug1
Author
Owner

@adamjrice commented on GitHub (Oct 19, 2021):

I'm having the same trouble. When I set the log level to "debug" I see could not map hotkey id=ef14 mask=0000

I've tried a lot of different hotkey triggers at this point. I've been choosing obscure ones intentionally so there shouldn't be any clashes with other apps' hotkeys. So far no luck.

<!-- gh-comment-id:946867798 --> @adamjrice commented on GitHub (Oct 19, 2021): I'm having the same trouble. When I set the log level to "debug" I see `could not map hotkey id=ef14 mask=0000` I've tried a lot of different hotkey triggers at this point. I've been choosing obscure ones intentionally so there shouldn't be any clashes with other apps' hotkeys. So far no luck.
Author
Owner

@danielkrajnik commented on GitHub (Jan 8, 2023):

Not sure if that's the same issue, but shortcuts on client machines also don't work for me (Ubuntu 22.04), but work on server. Any advice would be really appreciated.

<!-- gh-comment-id:1374925200 --> @danielkrajnik commented on GitHub (Jan 8, 2023): Not sure if that's the same issue, but shortcuts on client machines also don't work for me (Ubuntu 22.04), but work on server. Any advice would be really appreciated.
Author
Owner

@dsummersl commented on GitHub (Sep 19, 2023):

I had an issue where I would see the SSL cert does not exist...following the instructions to manually generate the certificate solved the problem for me: https://github.com/debauchee/barrier/issues/1952

<!-- gh-comment-id:1725485227 --> @dsummersl commented on GitHub (Sep 19, 2023): I had an issue where I would see the `SSL cert does not exist`...following the instructions to manually generate the certificate solved the problem for me: https://github.com/debauchee/barrier/issues/1952
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#857
No description provided.