Here is a small article I found about hard keys: http://www.developer.com/ws/palm/article.php/10946_2224141_2
-- David Temes "Richard Good" <[EMAIL PROTECTED]> escribi� en el mensaje news:[EMAIL PROTECTED] > How do I catch the hard keys on a zire 71? > On older palm devices I used somehing like: > if ((event.eType == keyDownEvent )&& > !(event.data.keyDown.modifiers & poweredOnKeyMask)) > and then checked the chr value, but on the Zire 71 the chr value comes > back 301 for all 4 of the hard keys. > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
