From d2efed94f29e61a1caabe2a7f71f5198369f9d2f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 18 May 2020 10:41:45 +0100 Subject: [PATCH] Revert "swap the two left alts" This breaks alt+letter annoyingly. This reverts commit 88d0d79b9757f4c944a1c641e0eda2c00e658b1c. --- dot/configs/xkb-zealot.xkb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dot/configs/xkb-zealot.xkb b/dot/configs/xkb-zealot.xkb index 82a82ca..a97caf9 100644 --- a/dot/configs/xkb-zealot.xkb +++ b/dot/configs/xkb-zealot.xkb @@ -1389,7 +1389,7 @@ xkb_symbols "pc+gb+inet(evdev)" { type= "CTRL+ALT", symbols[Group1]= [ KP_Multiply, KP_Multiply, KP_Multiply, KP_Multiply, XF86ClearGrab ] }; - key { [ Alt_L, Meta_L ] }; + key { [ Alt_L, Meta_L ] }; key { [ space ] }; key { [ Control_L ] }; key { @@ -1519,7 +1519,7 @@ xkb_symbols "pc+gb+inet(evdev)" { key { [ KP_Decimal, KP_Decimal ] }; key { [ Hangul ] }; key { [ Hangul_Hanja ] }; - key { [ Super_L ] }; + key { [ Super_L ] }; key { [ Super_R ] }; key { [ Menu ] }; key { [ Cancel ] }; @@ -1625,12 +1625,12 @@ xkb_symbols "pc+gb+inet(evdev)" { modifier_map Lock { }; modifier_map Shift { }; modifier_map Shift { }; - modifier_map Mod1 { }; + modifier_map Mod1 { }; modifier_map Control { }; modifier_map Mod2 { }; modifier_map Mod5 { }; modifier_map Control { }; - modifier_map Mod4 { }; + modifier_map Mod4 { }; modifier_map Mod4 { }; modifier_map Mod5 { }; modifier_map Mod1 { }; -- 2.30.2