Win Please I need to configure my remote buttons
#1
Please I need to configure this remote:

http://www.amazon.com/Wireless-USB-Remot...d_sim_pc_1

No matter By EventGhost or keyboard.xml

I can't find any plugin for EventGhost related to this remote Sad

I can't use the volume buttons inside the XBMC it only work for the windows volume
also I can't use the 4 colored buttons
Or edit the power button to be sleep
.....etc



Please Help.
And Sorry If I put this thread in the wrong place.
Reply
#2
Please I need your Help Sad
Reply
#3
Just wanted to let you know that I'm the same boat. I posted a couple weeks ago for help mapping my volume keys (they only work on Windows system volume). I'll let you know if somebody points me in the right direction on my post.
Reply
#4
It appears at least a couple of members have been able to get this remote to work but, as yet, they've declined to share the solution with the community: http://forum.xbmc.org/showthread.php?tid=152431
Reply
#5
Brick 
I don't know why this ***** people won't help !!!!

I got the solution and I will share it :

FOR THE VOLUME:

Press Windows-R and in the Run dialog type:

notepad "%APPDATA%\XBMC\userdata\keymaps\appcommand.xml"

Click OK, and when you're prompted to create a new file answer Yes. Copy and paste the following into Notepad:


Code:
<keymap>
  <global>
    <appcommand>
      <volume_mute>Mute</volume_mute>
      <volume_down>VolumeDown</volume_down>
      <volume_up>VolumeUp</volume_up>
    </appcommand>
  </global>
</keymap>

Close Notepad and save the changes.


FOR THE 4 COLORED KEYS:

Press Windows-R and in the Run dialog type:

notepad "%APPDATA%\XBMC\userdata\keymaps\keyboard.xml"

Click OK, and when you're prompted to create a new file answer Yes. Copy and paste the following into Notepad:

Code:
<!--Template XBMC keyboard file-->
<keymap>
  <global>
    <keyboard>
      <one mod="ctrl,alt">XBMC.ActivateWindow(MyMusic)</one> <!-- Green -->
      <two mod="ctrl,alt">XBMC.ActivateWindow(MyVideos)</two> <!-- Orange -->
      <three mod="ctrl,alt">XBMC.ActivateWindow(MyPictures)</three> <!-- Blue -->
      <four mod="ctrl,alt">XBMC.ActivateWindow(Home)</four> <!-- Yellow -->
    </keyboard>
  </global>
</keymap>
Close Notepad and save the changes.

Restart your XBMC

please add this to http://wiki.xbmc.org/index.php?title=Rem...ol_Reviews
Reply
#6
Great job osamy!... Will use it if I buy the same remote
Reply

Logout Mark Read Team Forum Stats Members Help
Please I need to configure my remote buttons0