Re: Function-Key Unicodes

2010-12-22 Thread Ricky Sharp
On Dec 22, 2010, at 1:44 PM, k...@highrolls.net wrote: > I call: > > NSString *chars = [theEvent charactersIgnoringModifiers]; > > in -keyDown > > The docs say > > Function-Key Unicodes > > These constants represent Unicode characters (0xF700–0xF8FF)

Function-Key Unicodes

2010-12-22 Thread koko
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