Windows Favorites remote shortcut

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
wlodek Offline
Junior Member
Posts: 2
Joined: Jun 2012
Reputation: 0
Post: #1
Dear Forum,

Please advise how to recall favorites menu directly from IR remote with the press of single key, (XBMC 11 with default skin).

Thank you for your hlep Walter
find quote
TapRackPull Offline
Senior Member
Posts: 177
Joined: Jun 2011
Reputation: 2
Location: Olympia, WA
Post: #2
Walter,

It would be very helpful to know what kind of remote you are using, and if you have already created your own keyboard.xml file in your userdata folder.

That said, if you are using a standard Media extender remote with a standard IR receiver, and have already created a keyboard.xml file in your userdata folder.... Well, then, this should about do it.
______________________________________________________________

In your keyboard.xml file that you created in your userdata folder you would add a line of code that looks somehing like

Code:
<universalremote>
  <obc148>ActivateWindow(favourites)</obc148>
</universalremote>

or (either will work equally well)

Code:
<universalremote>
  <obc148>ActivateWindow(10134)</obc148>
</universalremote>

You would need to change "obc148" to whatever appropriate code corresponds to your remote button that you want mapped....

XBMC 11.0 Eden Win7 MI-008 Case
Kingston 4GB DDR3 ZOTAC GF9300-K-E
Intel Celeron 2.6GHz MSI HD6450
unRAID
(This post was last modified: 2012-06-01 21:43 by TapRackPull.)
find quote
wlodek Offline
Junior Member
Posts: 2
Joined: Jun 2012
Reputation: 0
Post: #3
Thank you for your help,

I am using Microsoft Windows Media Center compatible remote control but without 4 bottom colour keys. How can I verify OBC number and corresponding remote key?

What is the difference between <remote> section and <universalremote> section in keyboard.xml file.
(This post was last modified: 2012-06-02 17:47 by wlodek.)
find quote