mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
X11: Fixed page down key mapping.
This commit is contained in:
parent
886dd485c0
commit
38a7bc6d28
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ namespace entry
|
|||
initTranslateKey(XK_Home, Key::Home);
|
||||
initTranslateKey(XK_KP_End, Key::End);
|
||||
initTranslateKey(XK_Page_Up, Key::PageUp);
|
||||
initTranslateKey(XK_Page_Down, Key::PageUp);
|
||||
initTranslateKey(XK_Page_Down, Key::PageDown);
|
||||
initTranslateKey(XK_Print, Key::Print);
|
||||
initTranslateKey(XK_equal, Key::Plus);
|
||||
initTranslateKey(XK_minus, Key::Minus);
|
||||
|
|
Loading…
Reference in a new issue