mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1737] Hotkey listening not accepting my hotkey #1282
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Queuecumber on GitHub (Aug 5, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1737
What happened?
I have a keyboard with a few extra keys on it, I've bound these to some of the "high" F keys.
I'd like to use F14 as a hotkey in the barrier server but it isn't accepting the keystroke when I try to create a new hotkey. I'm going to poke around the source code but I'm curious if you know what might be going wrong here and if you can recommend a fix for it. F12 worked fine.
showkey -kreports this key as keycode 184xevreports it asVersion
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
No response
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
Arch linux server
Relevant log output
No response
Any other information
No response
@Queuecumber commented on GitHub (Aug 5, 2022):
Found some relevant code here:
https://github.com/debauchee/barrier/blob/master/src/gui/src/KeySequence.cpp#L228
Seems to me like it should be working
@Queuecumber commented on GitHub (Aug 5, 2022):
Found the answer here, sorry for the noise
https://github.com/debauchee/barrier/issues/197