projects
/
xorg
/
xkeyboard-config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added ralt_switch to Greek default variant, b.fd.o#18819
[xorg/xkeyboard-config]
/
symbols
/
shift
1
// $XKeyboardConfig$
2
3
partial modifier_keys
4
xkb_symbols "breaks_caps" {
5
key <LFSH> {
6
type = "ALPHABETIC",
7
actions [Group1] = [
8
SetMods(modifiers=Shift),
9
SetMods(modifiers=Shift+Lock,clearLocks)
10
]
11
};
12
key <RTSH> {
13
type = "ALPHABETIC",
14
actions [Group1] = [
15
SetMods(modifiers=Shift),
16
SetMods(modifiers=Shift+Lock,clearLocks)
17
]
18
};
19
};