I use a remote to control MC, and I want toggle english subtitles with it, I guess the easiest way is to make a keyboard shortcut and then use AHK to send that keyboard shortcut on the press of a specific button. I didn't fint a short cut for this but i did find some MCC-commands
10052 MCC_SET_SUBTITLES int nIndex (-1 toggles forward, -2 toggles backwards)
28032 MCC_PLAYBACK_ENGINE_SET_SUBTITLES int nIndex (-1 toggles forward, -2 toggles backwards, -3 to browse for subtitles)
Not sure which of these are the best though, as a general rule i would like it to choose english subs, but it seems like i hust have to guess that English subs are first in the list? And ideally i would like the shortcut to turn them off if they are already on.
So i guess where I am stuck is:
1. Is going via the MCC commands the "right way" to attack the problem?
2. How do i make a custom shortcut that runs a MCC command?