Editing keyboard.xml
#1
I am traying to edit the keyboard.xml and I dont know how to add something like this:

<crtl+f>Play</crtl+f>

Would this be possible? I can´t make it work.

Thanks.
Reply
#2
<f mod="ctrl">Play</f>

just like all the other examples in there doing it Wink

EDIT: just realized, this is not available in 9.11. added after
Reply
#3
Thanks for the answer.

I tried this way, see the example:

Pressing X works ok, but when I press Crtl+F it dosen´t stop.

see code:

Quote:<space>Pause</space>
<x>Stop</x>
<f mod="ctrl">Stop</f>
<period>SkipNext</period>

I tried a few times and nothing.

I have last Xbmc.
Reply
#4
there's no such thing as last xbmc. we're continually working on the codebase. it should work assuming your version is new enough.
Reply
#5
Ok, I have 9.11, I just installed before yesterday for the first time, I thought I downloaded last version, which version shut I download?
Reply
#6
leolo Wrote:Ok, I have 9.11, I just installed before yesterday for the first time, I thought I downloaded last version, which version shut I download?

You need one of the recent development builds from mirrors.xbmc.org, or alternatively there is a version of the 9.11 release that has key modifier support at xbmcmce.sourceforge.net.

JR
Reply
#7
Edit:

Sorry cross message.

Thanks jhsrennie, I am going to have look.

I am going to tray this one.
Quote:camelot-gl.zip
Custom build of XBMC v9.11 Camelot that supports keyboard modifiers.
This is an OpenGL build and should be used only if you've encountered problems with the standard DirectX build.
Last updated 31st January 2010.
Reply
#8
That Showkey program that's included in that download is also extremely helpful in getting your remote buttons set up. It saved me HOURS of my time.
Reply
#9
Thank you very much to all of you.

Remote is is already fully working, now the program it looks much better.
Reply

Logout Mark Read Team Forum Stats Members Help
Editing keyboard.xml0