Function-Key Unicodes
Function-Key Unicodes
- Subject: Function-Key Unicodes
- From: email@hidden
- Date: Wed, 22 Dec 2010 12:44:46 -0700
I call:
NSString *chars = [theEvent charactersIgnoringModifiers];
in -keyDown
The docs say
Function-Key Unicodes
These constants represent Unicode characters (0xF700–0xF8FF) that are
reserved for function keys on the keyboard. Combined in NSStrings,
they are the return values of the NSEvent methods characters and
charactersIgnoringModifiers and may be used in some parameters in the
NSEvent
methodkeyEventWithType:location:modifierFlags:timestamp:windowNumber:context:characters:charactersIgnoringModifiers:isARepeat:keyCode
:.
what is the proper way to see if chars is NSLeftArrowFunctionKey or
NSRightArrowFunctionKey?
-koko
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden