How to enable Volume Control on Xbox DVD Remote?
#6
Ok so in summary all you really need to do is the following.

As user xbmc create this empty file.

Code:
vi ~/.xbmc/userdata/keymaps/remote.xml

and paste in the following. In vi hit "i" first to insert text.

Code:
<keymap>
  <global>
    <remote>
      <three>volumeup</three>
      <six>volumedown</six>
      <nine>mute</nine>
    </remote>
  </global>
  <FullscreenVideo>
    <remote>
      <three>volumeup</three>
      <six>volumedown</six>
      <nine>mute</nine>
    </remote>
  </FullscreenVideo>
  <VideoMenu>
    <remote>
      <three>volumeup</three>
      <six>volumedown</six>
      <nine>mute</nine>
    </remote>
  </VideoMenu>
</keymap>

Hit "ESC", then enter ":wq"

Restart xbmc, you will get some behaviour as in the old xbox days
Reply


Messages In This Thread
[No subject] - by tume2 - 2009-12-05, 14:59
[No subject] - by chunkhead - 2009-12-05, 17:45
[No subject] - by chunkhead - 2009-12-05, 19:06
[No subject] - by Crispy2 - 2010-04-29, 22:24
[No subject] - by Crispy2 - 2010-04-29, 22:42
[No subject] - by javiertoti - 2011-06-07, 23:47
Logout Mark Read Team Forum Stats Members Help
How to enable Volume Control on Xbox DVD Remote?0