Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to evdev keycodes #316

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

matt335672
Copy link
Member

@matt335672 matt335672 commented Jun 12, 2024

Fixes #211

Depends on neutrinolabs/xrdp#3138

See also #303

Uses the evdev X11 keycodes passed over from xrdp, so that these do not have to be mapped within xorgxrdp as well.

I'm hoping this is more readable than it was. I've removed a lot of magic numbers

@matt335672
Copy link
Member Author

Status update - this is turning into more work than I expected on the xrdp side, but I'm still looking at it.

@matt335672 matt335672 force-pushed the move_to_evdev branch 2 times, most recently from 2949c20 to 0b25b71 Compare June 24, 2024 14:51
@matt335672 matt335672 marked this pull request as ready for review June 24, 2024 15:15
This commit uses the XKB rules set passed by xrdp to set up
the keyboard mappings. This allows the dependency on the evdev
or base keycode set to be removed from xorgxrdp, and passed to
xrdp.

Some other tidy-ups, mainly around the removal of magic numbers
have been implemented.
@matt335672 matt335672 merged commit 3455a7d into neutrinolabs:devel Aug 6, 2024
8 checks passed
@matt335672 matt335672 deleted the move_to_evdev branch August 6, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XRDP Keyboard evdev support?
1 participant