Re: Carbon vs Cocoa
Re: Carbon vs Cocoa
- Subject: Re: Carbon vs Cocoa
- From: Ondra Cada <email@hidden>
- Date: Wed, 2 Oct 2002 23:57:09 +0200
On Wednesday, October 2, 2002, at 11:05 , Rosyna wrote:
The option command h key combo for Hide Others. Cocoa developers need to
add it to existing apps
No, they do not. Try
% defaults write -globalDomain NSUserKeyEquivalents -dict "Hide Others" "@
~h"
That's how such things should be done, *not* clumsily by assigning the key
equivalent in each application separately! And Cocoa -- when it was
OpenStep -- was designed exactly with this in mind.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.