Skip to content

Instantly share code, notes, and snippets.

@garvankeeley
Created February 8, 2021 05:47
Show Gist options
  • Save garvankeeley/b0382eed2b3cbad3c9daf0b511396a3f to your computer and use it in GitHub Desktop.
Save garvankeeley/b0382eed2b3cbad3c9daf0b511396a3f to your computer and use it in GitHub Desktop.
function kill_zoom()
hs.application.launchOrFocus("zoom.us")
local zoom = hs.appfinder.appFromName("zoom.us")
zoom:kill9()
end
hs.hotkey.bind({"cmd", "alt", "ctrl"}, '/', kill_zoom)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment