On Mar 4, 2014, at 16:16:53, Kyle Sluder <[email protected]> wrote: > That doesn't seem right… if I press a dead key (like Option-e), then the > next unmodified space should insert an acute accent in whatever field > editor is first responder. If your code is triggered solely by virtual > key code, the user will be prohibited from entering an acute accent, and > their transport controls will unexpectedly change.
It's looking for spacebar to start playback when nothing else eats the event. It's fine. -- Steve Mills office: 952-818-3871 home: 952-401-6255 _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
