Firefly Remote Support Here! (1 Viewer)

hartertw

New Member
May 10, 2006
2
0
Washington, USA
I was just looking back in that directory and it looks like the custom folder with a new "Other X10.xml" file showed up. I believe this happened after I was editing the mappings in MediaPortal Setup. So I guess if you have a fresh installation of MediaPortal, which I did, the custom folder isn't created yet. Hope this helps someone.
 

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
Please don't modify the files in the "default" directory. If you do so you destroy all fallback and default options. The "custom" directory will be created as soon as you edit the mappings in the editor. The next builds should have the custom folder from the beginning.
 

iscrow

Portal Member
April 8, 2006
7
0
Mappings

Glad you found the XML template useful.
Yes I realized later that the custom dir does not show up until a mapping is edited in the config.

Also, I intentionally killed the red X button as I don't like it closing Media Portal since I don't use any other apps. But, you can easily go in config and map it any way you like.

Initially I did this for myself, and right after I got the button names right, I decided to post my work to everyone else's benefit.

My intention was not to make full mappings for the firefly remote, it was simply to provide the proper names for the actual buttons in the config so anyone can config it to their needs. What I have posted is very far from a complete map.

I just did a few buttons to provide basic functions. Just go in the config and map stuff any way you like. You can also refer to the defalut configs for other remotes and see how certain buttons are mapped to see exactly what actions and windows are called and in what context.

There's a lot of actions and windows to choose from but I haven't found any sort of reference or description of each. Most of them are self explanatory but some can be misleading.

mPod, maybe you can answer that one, is there any sort of reference of what does what as far as actions and windows go in the X10 remotes config? I havent looked at the sources for MP so I don't know if there's any docs there.

Here's some suggestions:

The Music, Photos, TV, etc... keys. Those can be mapped to jump straight to those windows in Media Portal, rather than having to go through the main menu.

Manu key can be made to jump to the main menu unless you're wathing a DVD. In that cas it can go to the root menu of the DVD. Looc at the config. You can set up different behaviors for the keys based on the current context.

Can't think of a good use for the A-D keys, but they can be used for maybe switching to other windows like weather, games, whatever, or in DVD they can be used for switching sound options, subtitles, etc.
 

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
Re: Mappings

iscrow said:
mPod, maybe you can answer that one, is there any sort of reference of what does what as far as actions and windows go in the X10 remotes config? I havent looked at the sources for MP so I don't know if there's any docs there.
I'm afraid not, this is just a list of constant enum variables. If you have seen the editor before the latest change, you saw that the names were even more technical. I put some code in to make it a bit more human readable. But it still is the technical term how a dev calls the action or window in code. That's also the reason why some names are weird or have typographic errors in it. Not my bad English. :wink: There is no description for it, sorry. If someone would like to do some documentation on it, he'd has to dig into the MP code to find out what the windows & actions actually really do.
I chose that way because the user can map everything that is possible and didn't want to limit the possibilities by just offering a handful of actions & window ids.
But as a rule of thumb you can always have a look at the mapping editor for Hauppauge & MCE remotes (X10 ATI or Medion are also ok). The most needed stuff (that also makes sense) is mapped by default there and should help you for orientation.
 

iscrow

Portal Member
April 8, 2006
7
0
I figured that may be the case. I hate documenting stuff myself so I fully understand why there's no reference on a project that's being developed at such a fast pace as MP.

And yes I have seen the editor before the latest release so I know what you mean.

It's all good. I'm glad you exposed the full functionality and not just a few described actions and windows. Like you said, if someone needs to find out what something does, look at the source code. And there's probably not much point in documenting all that as it's all subject to change on regular basis.

Thanks for the prompt reply.
 

iscrow

Portal Member
April 8, 2006
7
0
My apologies to everyone, hartertw warned me that the Red Close (upper right button on the remote) was missing from my mapping, and I misunderstood what he ment. I thought I hadn't defined it to close MediaPortal, but it was missing from the file completely.

hartertw said:
2nd:
You maped all the button wonderfully except one. The red close button at the top of the remote. You think you have the time to map that one? :wink:

Here's the fix. Either go in your Other X10.xml file and add this to it:

Code:
		</button>
		<button name="Power (Close)" code="30">
			<action layer="0" condition="*" conproperty="-1" command="POWER" cmdproperty="EXIT" sound="back.wav" />
		</button>

Alternatively, here's the entire, fully working XML file:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mappings version="3">
	<remote family="X10 Remote">
		<button name="Maximize" code="158">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="18" sound="click.wav" />
		</button>
		<button name="Power (Close)" code="30">
			<action layer="0" condition="*" conproperty="-1" command="POWER" cmdproperty="EXIT" sound="back.wav" />
		</button>
		<button name="0" code="20">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="80" sound="click.wav" />
			<action layer="0" condition="WINDOW" conproperty="2" command="ACTION" cmdproperty="80" sound="click.wav" />
			<action layer="0" condition="WINDOW" conproperty="25" command="ACTION" cmdproperty="80" sound="click.wav" />
			<action layer="0" condition="WINDOW" conproperty="603" command="ACTION" cmdproperty="80" sound="click.wav" />
			<action layer="0" condition="WINDOW" conproperty="605" command="ACTION" cmdproperty="80" sound="click.wav" />
			<action layer="0" condition="WINDOW" conproperty="606" command="ACTION" cmdproperty="80" sound="click.wav" />
			<action layer="0" condition="WINDOW" conproperty="10" command="ACTION" cmdproperty="48" sound="back.wav" />
			<action layer="0" condition="WINDOW" conproperty="11" command="ACTION" cmdproperty="48" sound="back.wav" />
			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="88" sound="back.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="48" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="1" code="44">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="37" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="49" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="2" code="47">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="38" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="50" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="3" code="42">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="39" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="51" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="4" code="22">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="40" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="52" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="5" code="27">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="41" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="53" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="6" code="25">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="42" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="54" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="7" code="23">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="43" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="55" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="8" code="26">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="44" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="56" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="9" code="21">
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="45" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="57" cmdkeycode="0" sound="cursor.wav" />
		</button>
		<button name="Pause" code="0">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="12" sound="click.wav" />
		</button>
		<button name="Record" code="1">
			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="7" sound="click.wav" />
			<action layer="0" condition="WINDOW" conproperty="501" command="ACTION" cmdproperty="113" sound="click.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="89" sound="click.wav" />
		</button>
		<button name="Rewind" code="2">
			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="87" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="17" sound="cursor.wav" />
		</button>
		<button name="FastForward" code="4">
			<action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="86" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="16" sound="cursor.wav" />
		</button>
		<button name="Stop" code="5">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="13" sound="click.wav" />
		</button>
		<button name="Play" code="6">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="68" sound="click.wav" />
		</button>
		<button name="Menu" code="97">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="106" sound="click.wav" />
		</button>
		<button name="Up" code="19">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="3" sound="cursor.wav" />
		</button>
		<button name="Down" code="12">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="4" sound="cursor.wav" />
		</button>
		<button name="Left" code="13">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="1" sound="cursor.wav" />
		</button>
		<button name="Right" code="11">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="2" sound="cursor.wav" />
		</button>
		<button name="OK" code="15">
			<action layer="0" condition="WINDOW" conproperty="11" command="ACTION" cmdproperty="47" sound="click.wav" />
			<action layer="0" condition="WINDOW" conproperty="10" command="ACTION" cmdproperty="10" sound="back.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="7" sound="click.wav" />
		</button>
		<button name="Exit" code="98">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="10" sound="back.wav" />
		</button>
		<button name="VolumeUp" code="37">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="103" sound="cursor.wav" />
		</button>
		<button name="VolumeDown" code="35">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="102" sound="cursor.wav" />
		</button>
		<button name="Mute" code="40">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="9982" sound="click.wav" />
		</button>
		<button name="ChannelUp" code="41">
			<action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9979" sound="cursor.wav" />
			<action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9979" sound="cursor.wav" />
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="31" sound="cursor.wav" />
			<action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="95" sound="cursor.wav" />
			<action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="95" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="5" sound="cursor.wav" />
		</button>
		<button name="ChannelDown" code="48">
			<action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9980" sound="cursor.wav" />
			<action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9980" sound="cursor.wav" />
			<action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="30" sound="cursor.wav" />
			<action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="94" sound="cursor.wav" />
			<action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="94" sound="cursor.wav" />
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="6" sound="cursor.wav" />
		</button>
		<button name="Firefly" code="74">
			<action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="109" sound="click.wav" />
		</button>
		<button name="Help" code="75" />
		<button name="A" code="76" />
		<button name="B" code="77" />
		<button name="C" code="78" />
		<button name="D" code="79" />
		<button name="TV" code="80">
			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="1" sound="click.wav" />
		</button>
		<button name="DVD" code="81">
			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="3001" sound="click.wav" />
		</button>
		<button name="Photos" code="82">
			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="2" sound="click.wav" />
		</button>
		<button name="Music" code="83">
			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="501" sound="click.wav" />
		</button>
		<button name="Video" code="84">
			<action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="6" sound="click.wav" />
		</button>
		<button name="Previous" code="137" />
		<button name="Next" code="138" />
		<button name="Option" code="150" />
		<button name="Back" code="156" />
		<button name="Ent" code="157" />
		<button name="Mouse" code="159" />
		<button name="Info" code="160" />
	</remote>
</mappings>
 

iscrow

Portal Member
April 8, 2006
7
0
Update

I cought another little problem. The firefly button was supposed to go straight to the main menu, but all it did was go to the top of the listing of items (like the home key on the keyboard).

Ive' corrected that and here's the result:

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?> 
<mappings version="3"> 
   <remote family="X10 Remote"> 
      <button name="Maximize" code="158"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="18" sound="click.wav" /> 
      </button> 
      <button name="Power (Close)" code="30"> 
         <action layer="0" condition="*" conproperty="-1" command="POWER" cmdproperty="EXIT" sound="back.wav" /> 
      </button> 
      <button name="0" code="20"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="80" sound="click.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="2" command="ACTION" cmdproperty="80" sound="click.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="25" command="ACTION" cmdproperty="80" sound="click.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="603" command="ACTION" cmdproperty="80" sound="click.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="605" command="ACTION" cmdproperty="80" sound="click.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="606" command="ACTION" cmdproperty="80" sound="click.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="10" command="ACTION" cmdproperty="48" sound="back.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="11" command="ACTION" cmdproperty="48" sound="back.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="88" sound="back.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="48" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="1" code="44"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="37" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="49" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="2" code="47"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="38" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="50" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="3" code="42"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="39" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="51" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="4" code="22"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="40" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="52" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="5" code="27"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="41" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="53" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="6" code="25"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="42" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="54" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="7" code="23"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="43" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="55" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="8" code="26"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="44" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="56" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="9" code="21"> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="45" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="57" cmdkeycode="0" sound="cursor.wav" /> 
      </button> 
      <button name="Pause" code="0"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="12" sound="click.wav" /> 
      </button> 
      <button name="Record" code="1"> 
         <action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="7" sound="click.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="501" command="ACTION" cmdproperty="113" sound="click.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="89" sound="click.wav" /> 
      </button> 
      <button name="Rewind" code="2"> 
         <action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="87" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="17" sound="cursor.wav" /> 
      </button> 
      <button name="FastForward" code="4"> 
         <action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="86" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="16" sound="cursor.wav" /> 
      </button> 
      <button name="Stop" code="5"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="13" sound="click.wav" /> 
      </button> 
      <button name="Play" code="6"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="68" sound="click.wav" /> 
      </button> 
      <button name="Menu" code="97"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="106" sound="click.wav" /> 
      </button> 
      <button name="Up" code="19"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="3" sound="cursor.wav" /> 
      </button> 
      <button name="Down" code="12"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="4" sound="cursor.wav" /> 
      </button> 
      <button name="Left" code="13"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="1" sound="cursor.wav" /> 
      </button> 
      <button name="Right" code="11"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="2" sound="cursor.wav" /> 
      </button> 
      <button name="OK" code="15"> 
         <action layer="0" condition="WINDOW" conproperty="11" command="ACTION" cmdproperty="47" sound="click.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="10" command="ACTION" cmdproperty="10" sound="back.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="7" sound="click.wav" /> 
      </button> 
      <button name="Exit" code="98"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="10" sound="back.wav" /> 
      </button> 
      <button name="VolumeUp" code="37"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="103" sound="cursor.wav" /> 
      </button> 
      <button name="VolumeDown" code="35"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="102" sound="cursor.wav" /> 
      </button> 
      <button name="Mute" code="40"> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="9982" sound="click.wav" /> 
      </button> 
      <button name="ChannelUp" code="41"> 
         <action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9979" sound="cursor.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9979" sound="cursor.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="31" sound="cursor.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="95" sound="cursor.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="95" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="5" sound="cursor.wav" /> 
      </button> 
      <button name="ChannelDown" code="48"> 
         <action layer="0" condition="WINDOW" conproperty="7701" command="ACTION" cmdproperty="9980" sound="cursor.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="7700" command="ACTION" cmdproperty="9980" sound="cursor.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="30" sound="cursor.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="1" command="ACTION" cmdproperty="94" sound="cursor.wav" /> 
         <action layer="0" condition="WINDOW" conproperty="602" command="ACTION" cmdproperty="94" sound="cursor.wav" /> 
         <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="6" sound="cursor.wav" /> 
      </button> 
      <button name="Firefly" code="74"> 
         <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="0" sound="click.wav" /> 
      </button> 
      <button name="Help" code="75" /> 
      <button name="A" code="76" /> 
      <button name="B" code="77" /> 
      <button name="C" code="78" /> 
      <button name="D" code="79" /> 
      <button name="TV" code="80"> 
         <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="1" sound="click.wav" /> 
      </button> 
      <button name="DVD" code="81"> 
         <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="3001" sound="click.wav" /> 
      </button> 
      <button name="Photos" code="82"> 
         <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="2" sound="click.wav" /> 
      </button> 
      <button name="Music" code="83"> 
         <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="501" sound="click.wav" /> 
      </button> 
      <button name="Video" code="84"> 
         <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="6" sound="click.wav" /> 
      </button> 
      <button name="Previous" code="137" /> 
      <button name="Next" code="138" /> 
      <button name="Option" code="150" /> 
      <button name="Back" code="156" /> 
      <button name="Ent" code="157" /> 
      <button name="Mouse" code="159" /> 
      <button name="Info" code="160" /> 
   </remote> 
</mappings>
 

cooldudeny

New Member
October 25, 2007
4
0
hey i m not been able to install the driver that u posted in this thread may be coz i am using vista or might be some other reason for it
 

Al_Capone

MP Donator
  • Premium Supporter
  • September 26, 2006
    527
    19
    Home Country
    Norway Norway
    IWhen I click "learn" button, I see the same list-items twice. - why is it so ?

    WHY? (this is NOT caused by this xml file, and goes for any remote.)
     

    ZR2RICK

    Portal Member
    December 29, 2007
    5
    0
    Home Country
    United States of America United States of America
    Trouble replacing XML file contents

    Thanks so much for the firefly mapping info, i am having trouble deleting the contents of the XML file, it opens in an internet explorer site and i can't delete it , any ideas?
     

    Users who are viewing this thread

    Top Bottom