mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1029] unable to use capslock as modifier #814
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#814
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 @a-singer on GitHub (Jan 19, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1029
Describe the bug
Hello,
http://www.nvda-project.org
to run my machine. The screen reader uses the capslock key as a modifier. Barrier, however, seems to pass this key through to clients only as a single press, not as a modifier. That is, if I want to hold the capslock key down and hit a, what the client sees is a press and release of the capslock key, then the letter a. It does not see capslock+a. Is there a way to have capslock used as a modifier? I note that there may be a connection with issue #366, but that seems to be on Linux, rather than with Windows at both ends.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the client to receive capslock down, then a down, then a up, then capslock up.
Screenshots
If applicable, add screenshots to help explain your problem.
Please do not link to image hosting sites, as these can be ephemeral. Instead, attach them to the issue.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@clort81 commented on GitHub (Sep 5, 2023):
I have been using Xmodmap to modify capslock on a linux client, and this consistently breaks keyboard with barrier running.
Symptoms seem to include losing some keys (capital keys), getting ctrl-key stuck (every click or keypress is interpreted as ctrl-click - etc).
At the time of this writing, I simply have to not use a redirected capslock, and Barrier sharing works finel.
Thanks to the poster for pointing me to this issue.