Add the one liner to enable the Hyper modifier (Steven Keuchel)

This commit is contained in:
Stephen Boddy 2016-12-12 17:49:01 +01:00
parent 9b7a117353
commit 4a29840e7b
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {}