Stop libreelec shutting down with remote

  • Hi all,

    I'm using rc6 remote and as standard the power button turns of the pi.

    This is annoying when one of us catches the button or press it by mistake.

    Is it possible to make it bring up the power options menu rather than just shutdown because at least that way I could just press back if accidentally pressed.

    Thanks in advance

    Rob

  • Create a .kodi/userdata/keymaps/remote.xml file with the following contents:

    Code
    <keymap>
      <global>
        <remote>
          <power>ActivateWindow(ShutdownMenu)</power>
        </remote>
      </global>
    </keymap>

    so long,

    Hias