Latest nighties unable to reload skin using keymap?
#1
Starting from 28.4. I'm unable to use keymap

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<keymap>
    <global>
        <keyboard>
            <F4>XBMC.ReloadSkin()</F4>
            <F5>Skin.ToggleSetting(DebugGrid)</F5>
            <F6>Notification(Testing 123,Hello world)</F6>
        </keyboard>
    </global>
</keymap>


I'm on MAC. Everything works when I revert to a nighty from 27.4.

Did something change? Any of you having problems?
My skins:

Amber
Quartz

Reply
#2
EditConfusedcratch that just installed the latest nightly now and keymap not working on windows 7 either
Reply
#3
I encountered this too - got me scratching my head for a while...

The solution is, of course, arse-scratchingly simple:

use a lower case 'f' in your tags:

<f4>XBMC.ReloadSkin()</f4>

:-)
Reply
#4
thedeadman Wrote:I encountered this too - got me scratching my head for a while...

The solution is, of course, arse-scratchingly simple:

use a lower case 'f' in your tags:

<f4>XBMC.ReloadSkin()</f4>

:-)

Ha gotcha that sorted it cheers
Reply
#5
Yeah it's case sensitive atm, will probably be fixed soon.
Reply
#6
thedeadman Wrote:<f4>XBMC.ReloadSkin()</f4>


This unfortunately does not help on MAC :-(
My skins:

Amber
Quartz

Reply
#7
Funny, worked for me (I'm a Mac user)
Reply
#8
This is probably what you should be watching. 126 (PR)
Reply
#9
thedeadman Wrote:Funny, worked for me (I'm a Mac user)

This made me recheck it and I found out I edited wrong keymap. You're right lowercase solves the problem.

Thanks a bunch!
My skins:

Amber
Quartz

Reply
#10
No worries :-)
Reply

Logout Mark Read Team Forum Stats Members Help
Latest nighties unable to reload skin using keymap?0