summaryrefslogtreecommitdiffstats
path: root/xkb/ergodox.xkb
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2014-01-15 05:43:13 (GMT)
committerRavikiran Rajagopal <aine.marina@gmail.com>2014-01-15 05:43:13 (GMT)
commitd578a9b331ed6febde37a4eea1d81ed43dd992da (patch)
treec8b0ae389f17856dd66c890d3937ad714f2f8a08 /xkb/ergodox.xkb
parent6df51326f2c41ecf9027ab2a0eb3e3aba24a04da (diff)
downloaddotemacs-d578a9b331ed6febde37a4eea1d81ed43dd992da.zip
dotemacs-d578a9b331ed6febde37a4eea1d81ed43dd992da.tar.gz
dotemacs-d578a9b331ed6febde37a4eea1d81ed43dd992da.tar.bz2
Ergodox support that allows 4 modifier keys
Diffstat (limited to 'xkb/ergodox.xkb')
-rw-r--r--xkb/ergodox.xkb6
1 files changed, 3 insertions, 3 deletions
diff --git a/xkb/ergodox.xkb b/xkb/ergodox.xkb
index 10d0f89..b0a4a6c 100644
--- a/xkb/ergodox.xkb
+++ b/xkb/ergodox.xkb
@@ -38,12 +38,12 @@ xkb_keymap {
key <LFSH> { [ Shift_L ] };
key <LCTL> { [ Control_L ] };
- key <LWIN> { [ Super_L ] };
+ key <LWIN> { [ Meta_L ] };
key <RTSH> { [ Shift_R ] };
key <RCTL> { [ Control_R ] };
- key <RWIN> { [ Meta_L ] };
+ key <RWIN> { [ Super_L ] };
key <MENU> { [ Menu ] };
@@ -62,7 +62,7 @@ xkb_keymap {
modifier_map Mod3 { Hyper_L };
modifier_map Mod4 { Super_L, Super_R };
- // Fake keys for virtual<->real modifiers mapping
+ // Fake keys for virtual<->real modifiers mapping
key <LVL3> { [ ISO_Level3_Shift ] };
key <MDSW> { [ Mode_switch ] };
modifier_map Mod5 { <LVL3>, <MDSW> };