Estouchy bug

  • Hi,

    I have a RPi 3 running LibreELEC (official): 9.2.3 (RPi2.arm). It is using the Smarti Pi Touch 2 chassis and the RPi touchscreen and the Estouchy skin. I noticed that when I go to Settings -> Libreelec config there is no back button. You're stuck unless you have a keyboard attached or do a power cycle.

    Fortunately I have a spare keyboard for the very few times I go there.

  • We're not the developers of that skin. As a workaround you can define "back navigation" on your remote control.

    Here is an example to define the yellow button as "back navigation" at /storage/.kodi/userdata/keymaps/remote.xml :

    Code
    <keymap>
      <global>
        <remote>
          <red>VolumeDown</red>
          <green>VolumeUp</green>
          <yellow>Back</yellow>
          <blue>ContextMenu</blue>
        </remote>
      </global>
    </keymap>