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):
- ssh into your Pivos box
- cp /usr/share/xbmc/system/keymaps/keyboard.xml to /root/.xbmc/userdata/keymaps/
- Edit /root/.xbmc/userdata/keymaps/keyboard.xml
- Change <power>ActivateWindow(shutdownmenu)</power> to <power>XBMC.Suspend()</power>
- Change <s>ActivateWindow(shutdownmenu)</s> to <s>XBMC.Suspend()</s>
- Reboot
Note: If your device is an M1 model, simply change XBMC.Suspend() to be XBMC.Shutdown() instead.
Categories: Uncategorized