Kodi Community Forum
Additional Keyboard Keys Mapping? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Additional Keyboard Keys Mapping? (/showthread.php?tid=50207)



Additional Keyboard Keys Mapping? - CrashX - 2009-05-03

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


- CrashX - 2009-05-07

Any ideas what VKey to use for them ?


- jmarshall - 2009-05-08

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