"S Boedecker" <[EMAIL PROTECTED]> wrote in message
news:46898@palm-dev-forum...
>
> Hi,
>
> Does anyone know what generates a keyDownEvent with a value 0x0A?
>
> Page 282 of the Palm OS Programming Bible lists a lot of the codes
such as
> 0x0B = hardware scroll up button, but I can't find anything on 0x0A.
>
> I'm asking this because my app has a problem when Gremlins generates
this
> event, and I need to find out what Gremlins did to generate the event.
Look directly at Chars.h, the header which defines these characters.
#define chrLineFeed 0x000A
#define linefeedChr chrLineFeed // 0x000A
These are the only references I could find. To generate this character
using graffiti, just make a down-back slash (its the "return" character,
since Palm uses LF rather than CR or CRLF).
--
Ben Combee, [EMAIL PROTECTED]
Techwood Broadcasting Foundation, Austin Bureau
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/