Skip to content

Instantly share code, notes, and snippets.

@mikeybeck
Last active September 29, 2018 09:41
Show Gist options
  • Select an option

  • Save mikeybeck/3a7354081ba538e5218aed70da247fa4 to your computer and use it in GitHub Desktop.

Select an option

Save mikeybeck/3a7354081ba538e5218aed70da247fa4 to your computer and use it in GitHub Desktop.
[Bind function to hotkey] #hammerspoon
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