Xiaomi Mi TV Box remote - Keymap
#1
Hi all,

I have a Xiaomi Mi TV Box running Android TV with Kodi 17.6.

Does anyone know how to change the default button mapping on the standard Mi remote?

Image

I would like to change the volume up and volume down buttons to be "SubtitleDelayMinus" and "SubtitleDelayPlus".

I've tried placing this custom XML file into Android/data/org.xbmc.kodi/files/.kodi/userdata/keymaps

xml:
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
  <global>
    <keyboard>
      <volumeplus>SubtitleDelayPlus</volumeplus>
      <volumeminus>SubtitleDelayMinus</volumeminus>
    </keyboard>
  </global>
</keymap>

Unfortunately this doesn't seem to have any effect. Can anyone tell what I'm doing wrong here?

Many thanks in advance!
Reply

Logout Mark Read Team Forum Stats Members Help
Xiaomi Mi TV Box remote - Keymap0