help with keyboard.xml function
#1
I have my remote working pretty close to how I want it. I looked at the function wiki and am having a problem with a few of the commands.

One, I want a button on my remote to launch a playlist I made, I added this to my keyboard.xml under the global keyboard section

<1 mod="ctrl,alt">PlayMedia(funk)</1> This is what I figured out from the syntax example on the wiki, but it's obviously wrong because when I load XBMC my remote doesn't do anything. The playlist is called funk. The code on my remote is showing up as ctrl + alt 1. I have a few other C+A+key things I added to my xml and they're working.
Reply
#2
playmedia eats a path, not some random word (in your case 'funk').
Reply
#3
Also it should be <one mod="ctrl,alt"> (and </one>) not <1 mod="ctrl,alt">

JR
Reply

Logout Mark Read Team Forum Stats Members Help
help with keyboard.xml function0