Two useful remote re-mappings
#1
Two useful remote re-mapping that I use to have better use of my mce remote.

1. I have remapped the record button to pull up a context menu (keyboard 'c'). This is because I use this often and the button it's normally mapped to is a small button which is hard to reach on my remote. I never use the record button for anything else.
2. Teletext-button is remapped to NextSubtitle (while showing videos). I don't even know what teletext is but I don't miss it Smile

In Linux, put this in ~/.xbmc/keymaps/remote.xml:

Code:
<keymap>
  <global>
    <remote>
      <record>ContextMenu</record>
    </remote>
  </global>
  <FullscreenVideo>
    <remote>
      <teletext>NextSubtitle</teletext>
    </remote>
  </FullscreenVideo>
</keymap>
[/code]
Reply

Logout Mark Read Team Forum Stats Members Help
Two useful remote re-mappings0