Kodi not working
Posted: Thu Jan 18, 2018 9:38 am
After downloading kodi, it opened fine. However, i still cannot scroll and the controls do nothing. I created jostick.xml and added this in there
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<joystick name="USB gamepad ">
<button id="3">Select</button>
<button id="2">Back</button>
<axis id="1" limit="+1">Right</axis>
<axis id="1" limit="-1">Left</axis>
<axis id="2" limit="-1">Up</axis>
<axis id="2" limit="+1">Down</axis>
</joystick>
</global>
</keymap>
but it still does not work
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<joystick name="USB gamepad ">
<button id="3">Select</button>
<button id="2">Back</button>
<axis id="1" limit="+1">Right</axis>
<axis id="1" limit="-1">Left</axis>
<axis id="2" limit="-1">Up</axis>
<axis id="2" limit="+1">Down</axis>
</joystick>
</global>
</keymap>
but it still does not work