hammerspoon/modules/hotkey.lua
谭鹏(深圳联友科技有限公司创新产品群数字营销产品中心) 768e9ad516 new: 大量修改
2024-02-27 15:18:15 +08:00

6 lines
185 B
Lua

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