diff options
author | Alexey Ten (Lynn) <alexeyten+deb@gmail.com> | 2009-10-16 22:43:16 +0400 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2009-10-18 22:10:53 +0100 |
commit | 9bc37bc0ed3a04f039c3319bdedba1d27f5ecfe8 (patch) | |
tree | d10c3bbb958288691479d383d5afefef2c4f5f31 | |
parent | c3367736c4399443662815303f4d45bdd20a1302 (diff) |
Fix Win key as third level chooser
https://bugs.launchpad.net/bugs/408397
https://bugs.freedesktop.org/show_bug.cgi?id=19500
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531771
-rw-r--r-- | symbols/pc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,13 +32,11 @@ xkb_symbols "pc105" { key <LCTL> { [ Control_L ] }; key <LWIN> { [ Super_L ] }; - modifier_map Mod4 { <LWIN> }; key <RTSH> { [ Shift_R ] }; key <RCTL> { [ Control_R ] }; key <RWIN> { [ Super_R ] }; - modifier_map Mod4 { <RWIN> }; key <MENU> { [ Menu ] }; @@ -47,6 +45,7 @@ xkb_symbols "pc105" { modifier_map Lock { Caps_Lock, ISO_Lock }; modifier_map Control{ Control_L, Control_R }; modifier_map Mod2 { Num_Lock }; + modifier_map Mod4 { Super_L, Super_R }; // Fake keys for virtual<->real modifiers mapping key <LVL3> { [ ISO_Level3_Shift ] }; |