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/
