Search This Blog

Tuesday, April 13, 2010

Tweaking Remotes/Keyboard (DiNovo Mini and Logitech Harmony in my case)

Just added some useful things to the remote.

Log in as xbmc and put in userdata/keymaps/keymap.xml.

This gives easy access to subtitle delay via the 'y' key on the keyboard during video play, and on the home screen I can push '1' to clean the library then '2' update it.  Just saves a bit of time!

Also added 'r' key to get XBMC to reload skin - makes developing mods much easier as no reboot required!
<keymap>

<FullscreenVideo>
<keyboard>
<y>SubtitleDelay</y>
</keyboard>
</FullscreenVideo>

<home>
<remote>
<one>XBMC.CleanLibrary(video)</one>
<two>XBMC.UpdateLibrary(video)</two>
</remote>
</home>

<global>
<keyboard>
<r>XBMC.ReloadSkin()</r>
</keyboard>
</global>

</keymap>

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.