Jump to content
Flirc Forums

Leaderboard

Popular Content

Showing content with the highest reputation on 07/29/2012 in all areas

  1. Sorry to resurrect such an old thread, but I was looking for something else and found this, and wanted to say that this is actually REALLY easy to do. From your userdata folder, go to keymaps/keyboard.xml (create the file if you don't already have it there, and add the update function to any key that isn't already used by XBMC. In my map below, I have my video library updated using the U key, and then I mapped U to the remote button for updating the video library using the flirc software. In my map, ctrl_U does the music library. <keymap> <global> <keyboard> <h mod="ctrl">ActivateWindow(Home)</h> <f3>ActivateWindow(Favourites)</f3> <f4>XBMC.ShutDown()</f4> <f5>XBMC.ActivateWindow(MyPrograms)</f5> <u>UpdateLibrary(video)</u> <u mod="ctrl">UpdateLibrary(music)</u> </keyboard> </global> </keymap>
    1 point
×
×
  • Create New...