where to capture ctl-key combinations?
where to capture ctl-key combinations?
- Subject: where to capture ctl-key combinations?
- From: James Coker <email@hidden>
- Date: Tue, 21 Jan 2003 17:48:23 -0700
I need to capture control key commands at the top of my
one-window application, and can't find reliable information
about the correct place to do this, either in the current proj builder
doc, or in either of the two O'Rielly Cocoa books I have.
Creating a subclass of NSWindow, and overriding keyDown:
I can get most key events, but not reliably ctl-key based ones. I
suppose I could create menu items for them all, but I'd prefer
to not have that restriction.
Suggestions?
Thanks much,
Jim
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.