Keymaps no longer working?
#1
I found my old Kodi install and copied my old keymaps file in.

C:\Users\kodi\AppData\Roaming\Kodi\userdata\keymaps
keymaps.xml

"<k>AudioNextLanguage</k>"
(honestly this should be mapped by default to a key to be honest)

It's not working, still coming up with PVR messages?
Reply
#2
According to this it is mapped to both longpress-up and ctrl-a

https://github.com/xbmc/xbmc/blob/master...yboard.xml

Is your mapping in the correct place in the file? In the default it is in <FullscreenVideo>

EDIT I see you refer to PVR, in which case it might also need to be inside <FullscreenLiveTV>

EDIT AGAIN - you can see what is going on by looking at your log file with debugging on while pressing buttons.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
So the entire contents of my keymaps file is up there in quotes (yeah, that single line)
If that's incorrect, I can change it - bear in mind though, it used to work fine under 15?

I'll do a debug log shortly.
Reply
#4
Ok found the documentation, got my answer.
You guys have changed how Kodi parses the keymaps.xml file - page should probably be updated to reflect that

My new keymaps file looks like this.


Code:
<keymap>
  <global>
    <keyboard>
      <k>AudioNextLanguage</k>
    </keyboard>
  </global>
</keymap>

My old one was LITERALLY just this (and yes, it worked fine for 2 years)

<k>AudioNextLanguage</k>
Reply
#5
(and yeah, it works now)
Reply

Logout Mark Read Team Forum Stats Members Help
Keymaps no longer working?0