mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #838] A hotkey for a client makes the same key combination in a server un-workable #664
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#664
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 @tom-tan on GitHub (Aug 17, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/838
Operating Systems
Server: Windows 10 (build 19041.450)
Client: macOS Catalina (10.15.6)
Barrier Version
2.3.3
I installed the same version to the server and the client.
Steps to reproduce bug
Use existing configuration:and load the configuration file with the following setting. The complete configuration is inOther infosection.Reloadbutton.Expected behavior
Whole characters in notepad are selected. It is the same behavior without barrier.
Actual behavior
Nothing happens.
On the other hand, in mac client, Control+a works as intended.
Other info
Here is a complete configuration content I used.
monocerosandvirgoare the name of server and client, respectively.@tom-tan commented on GitHub (Aug 18, 2020):
Sorry, I misunderstood the specification.
The spec of configuration of Actions in Synergy (it is referred from the Wiki in Barrier) says:
(snip)
Therefore
keystroke(Control+a) = keystroke(Control+a,client)always sendControl+ato the client and it is intended behavior.