]> git.sesse.net Git - vlc/commit
Subsync: added an easier way to sync subtitles
authorPascal Thomet <pthomet@gmail.com>
Sat, 13 Apr 2013 18:04:43 +0000 (20:04 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 13 Apr 2013 18:09:54 +0000 (20:09 +0200)
commitf7211d5efa4cd9ef392230d85fdf3470edefab39
treed73c44d5e65b568888401ea79845e11091820468
parent3a6811011dd17300192ac32df9883d38ebf83ead
Subsync: added an easier way to sync subtitles

Added the following shortcuts (and made them configurable):
 - Shift-H: sets a timestamp bookmark on the audio
 - Shift-J: sets a timestamp bookmark on the subtitle
 - Shift-K: corrects the delay between both bookmarks
 - Command-Shift-K: resets the delay

See http://forum.videolan.org/viewtopic.php?f=7&t=109641 for an
illustration of a possible use

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_keys.h
modules/control/hotkeys.c
src/config/keys.c
src/libvlc-module.c