v4.0.0 Hammerspoon Double Down π¨π¨π₯π₯
To overcome an issue with Karabiner-Elements, this release removes the dependency on Karabiner-Elements and doubles down on Hammerspoon.
As a result of this change, Hyper Mode is now triggered by tapping the option key.
Upgrading
- Grab the latest bits
cd <path-to-your-local-copy-of-this-repository> git pull
- Uninstall Karabiner-Elements
- Restart your Mac
- [OPTIONAL] Remap your caps lock key to control: Open System Preferences, navigate to Keyboard > Modifier Keys, and set the caps lock key to control [screenshot]
Changelog
- #28 Enable local customization of Hyper Mode keybindings
- d7d6c8d In Window Layout Mode, add ability to resize left 40% / right 60%
- Use shift + h to send window to left 40% of screen
- Use shift + l to send window to right 60% of screen
- #36 Enable local customization of Window Layout Mode keybindings and add support for a "help" display to show the available keybindings -- β‘ @jeebak
- 3601e5e In Hyper Mode, in addition to allowing a keybinding to launch an app, allow a keybinding to trigger any Lua function you specify
- #38 Remove dependency on Karabiner-Elements