Getting the Context Menu with the Keyboard? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59) +---- Thread: Getting the Context Menu with the Keyboard? (/showthread.php?tid=31827) |
Getting the Context Menu with the Keyboard? - LaTropa64 - 2008-03-09 I've figured out what most of the keyboard keys do from trial and error and the keymap.xml, but I still haven't found what brings up the context menu (like the white button on the gamepad or title button on the remote). The only way I can do it is to use the mouse and right-click the bookmark. Code: <keyboard> What does <menu> refer to on the keyboard? - Jezz_X - 2008-03-09 its the right click menu button on keyboards thats useally to the right hand side of space and not the windows start key (ie: the special windows keys on a keyboard) - LaTropa64 - 2008-03-10 This key, right? It doesn't seem to do anything for me in XBMC. - w84no1 - 2008-03-10 I just remap it to <c>ContextMenu</c> - Jezz_X - 2008-03-10 yeah that key and now I remember it didn't work on the SDL version only on directx - jmarshall - 2008-03-10 Probably the wrong key id in that case (SDLKeyboard.cpp if anyone wants to take a look) |