Kodi Community Forum
Disable back button on home screen - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Disable back button on home screen (/showthread.php?tid=204420)



Disable back button on home screen - gooner_47 - 2014-09-15

I'm trying to make my XBMC install as bullet proof as possible for my rather non-technical parents.

Last night's lesson was playing music from the library. This went fairly smoothly, but I noticed that when on the home screen while the music was playing, when pressing the back button it displayed the visualisation screen. This is entirely unnecessary in my case, and basically quite confusing for them as they lose track of where they are in the navigation.

Is there any way of disabling the default behaviour of the back button at the home screen, when music is playing? So when you press back, nothing whatsoever happens?

Thanks


RE: Disable back button on home screen - Hitcher - 2014-09-15

Keymap.


RE: Disable back button on home screen - gooner_47 - 2014-09-15

and the "noop" action?


RE: Disable back button on home screen - Hitcher - 2014-09-15

noop = No operation.


RE: Disable back button on home screen - gooner_47 - 2014-09-15

I didn't make myself clear - I was questioning whether I should assign that action to the back key, is that the best way to do what I want?


RE: Disable back button on home screen - Hitcher - 2014-09-15

Yes, but only in the <home> section.


RE: Disable back button on home screen - gooner_47 - 2014-09-19

Thanks. For anyone who might also want to do this:

<home>
<keyboard>
<backspace>noop</backspace>
</keyboard>
</home>

That's what you need to add to your keymaps file.