PDA

View Full Version : <remotecode> in new keymap.xml


Nuka1195
2005-07-02, 05:15
alright i'll risk looking stupid, but i've tried five different ways to get <remotecode> to work in the new keymap.xml.

<remotecode>
<83>fullscreen</83>
</remotecode>

directly under global, directly under keymap, under my own <remap>, without <remotecode></remotecode> and with <universalremote> (saw that in the code)

whenever i add the above i get the can't read end tag error when booting.

the default keymap.xml works fine, so this is a different situation than the other poster.

what am i missing?

thanks

jmarshall
2005-07-02, 13:38
ah, didn't think of that (xml doesn't allow numeric tags)

format will be:

<universalremote>
<obc83>fullscreen</obc83>
</universalremote>

obc for "original button code".

will change this shortly.

contact me via #xbmc if you want to test (plus about the python thing :)

cheers,
jonathan

pre1014
2005-07-07, 06:19
haha, and i was doing basically the same as nuka1195, only everywhere in that xml. it sucks right now too because the same button does fullscreen and turns the thing off...only you have to either hold it or press it twice to turn it off ???

anyways thanks