mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1749] Mouse buttons other than left, right, and middle are read incorrectly when assigning as hotkeys. #1291
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#1291
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 @Ennis0 on GitHub (Aug 18, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1749
What happened?
In the hotkey assignment window("Configure Server..." button > "Hotkeys" tab > "New" or "Edit" buttons), all of the buttons on my mouse except for the left, right, and middle(buttons 1, 3, and 2 respectively according to xinput) are read as various other keys*. Going through with the hotkey assignment and trying to use the given mouse button results in failure to trigger the hotkey. Using the key actually displayed in the hotkey dialog does trigger the hotkey.
The mouse hardware I'm using is a Logitech G502 Hero. I have it configured with a utility called Piper(https://github.com/libratbag/piper), a frontend for ratbagd(https://github.com/libratbag).
*button 10: Space
button 11: @
button 12: \u0080
button 14: \u0201
button 15: \u0450
Screencast from 08-18-2022 03:58:04 PM.webm
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
I installed Barrier following these instructions: https://github.com/debauchee/barrier-wiki/blob/master/Building-on-Linux.md
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
Server: Debian GNU/Linux 11 (bullseye)
Client: Windows 10 Home
Relevant log output
No response
Any other information
Issue #1099 was the only extant issue I saw that looks like it may be related, although I confess I don't fully understand what the submitter is saying.