2020-09-22, 14:12
I'm using Plex app on Kodi and I've been trying to customize a function of few keys when Plex is open. I discovered and read the wiki entries about keymapping and I want to change 2 keys while the video within Plex is playing (one for SubtitleDelayMinus other for SubtitleDelayPlus). If I add the entries in remote.xml under the global section then it's working fine but could I make this change only within the specific addon? Would I be able to do something like this and if yes what would the name of the section be?
xml:
<keymap>
<Plex>
<remote>
<four>SubtitleDelayMinus</four>
<six>SubtitleDelayPlus</six>
</remote>
</Plex>
</keymap>