mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #936] Super, Alt, Ctrl are captured on Linux Server #746
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#746
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 @siavashs on GitHub (Nov 2, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/936
Describe the bug
I'm using Arch Linux as server and macOS as client, mouse and keyboard control work normally except Super, Alt, Ctrl keys which must trigger Cmd, Alt, Ctrl on macOS.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Super, Alt, Ctrl must be captured and sent to the client
Desktop:
@claudioap commented on GitHub (Nov 10, 2020):
Is your server using wayland? Wayland is unsupported and there's a bounty in #109
@siavashs commented on GitHub (Nov 10, 2020):
Correct, I assumed Wayland is supported since it's the default in many distros now.
@vii commented on GitHub (Jan 11, 2021):
is the bounty for a Wayland client? The issue here is passing through these special keys from the server.
Possible approaches that I can see
This is separate from implementing the client on Wayland
@metal3d commented on GitHub (Nov 3, 2022):
Hi,
Sorry for the message but: it's now 2 years that the problem is reported, any news ? This is the only problem I encounter using Barrier for now… It's a pity.
@metal3d commented on GitHub (Nov 3, 2022):
Note: both server and client on Linux, same problem
@mitchcurtis commented on GitHub (Dec 5, 2022):
Currently encountering an issue where Alt+Tab is captured by the Ubuntu 22.04 server (which uses Wayland by default, apparently), even when the Windows 11 machine has focus. This also results in some strange Alt purgatory, where scrolling in Firefox on Windows results in navigating back and forward through history, changing pages and losing anything that wasn't saved in the process. I found that a workaround is to press Alt once or twice on Windows.
I guess I need to tell it not to use Wayland somehow.