Kodi Community Forum
customcontroller.Harmony.xml changes 17.6 vs 20.2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: customcontroller.Harmony.xml changes 17.6 vs 20.2 (/showthread.php?tid=374327)



customcontroller.Harmony.xml changes 17.6 vs 20.2 - paul.j.ghosh - 2023-09-03

Curious to know if the changes found in the keymaps for Harmony remote in customcontroller.Harmony.xml were intentional or a side effect of something else... Find below a partial diff between (<) 17.6 and (>) 20.2.  In particular I am curious about subtitle toggle/next subtitle and bringing up player controls.

subtitle button ids 195 and 194 no longer present in 20.2:

157,159d156
<       <!-- Info   -->      <button id="131">Info</button>
<       <!-- F7   -->      <button id="195">NextSubtitle</button>
<       <!-- F6   -->      <button id="194">ShowSubtitles</button>

player control changed from button id 16 to 106:

114c114
<       <!-- menu         -->      <button id="16">ActivateWindow(PlayerControls)</button>
---
>       <!-- menu         -->      <button id="106">ActivateWindow(PlayerControls)</button>