add apple Command key to list of modifiers accepted by keybinder

This commit is contained in:
Matt Rose 2020-04-17 13:51:19 -04:00
parent 769aaf1ae3
commit c0c0b88e04
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class Keybindings:
'alt': Gdk.ModifierType.MOD1_MASK,
'super': Gdk.ModifierType.SUPER_MASK,
'hyper': Gdk.ModifierType.HYPER_MASK,
'mod2': Gdk.ModifierType.MOD2_MASK
}
empty = {}