hammerspoon/modules/hotkey.lua
2020-10-09 17:36:23 +08:00

4 lines
124 B
Lua

hyper = {"cmd", "ctrl", "alt"}
hyperShift = {"alt", "shift"}
hyperCtrl = {"alt", "ctrl"}
hyperAlt = {"ctrl", "alt", "shift"}