Skip to content

Instantly share code, notes, and snippets.

@harrifeng
Created January 5, 2022 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harrifeng/10e1387642bfcd1643e444b887655129 to your computer and use it in GitHub Desktop.
Save harrifeng/10e1387642bfcd1643e444b887655129 to your computer and use it in GitHub Desktop.
Mac ctrl +h to delete
hs.hotkey.bind({"ctrl"}, "h", function()
hs.eventtap.keyStroke('', 'delete')
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment