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!
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).
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
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
iCHS created in PB and depends on pb-macos-globalhotkeys.
You also need node-appdmg if you want to build dmg.
- Obtain the latest LTS version of pbcompiler, install it to
/Applications. - Install xcode command line tools by running
xcode-select --install. - Clone iCHS repo.
- Clone
pb-macos-globalhotkeysmodule to neighboring directory. - Run the included
build/build.shscript to build the app. If you want codesigning then provide your developer ID as a first argument.

