Last active
August 29, 2022 08:08
-
-
Save Steellow/377f20611275aabda462b26c5c8c247f to your computer and use it in GitHub Desktop.
Remap delete to cmd + ⌫ in Preview.app
This file contains 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
-- 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