Home > Uncategorized > HowTo – XBMC: By-pass Shutdown Menu

HowTo – XBMC: By-pass Shutdown Menu

The following steps will allow you to by-pass the shutdown menu when you press the “power” button on the remote control and allow the box go directly into suspend mode (M3) or shutdown (M1):

  1. ssh into your Pivos box
  2. cp /usr/share/xbmc/system/keymaps/keyboard.xml to /root/.xbmc/userdata/keymaps/
  3. Edit /root/.xbmc/userdata/keymaps/keyboard.xml
  4. Change <power>ActivateWindow(shutdownmenu)</power> to <power>XBMC.Suspend()</power>
  5. Change <s>ActivateWindow(shutdownmenu)</s> to <s>XBMC.Suspend()</s>
  6. Reboot

Note: If your device is an M1 model, simply change XBMC.Suspend() to be XBMC.Shutdown() instead.

Categories: Uncategorized Tags:
  1. No comments yet.
  1. No trackbacks yet.