Skip to content

Commit

Permalink
add apple Command key to list of modifiers accepted by keybinder
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrose committed Apr 17, 2020
1 parent 769aaf1 commit c0c0b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminatorlib/keybindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit c0c0b88

Please sign in to comment.