2019-02-23, 19:48
(2019-02-23, 08:30)jjd-uk Wrote: For Controllers look at gamepad keymap see https://github.com/xbmc/xbmc/blob/90c774...#L132-L148Thanks for that link.
B button is mapped to Stop change this to Back
White button will bring up info
I've created a file named "gamepad.xml" with this content:
<keymap>
<Visualisation>
<gamepad>
<A>Pause</A>
<B>Back</B>
<X>Stop</X>
<Y>ActivateWindow(VisualisationPresetList)</Y>
<black>PlayerProcessInfo</black>
<white>Info</white>
<start>OSD</start>
<back>LockPreset</back>
<leftanalogtrigger>AnalogRewind</leftanalogtrigger>
<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>
<dpadleft>StepBack</dpadleft>
<dpadright>StepForward</dpadright>
<dpadup>SkipNext</dpadup>
<dpaddown>SkipPrevious</dpaddown>
</gamepad>
</Visualisation>
</keymap>
I put it into the userdata folder and restarted Kodi. However, the button configuration for my gamepad is still the default one. When music is played the B button stops it. What am I doing wrong?
With the TV remote the back navigation works.x (x) #ir-ext-ui { position: fixed; padding: 1px; z-index: 9999; display: none; font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace; text-align: right; }