Ascii Equivalents for KeyUp/KeyDown events

Lex Spoon lex at cc.gatech.edu
Tue Dec 12 05:23:53 UTC 2000



> /* Unicodes we reserve for function keys on the keyboard,  OpenStep  
> reserves the range 0xF700-0xF8FF for this purpose.  The availability  
> of various keys will be system dependent. */
> enum {
> 	NSUpArrowFunctionKey		= 0xF700,
> 	NSDownArrowFunctionKey		= 0xF701,



This list doesn't have keypad keys or shift, so the list would need some
editting.

-Lex





More information about the Squeak-dev mailing list