mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #697] Caps lock and num lock status indicators not working #554
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#554
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 @ivanaponi on GitHub (May 27, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/697
Caps lock and num lock are not functioning from Windows Server to Linux Client
To repro
Move the mouse to the Linux client and press num lock or caps lock
Expected to see the light indicator function with num lock and caps lock
@simons-public commented on GitHub (May 28, 2020):
I can confirm this happens on the latest
masterwith a MacOS server and Linux client as well. On the Linux client thexevcommand does not register any KeyPress or KeyRelease events.Edit: Caps lock by itself does not register until a key is pressed. Below is the
xevoutput when pressing just caps lock followed by 'a' (my notes annotated with >>>). It looks like caps lock presses and releases (turning it on), then the letterAkey is pressed, then beforeAis released caps lock presses and releases (turning it off) again.@ivanaponi Is capslock working for you but just not showing the keyboard light?
@ivanaponi commented on GitHub (May 28, 2020):
The actual input works, just no indication of that mode of operation
@simons-public commented on GitHub (May 28, 2020):
@ivanaponi Would you mind changing the title to reflect that it is just the indicators that don't work?
@ivanaponi commented on GitHub (May 28, 2020):
I also note that when I set it to caps lock or num lock, it is common across both machines and not specific to the machine it was set on, I think it should be set to only the machine it was set to and persisted across machine change
@github-actions[bot] commented on GitHub (Sep 21, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
@p12tic commented on GitHub (Jan 10, 2021):
This is a valid bug, let's not close it.