2006-09-01, 06:35 PM
I'm trying to get the remote from the KWorld DVT300U working with gbpvr.
This remote is not MCE compatible, but works using a similar enough interface that I was able to work out what it's doing. I've discovered how to reprogram the remote's interface to report any arbitrary scan code for any of the remote keypresses.
Now, I'd like to alter the keys that gbpvr responds to. Clearly that means editing the xml in the KeyMappings directory. I have a couple of questions though:
1) Can you specify a command twice with different keys? I see that the standard Main.xml has the following lines:
So both keys will work to increase the volume? I just want to check this, as I would like to add a bunch of mappings for unused keys (the high-value Fkeys) while keeping the keyboard interface.
2) How do I specify something like <shift><ctrl>F15? I set my remote to output that scan code and Show Key reports +^F15 when I press the key. But insertinginto the xml doesn't produce any effect.
It's not critical, as I could just reprogram the remote to use more standard scan codes, but I'd like to make sure it will only have an effect on gbpvr to avoid any conflicts.
This remote is not MCE compatible, but works using a similar enough interface that I was able to work out what it's doing. I've discovered how to reprogram the remote's interface to report any arbitrary scan code for any of the remote keypresses.
Now, I'd like to alter the keys that gbpvr responds to. Clearly that means editing the xml in the KeyMappings directory. I have a couple of questions though:
1) Can you specify a command twice with different keys? I see that the standard Main.xml has the following lines:
Code:
<command name="MAIN_VOLUME_UP" key="Add"/>
<command name="MAIN_VOLUME_UP" key="PageUp"/>
2) How do I specify something like <shift><ctrl>F15? I set my remote to output that scan code and Show Key reports +^F15 when I press the key. But inserting
Code:
<command name="GUIDE_UP" key="+^F15"/>
It's not critical, as I could just reprogram the remote to use more standard scan codes, but I'd like to make sure it will only have an effect on gbpvr to avoid any conflicts.