mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #48] Several keys are bound to the wrong keycodes on receiving clients #15
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#15
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 @MulverineX on GitHub (Dec 14, 2023).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/48
May just be a Windows issue. Can't test.
Media Skip -
hMedia Play/Pause -
jMedia Previous -
k(ironically the non-global hotkey for play/pause on YouTube)Left - F18 / code 129
Up - F16 / code 127
Down - F21 / code 132
Right - F19 / code 130
Volume Up - IntlRo / 193
Volume Down - Lang1 / 255
Windows/Super/Meta - IntlYen / 255 (weird how its the same code)
Same environment as #46
@feschber commented on GitHub (Dec 14, 2023):
I'm aware of this. Keycode translation is next on my list :). Linux and Windows are different.
See #16
@feschber commented on GitHub (Dec 18, 2023):
@MulverineX should be working now! Tell me if some keys aren't mapped correctly.
@MulverineX commented on GitHub (Dec 18, 2023):
Yep its working great now, thank you!!