20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
// $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)
|
|
]
|
|
};
|
|
};
|