Change power button to exit Kodi
#1
Hi,


I'd like to change the behaviour of the power button to exit Kodi directly rather than give the power menu. I can create a tile manually to exit Kodi, but it will be the left of the settings button rather then to the right of it like the current power button.


Any ideas?
Reply
#2
Hi Scottland,

1. Different power button behavior:

I've posted the answer here: http://forum.kodi.tv/showthread.php?tid=...pid1920789

(2015-02-09, 15:15)josch Wrote: Just edit the guisettings.xml file inside your userdata folder and replace:

Code:
<setting type="string" name="skin.eminence.home.314.path">ActivateWindow(shutdownmenu)</setting>

with

Code:
<setting type="string" name="skin.eminence.home.314.path">Quit()</setting>



2. Switch settings and power button position:

Edit the guisettings.xml file again and swap
  • skin.eminence.home.313.icon <-> skin.eminence.home.314.icon
  • skin.eminence.home.313.path <-> skin.eminence.home.314.path
  • skin.eminence.home.313.label <-> skin.eminence.home.314.label
Reply
#3
Thats great, thank you
Reply

Logout Mark Read Team Forum Stats Members Help
Change power button to exit Kodi1