Kodi Community Forum

Full Version: Adding hotkeys to subtitle synchronizing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I was wondering if it was possible to assign keyboard controls to syncing my subtitles (normally accessed in the audio menu while in OSD).

F1 - Subtitles +0,100 sync
F2 - Subtitles -0,100 sync

I have not found anything through google, forgive me if I haven't checked properly.

thanks for any help!
I think the best you can do is something like:

Code:
<f1>subtitledelayplus</f1>
<f2>subtitledelayminus</f2>

i.e. F1 to increase the subtitle display and F2 to decrease it. have a look at http://wiki.xbmc.org/?title=Advancedsett...3Cvideo.3E to see how to change the subtitle delay range, which in turn affects the delay increment/decement.

JR