How to change bluetooth receiver "key commands" for Kodi?
#1
I purchased a bluetooth receive on Amazon so I could connect my wired headphones to my second generation Amazon Fire TV when I watch movies on Kodi. The main problem that I'm running into is that since my headphones doesn't have a dial where I can adjust the audio, I have to rely on the bluetooth receiver to adjust the audio. I don't need to use the receiver for anything except the volume since I use my Fire TV remote for navigation, FF/RW, etc..

The receiver has the following buttons:
Play / Pause: For playing / pausing
Plus button: Skips back if pressed, volume up if held
Minus button: Nothing if pressed, volume down if held.

The issue I am running into is that when I hold down the up button, it increases the volume, but as soon as I release it, it skips backwards to the next chapter or the beginning of the video.

I assume this might have to do with my keyboard.xml file from this keymap.

Here is a debugging log (I included some of the background stuff like navigating to the video I was playing, but I believe the bluetooth receiver buttons were used starting after this line:
Code:
19:18:33 T:18446744072292986584   DEBUG: ------ Window Init (DialogSeekBar.xml) ------

Keyboard.xml file
Code:
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
  <Global>
    <keyboard>
      <rewind>PageUp</rewind>
      <fastforward>PageDown</fastforward>
    </keyboard>
  </Global>
  <Home>
    <keyboard>
      <menu>XBMC.ActivateWindow(Favourites)</menu>
    </keyboard>
  </Home>
  <FullscreenVideo>
    <keyboard>
      <menu>ShowSubtitles</menu>
      <backspace>Stop</backspace>
      <browser_back>Stop</browser_back>
      <rewind>Rewind</rewind>
      <fastforward>FastForward</fastforward>
    </keyboard>
  </FullscreenVideo>
  <VideoOSD>
    <keyboard>
      <menu>CodecInfo</menu>
    </keyboard>
  </VideoOSD>
  <MyFiles>
    <keyboard>
      <play_pause>Highlight</play_pause>
    </keyboard>
  </MyFiles>
  <virtualkeyboard>
    <keyboard>
      <menu>shift</menu>
      <play_pause>Symbols</play_pause>
      <rewind>CursorLeft</rewind>
      <fastforward>CursorRight</fastforward>
      <browser_back>Backspace</browser_back>
    </keyboard>
  </virtualkeyboard>
  <Visualisation>
    <keyboard>
      <browser_back>Fullscreen</browser_back>
    </keyboard>
  </Visualisation>
  <Favourites>
    <keyboard>
      <browser_back>close</browser_back>
    </keyboard>
  </Favourites>
  <NumericInput>
    <keyboard>
      <browser_back>Close</browser_back>
    </keyboard>
  </NumericInput>
  <PVROSDChannels>
    <keyboard>
      <browser_back>Close</browser_back>
    </keyboard>
  </PVROSDChannels>
  <PVROSDGuide>
    <keyboard>
      <browser_back>Close</browser_back>
    </keyboard>
  </PVROSDGuide>
  <PVROSDDirector>
    <keyboard>
      <browser_back>Close</browser_back>
    </keyboard>
  </PVROSDDirector>
  <PVROSDCutter>
    <keyboard>
      <browser_back>Close</browser_back>
    </keyboard>
  </PVROSDCutter>
  <MyTVSettings>
    <keyboard>
      <browser_back>PreviousMenu</browser_back>
    </keyboard>
  </MyTVSettings>
</keymap>
Reply
#2
Can you post a full debug log (wiki) when you press the buttons?
Reply

Logout Mark Read Team Forum Stats Members Help
How to change bluetooth receiver "key commands" for Kodi?0