1
0
Fork 0
forked from wry/wry

keyboard: map super key to LOGO modifier

This commit is contained in:
Julian Orth 2022-06-03 11:53:08 +02:00
parent 2ced50f3a7
commit 0ada595bb9

View file

@ -172,6 +172,12 @@ xkb_keymap {
interpret Num_Lock {
action = LockMods(modifiers=Mod2);
};
interpret Super_L {
action = SetMods(modifiers=Mod4);
};
interpret Super_R {
action = SetMods(modifiers=Mod4);
};
};
xkb_symbols {