AeroSpace
AeroSpace copied to clipboard
Added support for hyper and meh modifiers
There's two popular custom modifier keys called hyper
and meh
which are cmd+alt+shift+ctrl
and alt+shift+ctrl
respectively.
I've added two new modifier types to the modifiersMap
global variable. This allows for shorthand syntax in the config file: hyper-h
instead of having to write cmd-ctrl-alt-shift-h
.