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 ] };