Kodi Community Forum

Full Version: How do you set up controls?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 xmlHuh

Please guys, everything else works fantastic! Please help me get even more satisfied with your work :-)
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>