Additional Keyboard Keys Mapping?
#1
Question 
I found the following keys that need to be mapped but not sure what VKey for it is .. SDLKeyboard.cpp .. They are currently detected by XBMC but aren't associated with anything ..

Key Scancode
--- --------

Web 158
Media Library 164
Menu 147
LIVE TV Demand 160
Full Screen 140
Reply
#2
Any ideas what VKey to use for them ?
Reply
#3
Ideally we'd be moving away from VKey and using the unicode value.

The trouble is that for a purely keymapping perspective, we want things like SHIFT-1 to know that it's the "1" key.

But basically, take a look through the button translator class and reuse some stuff there if it's appropriate, else add some more.

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
Additional Keyboard Keys Mapping?0