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


Click here to return to the 'Globally edit all keyboard shortcut settings' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Globally edit all keyboard shortcut settings
Authored by: modesto on Mar 30, '04 05:33:28PM

Typing the following sequence into the terminal did the job for me:

[code]
defaults write .GlobalPreferences NSUserKeyEquivalents '{\"New Finder Window\"=\"@$N\";\"New Folder\"=\"@N\";}'
[/code]

I'm not sure whether the developer tools have to be installed for this to work. In any case, they are installed on my machine.



[ Reply to This | # ]
Globally edit all keyboard shortcut settings
Authored by: modesto on Mar 30, '04 05:36:25PM

oh, and while it may be obvious, I still should have mentioned it: you need to log out before the changes take effect.



[ Reply to This | # ]