Reload skin on Home keymap question
#1
Anytime I to a clean install I always for get to save my keymap.xml then I Forget what the correct phrasing to refresh on Home?

As of now this crashes on Home but refreshes fine everywhere else:

Quote:<keymap>
<global>

<keyboard>
<end>ReloadSkin()</end>
</keyboard>
<Home>
<end>ReloadSkin()</end>
</Home>
</global>
</keymap>
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#2
XBMC.ReloadSkin() works for me anywhere in the skin.

Also, your Keymap.xml goes in AppData\Roaming\XBMC\userdata\keymaps\
Reply
#3
Thats where I got it...If you wouldn't mind could you post yours and I'll see if that works for me.
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<keymap>
    <global>
        <keyboard>
            <F5>XBMC.ReloadSkin()</F5>
            <F7>ShowSubtitles</F7>
            <F8>AudioNextLanguage</F8>
        </keyboard>
    </global>
    <MusicInformation>
        <keyboard>
            <i>Close</i>
        </keyboard>
    </MusicInformation>
</keymap> 
Reply
#5
Worked out why you're having trouble - you've mapped it to the END key which shuts down XBMC when you're on the Home screen.
Reply
#6
Thanks...for some reason mapping to the end key, which I always have done, causes a crash. I'll post a debug log later.
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply

Logout Mark Read Team Forum Stats Members Help
Reload skin on Home keymap question0