Cmd+key shortcuts not being sent to NSWindow on Tiger
Cmd+key shortcuts not being sent to NSWindow on Tiger
- Subject: Cmd+key shortcuts not being sent to NSWindow on Tiger
- From: Dimcho Balev <email@hidden>
- Date: Thu, 6 Aug 2009 17:03:52 -0700
Hi,
I have a trouble with a piece of code which behaves differently on
Tiger (Mactel) in comparison to Leopard.
It is pretty simple case: our cocoa app is interested in cmd+key
shortcuts and we have overriden the keyDown and keyUp methods in our
NSWindow inherited class. On Leopard we receive all of the key events
without a problem but on Tiger the standard cmd+key events (cmd+c, cmd
+v, cmd+x, cmd+a) are filtered out. I tried out few other approaches -
for instance using flagsChanged to detect the cmd key status but I
never receive an event for the 2nd key (m,c,v,x, or a) of the shortcut.
I am wondering if this is known issue with Tiger and if there is any
workaround.
If this is of any relevance on Leopard I am using xcode 3.1 and on
Tiger 2.5.
Thanks in advance,
Dimcho Balev
Adobe Systems
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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