(2018-03-05, 22:02)garbear Wrote: (2018-03-03, 20:35)trihy Wrote: Xbox 360 controller back button is still bad mapped.
It should get you to home. And does nothing. Also start button does some weird stuff. Not sure to which or what is maped.
Kodi has a system for mapping controllers to Kodi actions. Check out https://kodi.wiki/view/HOW-TO:Modify_joystick.xml . What actions are your back and start button mapped to?
Hi. IM using kodi x64 nightlies
<keymap>
<global>
<joystick profile="game.controller.default">
<a>Select</a>
<a holdtime="500">ContextMenu</a>
<b>Back</b>
<x>ContextMenu</x>
<y>FullScreen</y>
<start>ActivateWindow(PlayerControls)</start>
<guide>ActivateWindow(Home)</guide>
<up>Up</up>
<down>Down</down>
<right>Right</right>
<left>Left</left>
<leftthumb>Screenshot</leftthumb>
<rightthumb>ActivateWindow(ShutdownMenu)</rightthumb>
<lefttrigger>ScrollUp</lefttrigger>
<righttrigger>ScrollDown</righttrigger>
<leftbumper>ScrollUp</leftbumper>
<rightbumper>ScrollDown</rightbumper>
<leftstick direction="left">Left</leftstick>
<leftstick direction="right">Right</leftstick>
<leftstick direction="up">Up</leftstick>
<leftstick direction="down">Down</leftstick>
<rightstick direction="left">VolumeDown</rightstick>
<rightstick direction="right">VolumeUp</rightstick>
<rightstick direction="up">VolumeUp</rightstick>
<rightstick direction="down">VolumeDown</rightstick>
</joystick>
I dont see the back button there? They mapped guide button as homescreen, which is pretty good, but on windows it doesnt workk, cause windows take exclusive control of the guide button.
It should return to homescreen like on kodi v17 I think.
I had to add
<back>ActivateWindow(home)</back>
I think start button is weird mapped, but maybe they have some point here. When you hit start on a movie the title blinks and does nothing, maybe they will add some functionality to this. But back button is clearly not mapped.