Is control+tab assigned to any particular event in Cocoa ?
Is control+tab assigned to any particular event in Cocoa ?
- Subject: Is control+tab assigned to any particular event in Cocoa ?
- From: Jérome Foucher <email@hidden>
- Date: Tue, 16 Dec 2003 10:15:24 +0100
Hi all,
In my Preferences dialog, I've setup a sheet for the user to define a
hot-key. While the sheet is displayed, the user is required to press
the desired hot-key.
The NSPanel just overrides the following methods to get the keys
pressed :
- (void) keyDown:(NSEvent*)event
- (BOOL)performKeyEquivalent:(NSEvent*)event
However, when I hit control + tab, none of the following methods are
called. So I suspect control + tab means something else for a
NSResponder. (FYI, control + alt + tab or alt + tab work).
Does anybody have a hint ?
Thanks
Jerome
_______________________________________________
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.