mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
input: add Super modifier name as alternative for Mod4
This commit is contained in:
parent
dcb142bf5e
commit
8bf25a4c8d
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ static struct modifier_key {
|
|||
{ XKB_MOD_NAME_NUM, WLR_MODIFIER_MOD2 },
|
||||
{ "Mod3", WLR_MODIFIER_MOD3 },
|
||||
{ XKB_MOD_NAME_LOGO, WLR_MODIFIER_LOGO },
|
||||
{ "Super", WLR_MODIFIER_LOGO },
|
||||
{ "Mod5", WLR_MODIFIER_MOD5 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue