2008-12-09, 21:27
Hello. My current setup is as follows:
Gigabute GA-73PVM-S2H JGA 775 Nvidia Geforce 7100 HDMI Mico ATX mobo
2GB DDR2 800 RAM (2 x 1GB)
Intel Core 2 Duo E7300 Wolfdale 2.66GHz OC'd to 3.1GHz
MCE Remote with codes programmed to a Harmony 880 Universal
So the first issue is that the green "Start" button functions properly, but it also powers on my xbox 360. Same problem with the "PC Power" button...I guess they use the same codes.
So I need to remap these keys. So found this wiki:
http://wiki.xbmc.org/?title=Keymap.xml
If I'm reading it correctly, if I wanted to remap the zero and one key for Menu and Power I would do something like this in the keymap file?
Is that right?
Also, I can get the remote to power off the xbmc but not power on. The MCE IR receiver is blinking red when the machine is in standby so I know its getting signal and has power, and the BIOS of my Mobo is to resume on USB, but so far I've had no luck. I noticed there was no "PowerOn" string in the wiki which makes sense since it's not loaded, it can interpret any commands. So I'm guessing this is an OS or BIOS level thing. Is there a way to program this?
Thanks in advance for any help.
-Ed
Gigabute GA-73PVM-S2H JGA 775 Nvidia Geforce 7100 HDMI Mico ATX mobo
2GB DDR2 800 RAM (2 x 1GB)
Intel Core 2 Duo E7300 Wolfdale 2.66GHz OC'd to 3.1GHz
MCE Remote with codes programmed to a Harmony 880 Universal
So the first issue is that the green "Start" button functions properly, but it also powers on my xbox 360. Same problem with the "PC Power" button...I guess they use the same codes.
So I need to remap these keys. So found this wiki:
http://wiki.xbmc.org/?title=Keymap.xml
If I'm reading it correctly, if I wanted to remap the zero and one key for Menu and Power I would do something like this in the keymap file?
Code:
<keymap>
<Global>
<remote>
<zero>PreviousMenu</zero>
<one>PowerOff</one>
</remote>
</Global>
</keymap>
Is that right?
Also, I can get the remote to power off the xbmc but not power on. The MCE IR receiver is blinking red when the machine is in standby so I know its getting signal and has power, and the BIOS of my Mobo is to resume on USB, but so far I've had no luck. I noticed there was no "PowerOn" string in the wiki which makes sense since it's not loaded, it can interpret any commands. So I'm guessing this is an OS or BIOS level thing. Is there a way to program this?
Thanks in advance for any help.
-Ed