1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
// $XKeyboardConfig$ partial modifier_keys xkb_symbols "breaks_caps" { key <LFSH> { type = "ALPHABETIC", actions [Group1] = [ SetMods(modifiers=Shift), SetMods(modifiers=Shift+Lock,clearLocks) ] }; key <RTSH> { type = "ALPHABETIC", actions [Group1] = [ SetMods(modifiers=Shift), SetMods(modifiers=Shift+Lock,clearLocks) ] }; };