Unfortunately, I haven't figured out how to use the PDK yet...
0
XRAY Enabler
On
You can check mojo-keydown and -keyup - code 57575. Try the APIs sample, Input, Key Presses section.
0
Ross Allen
On
The gesture area is treated as the metaKey modifier on tap and key events. Listen for Mojo.Event.tap anywhere on the page, rest your finger on the gesture area, and then tap where you are listening. The event should have event.metaKey set to true.
I found this page, which describes capturing gesture-area inputs using the SDL_PollEvent method in the Plug-in Development Kit (PDK):
http://developer.palm.com/index.php?option=com_content&view=article&id=1980&Itemid=337#GestureAreaInput
Unfortunately, I haven't figured out how to use the PDK yet...