![]() |
v18 In-Game menu, select + x .. Can this be changed? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292) +--- Thread: v18 In-Game menu, select + x .. Can this be changed? (/showthread.php?tid=341094) |
In-Game menu, select + x .. Can this be changed? - opensauce - 2019-02-20 The joystick I'm using has that particular keypress assigned to it's own internal function, making it impossible to use. Is there a keymap/advancedsetting to alter this and the other shortcuts? RE: In-Game menu, select + x .. Can this be changed? - garbear - 2019-04-12 Kodi uses an XML based keymap system. See wiki: HOW-TO: Modify keymaps. The current assignment comes from this line: https://github.com/xbmc/xbmc/blob/592ed4a/system/keymaps/joystick.xml#L155 |