Power off options

  • I have a FLIRC SE ir sensor and a Logitech remote set up on my Libreelec box.

    Getting the remote to work was a straight forward process except for powering off.

    Instead of powering down when I push the power button on my remote or on the box itself

    I get the the power option menu.

    I have searched through all settings but I cant find any setting for choosing how the power off should behave.

    The closest I found regarding power off was the power save option and it set to shutdown.

    I'm currently is running BETA 3 of Libreelec.

    Any suggestions ?

  • This is what I did.

    Edit file /storage/.kodi/userdata/keymaps/keyboard.xml. If doesn't exist copy it from /usr/share/kodi/system/keymaps/keyboard.xml.

    Then replace

    Code
    <power>ActivateWindow(ShutdownMenu)</power>

    with

    Code
    <power>XBMC.Shutdown</power>

    There is also Keymap Editor addon which could be used.