From: Samir Benmendil Date: Mon, 1 Jul 2013 06:40:07 +0000 (+0200) Subject: add right alt as 3rd level on chronos + some fixes X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/945b227db0058917a6debda4e7ae7e6bdb31391e add right alt as 3rd level on chronos + some fixes --- diff --git a/Xmodmap b/Xmodmap index 60918a3..c348aa7 100644 --- a/Xmodmap +++ b/Xmodmap @@ -20,7 +20,7 @@ keycode 212 = F24 remove Lock = Caps_Lock keysym Caps_Lock = Escape -! Alt_L as 3rd level chooser +! Alt_R as 3rd level chooser keycode 108 = Alt_R Alt_R -remove mod1 = Alt_R -add mod5 = Alt_R +remove Mod1 = Alt_R +add Mod5 = Alt_R diff --git a/Xmodmap_chronos b/Xmodmap_chronos index 0f8a22b..e356511 100644 --- a/Xmodmap_chronos +++ b/Xmodmap_chronos @@ -2,7 +2,12 @@ remove Lock = Caps_Lock keysym Caps_Lock = Escape -clear Mod1 -clear Mod4 +! switch Alt_L and Super_L +remove Mod4 = Super_L +remove Mod1 = Alt_L add Mod1 = Super_L add Mod4 = Alt_L + +! Alt_R as 3rd level chooser +remove Mod1 = Alt_R +add Mod5 = Alt_R