Ascii Equivalents for KeyUp/KeyDown events

Marcel Weiher marcel at metaobject.com
Tue Dec 12 09:39:59 UTC 2000


> From: "Lex Spoon" <lex at cc.gatech.edu>
> > /* 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.

Hmm, once again:  shift keys and other modifiers have no business  
appearing in cooked keyboard output.

Marcel





More information about the Squeak-dev mailing list