PDA

View Full Version : Is it possible to access the Virtual Keyboard keys with a real keyboard?


MoDe2006
2008-09-16, 13:42
Hello,
it is possible to access the key of virtualkeyboard with the keyboard?
up down left right select ?
i have test :
<VirtualKeyboard>
<keyboard>
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Symbols</down>
<return>Shift</return>
</keyboard>
</VirtualKeyboard>
but it does not work.thank for u help.

jmarshall
2008-09-17, 00:30
This will be a problem as there's no way currently to determine whether or not a key came from a real keyboard or from the remote.

We at least need a flag to determine whether the keypress came from a real keyboard or whether it came from a remote. Currently we don't have any way to do this - particularly with third party applications that send key messages to our app.

Suggestions and ideas will be considered.

Cheers,
Jonathan