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: "Sean McBride" <email@hidden>
- Date: Thu, 13 Nov 2003 09:28:31 -0500
Theodore Petrosky (email@hidden) on Thu, Nov 13, 2003 08:44 said:
>
>
if ([[NSApp currentEvent] modifierFlags] ==
>
NSAlternateKeyMask) {
>
//do something else... /24hours
>
}
Instead for checking equality, try checking just the relevant bits.
_______________________________________________
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.