How do I bypass the shutdown confirmation menu?

  • Hi all, I've recently upgraded from LibreELEC 10 to 11.0.6, and now when I press the poweroff button on my IR remote, I get a shutdown menu, instead of the poweroff I really want. I then need to select the poweroff option.

    Is there a way to bypass this menu please? I've looked through the LibreELEC and Kodi configs, can't see any options that would indicate this ability. It's only done this since I switched to LibreELEC 11.

    Thank you. :)

  • Finally, created /storage/.kodi/userdata/keymaps/remote.xml and put the following in it:

    Code
    <keymap>
      <global>
        <remote>
          <power>shutdown</power>
        </remote>
      </global>
    </keymap>

    ... and now it works again as it did before. 8)