keyboard: map super key to LOGO modifier
This commit is contained in:
parent
2ced50f3a7
commit
0ada595bb9
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue