mirror of
https://github.com/swaywm/sway.git
synced 2026-02-24 01:40:24 -05:00
input: add Super as alternative for Mod4
This PR implements alternative human-readable names for the logo key (Mod4) as proposed in #8084.
This commit is contained in:
parent
dcb142bf5e
commit
bc258a3be2
2 changed files with 3 additions and 2 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