Install skhd via Homebrew or Source
masterHomebrew
Requires xcode-8 command-line tools.
brew install asmvik/formulae/skhd
skhd --start-serviceSource
Requires xcode-8 command-line tools.
git clone https://github.com/asmvik/skhd
make install # release version
make # debug versionImportant Setup Notes:
- On first run, you must grant access to the Accessibility API in macOS settings and then restart skhd.
- Secure Keyboard Entry must be disabled in your applications for skhd to receive key events.
brew install asmvik/formulae/skhd
skhd --start-service