v17 disable support for gamepad
#1
Hi All.
I use Kodi 17, and i have a problem.
When i use the gamepad (official xbox 360 controller) all keystrokes are duplicated to Kodi even if I play the game.
how to disable gempad management in kodi generalHuh

Sorry for the spelling mistakes Smile
Reply
#2
SYSTEM \ SETTINGS \ SYSTEM \ INPUT DEVICES

You can turn off "Enable joystick and gamepad support"

(Ahhh.... that is for KODI 16, but I expect it is in a similar place in KODI 17)
Reply
#3
(2016-04-09, 17:26)BatterPudding Wrote: SYSTEM \ SETTINGS \ SYSTEM \ INPUT DEVICES

You can turn off "Enable joystick and gamepad support"

(Ahhh.... that is for KODI 16, but I expect it is in a similar place in KODI 17)

No, in KODI 17 this item(paragraph) is not exist.
Reply
#4
(2016-04-09, 19:25)2sketch2 Wrote:
(2016-04-09, 17:26)BatterPudding Wrote: SYSTEM \ SETTINGS \ SYSTEM \ INPUT DEVICES

You can turn off "Enable joystick and gamepad support"

(Ahhh.... that is for KODI 16, but I expect it is in a similar place in KODI 17)

No, in KODI 17 this item(paragraph) is not exist.
Have you checked you are on "advanced" mode?

Edit: Have a look in your %APPDATA%\KODI\userdata\ folder and find GUISETTINGS.XML. This holds your KODI settings. Close KODI and then open this XML file. Do a search for JOYSTICK.

In my KODI 16 I find this:
Code:
<input>
        <enablejoystick default="true">false</enablejoystick>
        <enablemouse default="true">true</enablemouse>
    </input>

You'd probably get better replies in the Estuary Skin section of the forum as people in there will be more used to the layout of the new settings pages.
http://forum.kodi.tv/forumdisplay.php?fid=260
Reply
#5
<enablejoystick default="true">false</enablejoystick>
Not working, because when i start Kodi......these lines are erased =\
Reply
#6
(2016-04-09, 20:14)2sketch2 Wrote: <enablejoystick default="true">false</enablejoystick>
Not working, because when i start Kodi......these lines are erased =\
You'd probably get better replies in the Estuary Skin section of the forum as people in there will be more used to the layout of the new settings pages.
http://forum.kodi.tv/forumdisplay.php?fid=260

I am only guessing based on KODI 16....

Did you remember the <input> tags?
Code:
<input>
         <enablejoystick default="true">false</enablejoystick>
</input>
Reply
#7
Yes, but Kodi removes this lines.
Reply
#8
You're going to have to go into the Estuary Skin forum and ask people who are using the actual skin. I thought all settings would have still been the same. So maybe the switch to Advanced\Expert modes may not be as obvious on the redesigned GUI.
Reply
#9
OK) I try go into the Estuary Skin forum, thanks ))
Reply

Logout Mark Read Team Forum Stats Members Help
disable support for gamepad0