input: add Super modifier name as alternative for Mod4

This commit is contained in:
Ferdinand Bachmann 2024-03-23 22:36:41 +01:00
parent dcb142bf5e
commit 8bf25a4c8d

View file

@ -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 },
};