How to turn off subtitles, select different one using remote
#1
Star 
Hi, 
using Aeon nox and on playback subtitle menu I miss submenu of subtitles to not only download them but also select and disable
Thanks for hint
Marek
Reply
#2
what kind of remote are you using?
beacuse, what i did, using a remote, that has some extra buttons, is...i looked up the key ids and mapped those functions globallyto the "red button" and the green button that were unused by then.

<keymap>
      <global>
                <keyboard>
                        <key id="61587">ShowSubtitles</key>                    #red
                       <key id="61587" mod="longpress">ActivateWindow(SubtitleSearch)</key>    #red-long
                       <key id="61588">SubtitleDelay</key>                    #green
                </keyboard>
    </global>
</keymap>
Reply

Logout Mark Read Team Forum Stats Members Help
How to turn off subtitles, select different one using remote0