summaryrefslogtreecommitdiff
path: root/symbols
diff options
context:
space:
mode:
authorChristian Kellner <christian@kellner.me>2017-06-20 17:40:34 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2018-05-14 23:16:26 +0100
commitd0e5e63cf59be444bec0e5b11838a9abce45226d (patch)
treec3e29a0ee3a997799a97be0eeccb2386b39b61a4 /symbols
parente6103610a2ddae633e2715c9f1da86e79b5256dd (diff)
Map evdev keycode KEY_KEYBOARD to XF86Keyboard
NB: XF86Keyboard is a relatively new keysym and therefore needs recent protocol headers. Also KEY_KEYBOARD's keysym is > 255 and therefore needs a recent xkbcomp (as the new KEY_FAVORITES). https://bugs.freedesktop.org/show_bug.cgi?id=101521 Signed-off-by: Christian Kellner <christian@kellner.me>
Diffstat (limited to 'symbols')
-rw-r--r--symbols/inet1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbols/inet b/symbols/inet
index 5176e522..bc4aaa33 100644
--- a/symbols/inet
+++ b/symbols/inet
@@ -219,6 +219,7 @@ xkb_symbols "evdev" {
key <I255> { [ XF86RFKill ] }; // KEY_RFKILL
key <I372> { [ XF86Favorites ] };
+ key <I374> { [ XF86Keyboard ] };
key <FK13> { [ XF86Tools ] };
key <FK14> { [ XF86Launch5 ] };