Archive:HP MCE Remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
mNo edit summary
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Remote
== HP MCE Remote ==
|Name= HP MCE Remote
[[File:HPRemotenewer.jpg{{!}}newer version|thumb]]
|Image= HPRemotenewer.jpg{{!}}newer version
 
|Description= [[Image:hpremote.jpg|thumb|older version]]
[[File:hpremote.jpg|thumb|older version]]
Both versions are compatible with the Microsoft remote, and the .reg files used to reconfigure the MS remote will also work with the HP remote.
Both versions are compatible with the Microsoft remote, and the .reg files used to reconfigure the MS remote will also work with the HP remote.


On Windows XP Pro SP3 the receiver was recognised and installed automatically. There are reports that Windows XP may not automatically detect the receiver unless you edit irbus.inf as described in http://it.megocollector.com/?p=8. It is not clear when this hack is needed.
With the Remote-XBMC.reg config all the buttons work in Kodi except for the "T" and "Print" buttons. To configure these buttons add the following to the .reg file:
 
With the Remote-XBMC.reg config all the buttons work in XBMC except for the "T" and "Print" buttons. To configure these buttons add the following to the .reg file:


<pre>  4E,00,00,00,04,01,22,\ ; Print button on HP remote - sends ctrl-5
<pre>  4E,00,00,00,04,01,22,\ ; Print button on HP remote - sends ctrl-5
   5A,00,00,00,04,01,23,\ ; T button on HP remote    - sends ctrl-6</pre>
   5A,00,00,00,04,01,23,\ ; T button on HP remote    - sends ctrl-6</pre>
}}
{{-}}

Latest revision as of 03:00, 10 September 2020

HP MCE Remote

newer version
older version

Both versions are compatible with the Microsoft remote, and the .reg files used to reconfigure the MS remote will also work with the HP remote.

With the Remote-XBMC.reg config all the buttons work in Kodi except for the "T" and "Print" buttons. To configure these buttons add the following to the .reg file:

  4E,00,00,00,04,01,22,\ ; Print button on HP remote - sends ctrl-5
  5A,00,00,00,04,01,23,\ ; T button on HP remote     - sends ctrl-6