grep Shift Chars.h... => symbolShiftOut symbolShiftIn and some enums
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marianne Sent: Thursday, September 04, 2003 2:01 PM To: Palm Developer Forum Subject: Key Code Hi, I have a Sony Clie and I want to find the Key code for Shift key. I tried by using keyDownEvent and finding the chr field of keyDown Struct.. It was not of any help.. Here is the code that I had written: case keyDownEvent: frmP = FrmGetActiveForm(); ErrAlert(eventP->data.keyDown.chr); ErrAlert(eventP->data.keyDown.modifiers); handled = true; break; Can any one help me Thanks in advance.. Regards Marianne -- 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/
