Last active
September 29, 2018 09:41
-
-
Save mikeybeck/3a7354081ba538e5218aed70da247fa4 to your computer and use it in GitHub Desktop.
[Bind function to hotkey] #hammerspoon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hs.hotkey.bind("ctrl", "return", function() | |
| hs.notify.new({title="Hammerspoon", informativeText="Hello World"}):send() | |
| end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment