I am sure that I do not fully appreciate your question. However, the code for backspace is defined in (for me) C:\PalmDev\sdk\include\Core\System\Chars.h. Using a grep-like capability, there are a lot of include files that can be searched for the strings you are looking for.
Al ----- Original Message ----- From: "Raison Mikhael" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, May 30, 2003 3:14 PM Subject: Where are defined the character (codes/modifiers) tables ? > > SysEvtMgr.h defines : > > Err EvtEnqueueKey(WChar ascii, UInt16 keycode, UInt16 modifiers) > SYS_TRAP(sysTrapEvtEnqueueKey); > > where the args are : > > WChar asciiCode; // ascii code for key event > UInt16 keyCode; // virtual key code for key event > UInt16 modifiers; // modifiers for key event > > - Does s.o. know where these codes/modifiers are defined? > > - The asciiCode are 'a', ... '\n', '\t', '\r' ... Where can I find the code > for the backspace for example? > > thanks. > > _________________________________________________________________ > MSN Messenger : discutez en direct avec vos amis ! > http://messenger.fr.msn.be > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
