2023-09-03, 20:06
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>
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>