Skip to content

Instantly share code, notes, and snippets.

@Steellow
Last active August 29, 2022 08:08
Embed
What would you like to do?
Remap delete to cmd + ⌫ in Preview.app
-- Requires AppBindings.spoon: https://github.com/wyne/awesome-hammerspoon
hs.loadSpoon("AppBindings")
spoon.AppBindings:bind('Preview', {{{}, 'forwarddelete', {'cmd'}, 'delete'}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment