summaryrefslogtreecommitdiffstats
path: root/xkb
diff options
context:
space:
mode:
Diffstat (limited to '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> };