v3.0.0 Hammerspoon Handshake π¨π₯π€
Changelog
- #11 Add
script/setup
to automate installation -- β‘ @bkeepers - #12 Support native modifier keys in (S)uper (D)uper mode -- β‘ @raineorshine
- #13 + #21 Provide universal push-to-talk/push-to-mute hotkey using the
fn
key -- β‘ @adamyonk - #16 In Markdown Mode, use c to format the selected text as code -- β‘ @jnunemaker
- #20 In Window Layout Mode, use β/β to send window to the monitor on the left/right -- β‘ @sonnius
- #21 Make it easier to use jasonrudolph/keyboard in combination with other Hammerspoon customizations
Upgrading
To account for the changes in #21, you'll need to remove your existing ~/.hammerspoon
symlink before upgrading to this version. The following steps should do the trick:
rm ~/.hammerspoon
cd <path-to-your-local-copy-of-this-repository>
git pull
./script/setup