I have a custom view which implements 'keyUp:'. In my custom view when the delete key is released there is some work that needs to be done. The work is done in the 'keyUp:' method.

The problem is that if the user presses the delete key, then inadvertently presses a modifier key, then releases the delete key, my view never gets notified and is left in an inconsistent state. I assume the system treats this as a key equivalent and does not pass the event down the responder chain, although the key sequence is out of order for a key equivalent.

How can my view always be notified when the delete key is released?

--Richard

_______________________________________________

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

Reply via email to