mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #403] Possible wrong case for key symbols in release_bind option? #208
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#208
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 @vinivosh on GitHub (Mar 26, 2026).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/403
Using the latest release,
0.10.0, in Arch Linux via theextra/lan-mousepackage.I got this config parsing error when trying to use the CLI interface. Seems like the camel case used in the scan codes isn't consistent, leading to confusion. Shouldn't
KeyLeftBracestay that way in Linux as it is in Windows? Instead, it expectsKeyLeftbrace.Sorry if this is some implementation limitation that I don't know of.
@feschber commented on GitHub (Mar 26, 2026):
no this doesn't have a technical reason, its just inconsistent
@vinivosh commented on GitHub (Mar 30, 2026):
Maybe it'd be ideal to add some kind of alias to some keys, to deal with these inconsistencies? Or maybe even compare the keycode in lowercase, if no ambiguity arises with this approach?