[GH-ISSUE #745] problem to register hotkey #585

Open
opened 2026-05-05 06:43:23 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @zurekl on GitHub (Jun 10, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/745

Operating Systems

Server: Arch Linux 5.6.14 64-bit
Client: Windows 8.1 Pro version 6.3 64-bit

Barrier Version

Barrier 2.3.2

Steps to reproduce bug

Configure hotkey either in config file or with Configure Server button:

section: options
	keystroke(F12) = keystroke(F12,arch)
end

Start server.

Log:

[2020-06-10T18:03:30] INFO: starting server
[2020-06-10T18:03:30] INFO: config file: /home/***/configuration.sgc
[2020-06-10T18:03:30] INFO: log level: INFO
[2020-06-10T18:03:30] INFO: log file: /var/log/barrier.log
[2020-06-10T18:03:30] WARNING: failed to register hotkey F12 (id=efc9 mask=0000)
[2020-06-10T18:03:30] NOTE: started server (IPv4/IPv6), waiting for clients

Hotkey feature does not work at all.

Originally created by @zurekl on GitHub (Jun 10, 2020). Original GitHub issue: https://github.com/debauchee/barrier/issues/745 ### Operating Systems ### Server: Arch Linux 5.6.14 64-bit Client: Windows 8.1 Pro version 6.3 64-bit ### Barrier Version ### Barrier 2.3.2 ### Steps to reproduce bug ### Configure hotkey either in config file or with Configure Server button: ``` section: options keystroke(F12) = keystroke(F12,arch) end ``` Start server. Log: ``` [2020-06-10T18:03:30] INFO: starting server [2020-06-10T18:03:30] INFO: config file: /home/***/configuration.sgc [2020-06-10T18:03:30] INFO: log level: INFO [2020-06-10T18:03:30] INFO: log file: /var/log/barrier.log [2020-06-10T18:03:30] WARNING: failed to register hotkey F12 (id=efc9 mask=0000) [2020-06-10T18:03:30] NOTE: started server (IPv4/IPv6), waiting for clients ``` Hotkey feature does not work at all.
gitea-mirror added the
bug
label 2026-05-05 06:43:23 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 19, 2020):

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:695146261 --> @github-actions[bot] commented on GitHub (Sep 19, 2020): This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@curiousercreative commented on GitHub (Nov 16, 2020):

I was having the same problem with hotkey registration failures. In my case, I was able to isolate the problem to another application that was registering the same hotkey (Autokey in my case). Fortunately for me, Autokey didn't have any trouble registering its hotkey after Barrier, so I just modified my startup commands to delay Autokey a few seconds and allow Barrier to register first.

<!-- gh-comment-id:728237618 --> @curiousercreative commented on GitHub (Nov 16, 2020): I was having the same problem with hotkey registration failures. In my case, I was able to isolate the problem to another application that was registering the same hotkey (Autokey in my case). Fortunately for me, Autokey didn't have any trouble registering its hotkey after Barrier, so I just modified my startup commands to delay Autokey a few seconds and allow Barrier to register first.
Author
Owner

@p12tic commented on GitHub (Jan 10, 2021):

Let's not close valid bug reports for no reason.

<!-- gh-comment-id:757531091 --> @p12tic commented on GitHub (Jan 10, 2021): Let's not close valid bug reports for no reason.
Author
Owner

@p12tic commented on GitHub (Jan 10, 2021):

@curiousercreative Could you point to autokey website so that there's no ambiguity over which program you were using? I think we could learn from Autokey and if we setup hotkeys in the same way then this bug would be fixed.

<!-- gh-comment-id:757531359 --> @p12tic commented on GitHub (Jan 10, 2021): @curiousercreative Could you point to autokey website so that there's no ambiguity over which program you were using? I think we could learn from Autokey and if we setup hotkeys in the same way then this bug would be fixed.
Author
Owner

@curiousercreative commented on GitHub (Jan 10, 2021):

https://github.com/autokey/autokey

<!-- gh-comment-id:757551090 --> @curiousercreative commented on GitHub (Jan 10, 2021): https://github.com/autokey/autokey
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#585
No description provided.