2013-07-04, 18:20
Using Neon skin
like an idiot i deleted the settings from homepage.
How do I access them?
thanks
like an idiot i deleted the settings from homepage.
How do I access them?
thanks
<setting type="bool" name="skin.neon.HomeMenuNoSettingsButton">true</setting>
<setting type="bool" name="skin.neon.HomeMenuNoSettingsButton">false</setting>
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<global>
<keyboard>
<s>ActivateWindow(settings)</s>
</keyboard>
</global>
</keymap>
(2014-06-12, 00:43)Kib Wrote: And this is why you should create a new thread after 2 years: the solution worked in XBMC 11 "Eden", but the S key opens the shutdown menu since XBMC 12.x, not the settings window.
To disable turning off the settings window in XBMC 13.x ("Gotham"), you will have to edit the file guisettings.xml in your Userdata (wiki) folder.
find the line containing
and change toCode:<setting type="bool" name="skin.neon.HomeMenuNoSettingsButton">true</setting>
Code:<setting type="bool" name="skin.neon.HomeMenuNoSettingsButton">false</setting>