If some/all of the buttons on your remote don't work you can try to capture codes that are received by coolreciver. To do that you need to set debugging level in MediaPortal to "Debug". After that you will see, in the log file, lines like this one:
2008-04-22 15:22:40.882358 [Debug][MPMain]: CoolReciver : 18
when you press one of the buttons. Number you see is the received code after you press button (on my remote for Power button it would be 0, for ENTER it would be 19 etc.). When you get all the codes for missing buttons you need to edit CoolReciver_Default.xml file. In it you will find lines like this:
<button name="Enter" code="19">
<action layer="0" condition="*"...more text... />
</button>
As you can see there you see button name (Enter in this case) and code that is received for that button (19 in this case). Part with "<action layer ..." is not important for now, so ignore it. All you need to do is to change code part to match the one you saw in log file. If however you do not find button with the right name you can rename one in the file (ie. change "Enter" to "Return") and change the code (ie. change 19 to 33). Also you can add new button to the file by adding following lines:
<button name="NewButtonName" code="xx">
</button>
make sure you replace "xx" with appropriate number you read in log file. Then you need to assign action to that button as show earlier and you are done.
"<action layer=... " part you do not enter manually, it is added by the mapping option when you assign action to the buttons.
Also there is one more way to get the rm codes. If you open regedit.exe and go to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Leadtek\WinFast\MultiMedia\Wizard
you will find key Remote Code and after each key press you will see different value which corresponds with one i the log file, at least in my case. For this to work you must be user with administrators privileges.

If You have any questions about the plugin write to my email or post your question in the mediaportal forum here.








. I hope You like it.
it will restore original files (you have uninstall option in the "Add/Remove Programs"). 

