Commit a8906812 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

XCB: map Print and Pause keys

parent 6282c0e3
......@@ -5,6 +5,7 @@
{ XK_BackSpace, KEY_BACKSPACE, },
{ XK_Tab, KEY_TAB, },
{ XK_Return, KEY_ENTER, },
{ XK_Pause, KEY_PAUSE },
{ XK_Escape, KEY_ESC, },
{ XK_Home, KEY_HOME, },
{ XK_Left, KEY_LEFT, },
......@@ -15,6 +16,7 @@
{ XK_Page_Down, KEY_PAGEDOWN, },
{ XK_End, KEY_END, },
{ XK_Begin, KEY_HOME, },
{ XK_Print, KEY_PRINT },
{ XK_Insert, KEY_INSERT, },
{ XK_Menu, KEY_MENU },
{ XK_Cancel, KEY_BROWSER_STOP },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment