Kodi Community Forum

Full Version: Additional Keyboard Keys Mapping?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Any ideas what VKey to use for them ?
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