setKeyEquivalent: gives two action invocations
setKeyEquivalent: gives two action invocations
- Subject: setKeyEquivalent: gives two action invocations
- From: Roland Torres <email@hidden>
- Date: Thu, 22 Mar 2007 19:30:44 -0700
I set a key equivalent for a NSButton like this:
unichar arrowDownKey = NSDownArrowFunctionKey;
[myButton setKeyEquivalent:[NSString
stringWithCharacters:&arrowDownKey length:1]];
When I press the down arrow key, it invokes the action associated
with pressing the button *twice* (ie, my method gets called twice in
a row). This occurs no matter which function key equiv I use (except
the Help key), not just the arrow keys.
What am I doing wrong? Is there a way to set this in IB instead?
(Cocoa, OSX 10.4.9)
Roland
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden