Mac OS Catalina "Move to Bin" shortcut

I'd like to add the shortcut Ctrl+Delete to the Command Move to Bin.

I open System Preferences -> Hardware -> Keyboard -> Keyboard Shortcuts -> Application Shortcuts -> Finderbut when I press "Ctrl+Delete" in the "Keyboard Shortcut" textField, no shortcut is shown there.

enter image description here

Is it possible to assign a shortcut by editing some configuration file?

3

1 Answer

This worked:

defaults write com.apple.finder NSUserKeyEquivalents -dict-add 'Move to Bin' '@\U007F'

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like