BlaBla1973
escalade
Thanks. It is richt ctrl on the keyboard. Unfortunately my Wireless keyboard has no right ctrl key Managed to set my up my controller using a different keyboard :).
Here is the config for the xbox 360 wireless controller in case you would like to add it to your default .cfg
<inputConfig type="joystick" deviceName="Xbox 360 Wireless Receiver" deviceGUID="030000005e040000a102000000010000">
<input name="a" type="button" id="0" value="1" />
<input name="b" type="button" id="1" value="1" />
<input name="down" type="button" id="14" value="1" />
<input name="left" type="button" id="11" value="1" />
<input name="leftanalogdown" type="axis" id="1" value="1" />
<input name="leftanalogleft" type="axis" id="0" value="-1" />
<input name="leftanalogright" type="axis" id="0" value="1" />
<input name="leftanalogup" type="axis" id="1" value="-1" />
<input name="leftbottom" type="axis" id="2" value="1" />
<input name="leftthumb" type="button" id="9" value="1" />
<input name="lefttop" type="button" id="4" value="1" />
<input name="right" type="button" id="12" value="1" />
<input name="rightanalogdown" type="axis" id="4" value="1" />
<input name="rightanalogleft" type="axis" id="3" value="-1" />
<input name="rightanalogright" type="axis" id="3" value="1" />
<input name="rightanalogup" type="axis" id="4" value="-1" />
<input name="rightthumb" type="button" id="10" value="1" />
<input name="righttop" type="button" id="5" value="1" />
<input name="select" type="button" id="6" value="1" />
<input name="start" type="button" id="7" value="1" />
<input name="up" type="button" id="13" value="1" />
<input name="x" type="button" id="2" value="1" />
<input name="y" type="button" id="3" value="1" />
</inputConfig>
Display More
escalade
I copied the complete the skin.estuary folder to /storage/.kodi/addons and modified the Home.xml. But the system seems to still load the version from /usr/share/kodi/addons/. I also renamed the skin in /storage/.kodi/addons (folder name and in addon.xml), but "my" version does not appear in the skin selection gui.
Do you have an idea would I could do wrong? Could you perhaps please add a visibility tag and probably a switch in SkinSettings.xml to your mod?