xenocara/dist/xkeyboard-config/symbols/shift

20 lines
376 B
Plaintext
Raw Normal View History

2009-06-06 11:52:23 -06:00
// $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)
]
};
};