Is it possible to access the Virtual Keyboard keys with a real keyboard?
#1
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.
Reply
#2
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
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Is it possible to access the Virtual Keyboard keys with a real keyboard?0