Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Keyboard shortcuts for conflicting menu items' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Keyboard shortcuts for conflicting menu items
Authored by: Lri on Apr 07, '14 04:02:10PM

If you edit a plist directly, you can use a format like this:

defaults write -app Mail NSUserKeyEquivalents '{
"\033Format\033Indentation\033Decrease"="^\Uf702";
"\033Format\033Indentation\033Increase"="^\Uf703";
}'

Replace \033 with  in an XML plist.



[ Reply to This | # ]