Simple shortcut manager for macOS 10.8 or higher. It lets you execute any command that works in your terminal by pressing a combination of keyboard keys. No rocket science involved!
binaries
Latest stable release can be downloaded in Releases section. You can also install it using Homebrew Cask, just run brew install icanhazshortcut.
Latest unstable build compiled from master branch can be downloaded here (please don't use it unless you desperately need some functionality that's not available in stable release or want to help with testing).
help & support
If you found a bug, have a suggestion or some question, feel free to create issue in this repo.
There is also Telegram group you can join - https://t.me/icanhazshortcut
applescript
Use list command to get the full TSV list of shortcuts and their states.
Use enable, disable, toggle commands to control state of shortcuts by their shortcut names.
Use enableAction, disableAction, toggleAction commands to control state of shortcuts by their action names.
Use enableID, disableID, toggleID commands to control state of shortcuts by their IDs.
Here are some examples: tell application "iCanHazShortcut" to list tell application "iCanHazShortcut" to enable "⇧⌘L" tell application "iCanHazShortcut" to disableAction "lock screen" tell application "iCanHazShortcut" to toggleID 6
请发表评论