If you want to trap hard key events, you can trap the keyDownEvent. The chr field will contain the value of the key pressed (ie: 'a' or 'A' for the a key, etc). By doing this, the program would respond the same way to a letter entered into the graffiti area or by a hard key press (of a letter key). If you want to trap other keys, you can do so the same way, but you need to find out the chr value for them. You can write a small program to do this, or use published values depending on the keys you want to trap.
-- Tim Kostka http://www.nuprograms.com "Eric Yun" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] hello forum, how can a software identify which hard key is pressed when the user is using tungsten W (there is a hardware keyboard). I searched pluggedin.palmone.com, but I did not find any doc for this topic. Thanks all, Eric -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
