-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add Browser Forward/Browser Back keys #34
Comments
What header are these defined in? I may just add them to keysym.rs if it's appropriate. Is there a listing of other XF86 keys? |
On my system, they're on |
Added these in e877a89. |
Thanks! Could you publish a new version of the crate? |
2.4.0 is now up :D |
These are the "back"/"forward" buttons on newer keyboards, often part of the arrow keypad. They have keycodes of 0x1008ff26 and 0x1008ff27 and are called XF86Back and XF86Forward respectively.
Filing an issue since I'm not sure if x11-rs wants to have such keys.
The text was updated successfully, but these errors were encountered: