mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-13 22:29:16 +02:00
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
default partial xkb_symbols "mac_levelssym" {
|
|
key <LWIN> {
|
|
repeat= no,
|
|
type= "ONE_LEVEL",
|
|
symbols[Group1]= [ Hyper_L ],
|
|
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
|
|
};
|
|
key <RWIN> {
|
|
repeat= no,
|
|
type= "ONE_LEVEL",
|
|
symbols[Group1]= [ Hyper_R ],
|
|
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
|
|
};
|
|
}; |