From 0b40e7be28f271a96f372ffff19431b954aaf3ab Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 13 Jun 2021 13:42:03 -0400 Subject: [PATCH] ENH update for xkeyboard-config 2.33 --- xkb/symbols/hypermode | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/xkb/symbols/hypermode b/xkb/symbols/hypermode index 75be468..3cf0ab8 100644 --- a/xkb/symbols/hypermode +++ b/xkb/symbols/hypermode @@ -3,15 +3,11 @@ xkb_symbols "basic" { name[Group1]= "English (hypermode)"; - //add new modifiers for hyperlayer and numlayer + //add new modifiers for hyperlayer and numlayer modifier_map Mod3 { Hyper_L, Hyper_R }; key { [ NoSymbol, Hyper_L ] }; modifier_map Mod3 { }; - modifier_map Mod4 { Super_L, Super_R }; - key { [ NoSymbol, Super_L ] }; - modifier_map Mod4 { }; - modifier_map Mod5 { ISO_Level3_Shift }; key { [ ISO_Level3_Shift ] }; key { [ Mode_switch ] }; @@ -84,11 +80,11 @@ xkb_symbols "basic" { // defines right alt (maybe we call it alt-right???) key { type[Group1]="SHIFT_ALTGR", [ Hyper_R, Hyper_R, period ] }; - // reassign xcape keys to unused keycodes (I249-I254) - key { [ Return ] }; + // reassign xcape keys to unused keycodes + key { [ Return ] }; // key { [ Escape ] }; - key { [ Tab, ISO_Left_Tab ] }; - key { [ backslash, bar ] }; + key { [ Tab, ISO_Left_Tab ] }; + key { [ backslash, bar ] }; // space is weird becuase we also make it function as a 0 in the numlayer key { type="SHIFT_ALTGR", [ space, space, 0 ] };