mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #647] Switching key stops working, registered as group 0 key after some time or event #516
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#516
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 @sim590 on GitHub (May 2, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/647
Switching from client to server will not work using keystrokes, but this does work the other way around, i.e from the server to the client. This is not always the case and I'm not sure how it occurs.
Operating Systems
Server: GNU/Linux (distro: Debian)
Client: GNU/Linux (distro: Archlinux)
Barrier Version
I compiled both client and server myself on
b6a1b574.Steps to reproduce bug
Not sure for now.
Other info
Here I'm linking the log that I'm getting on the client:
barrier-bug-hotkey-cant-switch.log
Notice the lines with
INFO: found key in group 0. These happen everytime I hitCTRL+ALT+Kto switch back to the server but I can't since it is registered as a "group 0" key which I'm guessing is a passthrough or unregistered key.Over the server, I was getting no output with
-d DEBUGflags when hitting the key.Here is my config file:
barrier_conf.txt
EDIT (2020-05-03)
xrandrfor configuring an extra monitor. Both of my laptops can claim the same monitor as a second monitor at some point.@Miradden commented on GitHub (May 3, 2020):
bump. I have the exact same problem, started happening today. I can't switch screens using the keyboard or use scroll lock to keep the cursor on one screen which leads to the mouse not working in some applications. Server is Arch and my client is windows
@sim590 commented on GitHub (May 4, 2020):
It happened today and, up to now, it seems to happen concurrently with some other issue I have that I would normally classify as independent, but since they're very similar and they happen at the same time, I'm mentioning it here.
So, at the same time, I also experience that another key combination configured for the Awesome Window Manager stops working. The key combination is
ALT+SHIFT+[0-9]where[1-9]is a regular expression here.On Barrier, the key combination is
CTRL+ALT+k(for going to the left).I found this strange that both happen. Again, it could be orthogonal problems.
@sim590 commented on GitHub (May 4, 2020):
Further information about my setup:
xrandrfor configuring an extra monitor. Both of my laptops can claim the same monitor as a second monitor at some point.I will copy/paste this new info in the OP.
@github-actions[bot] commented on GitHub (Sep 23, 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.