Re: looking for correct way to trap for option key
Re: looking for correct way to trap for option key
- Subject: Re: looking for correct way to trap for option key
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 13 Nov 2003 15:35:16 +0100
Where are you calling your code?
On Thursday, November 13, 2003, at 02:44 PM, Theodore Petrosky wrote:
if ([[NSApp currentEvent] modifierFlags] ==
NSAlternateKeyMask) {
//do something else... /24hours
}
_______________________________________________
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.