mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1020] Server cannot be a recipient of it's own hotkey invoked keystrokes. #810
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#810
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 @BLARGoMATIC on GitHub (Jan 11, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1020
Describe the bug
Similar issue to #838 However, using the wildcard * in
keystroke(key[,screens])or even the server only results in a useless hotkey, along with that keystroke being blocked from normal use on the server.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Using the example from #838:
keystroke(Control+a,server)should be redundant, and have no noticeable effect. (Select-all continuing to work as intended)keystroke(Control+a,*)should send the keystroke to the client(s) (which it does) in addition to the keystroke being sent to the server, keeping the Select-all command functioning on the server computer (which it doesn't).Screenshots
Desktop (please complete the following information):
Additional context
I haven't looked too far in finding why this is, but I assume it's due to the keystroke being sent by barrier triggering itself on the server.
@BLARGoMATIC commented on GitHub (Jan 11, 2021):
Looks like people are having similar problems with synergy:
https://members.symless.com/forums/topic/6223-hotkey-for-server-and-client/?tab=comments#comment-28839
https://members.symless.com/forums/topic/6088-hotkey-binding-stopping-funtionality-of-keyboard-input/?tab=comments#comment-28202
not much help in fixing it, and it shows it was a problem before barrier was forked.