Kodi Community Forum

Full Version: X360 D-Pad broken in RC3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Kodi RC3 is not responding to D-Pad input anymore (Windows + X360 wireless controller)
Must have been some recent changes. Because RC2 and before have always been fine

My user keymap is currently

<hat id="1" position="up">Up</hat>
<hat id="1" position="down">Down</hat>
<hat id="1" position="left">Left</hat>
<hat id="1" position="right">Right</hat>

Following Wiki guidelines and as it is written like that in default keymaps provided with RC3, I tried to change it to

<button id="11">Up</button>
<button id="12">Down</button>
<button id="13">Left</button>
<button id="14">Right</button>

But no luck. Any advise is welcome. Back to RC2 in the meantime.
A new alt-name was added to that keymap between RC2 and RC3, but I don't see how that would cause something to stop working: https://github.com/xbmc/xbmc/pull/5879/files

Can you get us a debug log (wiki) where you try to use the d-pad in RC3?
Thanks Ned for the quick reply.

I tried to reinstall RC3 this morning to post a debug log and then oh well... D-pad is working now.
So I am unable to reproduce what happened. Strange...

Anyway, Many Thanks