summaryrefslogtreecommitdiff
path: root/symbols/inet
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2013-12-12 15:07:59 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2013-12-17 22:10:06 +0000
commitec875f6f9b7c4028e11d32b071989c682e6502bd (patch)
treed1a29c9beb192b4449092611f38b70c6f4c44771 /symbols/inet
parentaaf4edebf7de3c2b5188a4f25a8901d274ea3400 (diff)
downloadxkeyboard-config-ec875f6f9b7c4028e11d32b071989c682e6502bd.tar.gz
symbols/inet: Fix mapping of KEY_DIRECTION/CYCLEWINDOWS for evdev
From checking the usage of KEY_CYCLEWINDOWS in the linux sources, it seems to be meant for task switching, rather than rotating the screen as XF86RotateWindows traditionally does. In turn, KEY_DIRECTION is what some kernel platform modules already use for the "rotate display" key in certain tablet models. So in order to make things consistent, it makes more sense to map KEY_DIRECTION to XF86RotateWindows, and KEY_CYCLEWINDOWS to XF86TaskPane as it's the closest offered behavior. Signed-off-by: Carlos Garnacho <carlosg@gnome.org>
Diffstat (limited to 'symbols/inet')
-rw-r--r--symbols/inet4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/inet b/symbols/inet
index 839439a..cbe3cef 100644
--- a/symbols/inet
+++ b/symbols/inet
@@ -139,8 +139,8 @@ xkb_symbols "evdev" {
key <I158> { [ XF86WWW ] };
key <I159> { [ XF86DOS ] };
key <I160> { [ XF86ScreenSaver ] };
-// key <I161> { [ ] }; // KEY_DIRECTION
- key <I162> { [ XF86RotateWindows ] };
+ key <I161> { [ XF86RotateWindows ] };
+ key <I162> { [ XF86TaskPane ] };
key <I163> { [ XF86Mail ] };
key <I164> { [ XF86Favorites ] };
key <I165> { [ XF86MyComputer ] };