Set focus to subtitle search
#1
Hi, First of all I want to thank's for a great skin Smile

what I like to do is when i press "m" playing a movie or tv show i want to set focus to subtitle search.

I found the file VideoOSD.xml but this one looks like it only sets the osd for Live TV, am I correct?

i did change VideoOSD.xml to set focus to channel list and it worked great Smile

Code:
<onload condition="VideoPlayer.Content(livetv)">SetFocus(807)</onload>


so anyone know where to edit to set focus to subtitle search?

(using Aeon Nox 5)


Best regards
Morol
Reply
#2
VideoOSD.xml is the file you wanted.

VideoPlayer.Content(livetv) = livetv
!VideoPlayer.Content(livetv) = NOT livetv

You want to change line 9ish from:
<onload condition="!VideoPlayer.Content(livetv)">SetFocus(602)</onload>

to:
<onload condition="!VideoPlayer.Content(livetv)">SetFocus(703)</onload>
Reply
#3
Thanks! m8 worked like a charm Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Set focus to subtitle search0