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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com