Keyboard shortcut for "Close Message" ?
Reported by Ashley Creighton | August 12th, 2018 @ 12:04 AM
I know how to create custom keybindings, but can't find the answer to this—
Is it possible to change the keybinding for "Close Message" ?
If so, what is the action? "closeMessage" ? (I tried that; didn't work)
Also—how can I map this to the Escape key?
Comments and changes to this ticket
-
benny August 13th, 2018 @ 07:55 AM
- State changed from new to closed
It's
performClose:
(defined for the NSWindow class).I'm not sure mapping to escape will work, but the escape key is
\U001B
and therefore you can try:"\U001B" = "performClose:";
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mac OS X email client.