Add the one liner to enable the Hyper modifier (Steven Keuchel)
This commit is contained in:
parent
9b7a117353
commit
4a29840e7b
|
@ -40,6 +40,7 @@ class Keybindings:
|
|||
'shift': Gdk.ModifierType.SHIFT_MASK,
|
||||
'alt': Gdk.ModifierType.MOD1_MASK,
|
||||
'super': Gdk.ModifierType.SUPER_MASK,
|
||||
'hyper': Gdk.ModifierType.HYPER_MASK,
|
||||
}
|
||||
|
||||
empty = {}
|
||||
|
|
Loading…
Reference in New Issue