![]() |
How do you set up controls? - 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: How do you set up controls? (/showthread.php?tid=179649) |
How do you set up controls? - micoba - 2013-12-05 I googled a lot and just coudln't find ANY information on how to set up the controls in retroplayer or SNES9 respectively... I found out 5 buttons (wow...) on the keyboard that work, but what about the rest? Is there a config menu? Or an xml ![]() Please guys, everything else works fantastic! Please help me get even more satisfied with your work :-) RE: How do you set up controls? - kreggz - 2013-12-09 They map to the keyboard keymap </FullscreenVideo> <FullscreenGame> <keyboard> <escape>Fullscreen</escape> <backspace>Stop</backspace> <return>JoypadStart</return> <enter>JoypadStart</enter> <return mod="ctrl">JoypadSelect</return> <enter mod="ctrl">JoypadSelect</enter> <up>JoypadUp</up> <down>JoypadDown</down> <left>JoypadLeft</left> <right>JoypadRight</right> <x>JoypadA</x> <z>JoypadB</z> <c>JoypadX</c> <d>JoypadY</d> <a>JoypadL</a> <s>JoypadR</s> </keyboard> </FullscreenGame> |