mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 00:56:39 +02:00
15 lines
373 B
Plaintext
15 lines
373 B
Plaintext
default partial xkb_symbols "mac_levelssym" {
|
|
key <LALT> {
|
|
repeat= no,
|
|
type= "ONE_LEVEL",
|
|
symbols[Group1]= [ Hyper_L ],
|
|
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
|
|
};
|
|
key <RALT> {
|
|
repeat= no,
|
|
type= "ONE_LEVEL",
|
|
symbols[Group1]= [ Hyper_R ],
|
|
actions[group1]=[ SetMods(modifiers=Shift+Control) ]
|
|
};
|
|
};
|