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

Add Browser Forward/Browser Back keys #34

Closed
Manishearth opened this issue Feb 27, 2016 · 5 comments
Closed

Add Browser Forward/Browser Back keys #34

Manishearth opened this issue Feb 27, 2016 · 5 comments

Comments

@Manishearth
Copy link

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.

@ghost
Copy link

ghost commented Feb 29, 2016

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?

@wolfiestyle
Copy link
Contributor

On my system, they're on /usr/include/X11/XF86keysym.h. There are also many other keysyms missing, like the dead keys present on many international keyboards (XK_dead_*) and AltGr (XK_ISO_Level3_Shift).

@ghost
Copy link

ghost commented Mar 16, 2016

Added these in e877a89.

@ghost ghost closed this as completed Mar 16, 2016
ghost referenced this issue Mar 16, 2016
@Manishearth
Copy link
Author

Thanks! Could you publish a new version of the crate?

@ghost
Copy link

ghost commented Mar 17, 2016

2.4.0 is now up :D

This issue was closed.
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

No branches or pull requests

2 participants