diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-05 10:54:31 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-05 10:54:31 -0400 |
commit | 6721eb65380d0cd081cb4d7adf0b41fde126b891 (patch) | |
tree | 09d460a376a6ace43150354e03faa9498908c3fa /unicomp-spring-xkb | |
parent | 04b756a40694fb4154e077ddbb679cc01a43f4d2 (diff) |
Map control to mod4
Diffstat (limited to 'unicomp-spring-xkb')
-rw-r--r-- | unicomp-spring-xkb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unicomp-spring-xkb b/unicomp-spring-xkb index 83c4440..b59e210 100644 --- a/unicomp-spring-xkb +++ b/unicomp-spring-xkb @@ -1157,7 +1157,7 @@ xkb_symbols "pc+us(dvorak)+inet(evdev)+capslock(ctrl_modifier)+compose(ralt)+com key <AD11> { [ slash, question ] }; key <AD12> { [ equal, plus ] }; key <RTRN> { [ Return ] }; - key <LCTL> { [ Control_L ] }; + key <LCTL> { [ Super_L ] }; key <AC01> { type= "ALPHABETIC", symbols[Group1]= [ a, A ] @@ -1481,7 +1481,6 @@ xkb_symbols "pc+us(dvorak)+inet(evdev)+capslock(ctrl_modifier)+compose(ralt)+com key <I244> { [ XF86Battery ] }; key <I245> { [ XF86Bluetooth ] }; key <I246> { [ XF86WLAN ] }; - modifier_map Control { <LCTL> }; modifier_map Shift { <LFSH> }; modifier_map Mod1 { <LALT> }; modifier_map Lock { <CAPS> }; @@ -1490,6 +1489,7 @@ xkb_symbols "pc+us(dvorak)+inet(evdev)+capslock(ctrl_modifier)+compose(ralt)+com modifier_map Mod5 { <LVL3> }; modifier_map Control { <RCTL> }; modifier_map Mod4 { <LWIN> }; + modifier_map Mod4 { <LCTL> }; modifier_map Mod5 { <MDSW> }; modifier_map Mod1 { <META> }; modifier_map Mod4 { <SUPR> }; |