Skip to content

Commit

Permalink
Changed copy-time keybind and increment-decrement values of sub-scale
Browse files Browse the repository at this point in the history
  • Loading branch information
noelsimbolon committed Apr 13, 2022
1 parent c9536de commit 47fd230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ x add audio-delay -0.05
X add audio-delay +0.05

# SUBTITLES
Shift+g add sub-scale +0.05 # increase the subtitle font size
Shift+f add sub-scale -0.05 # decrease the subtitle font size
E add sub-gauss +0.1 # https://mpv.io/manual/stable/#options-sub-gauss
R add sub-gauss -0.1
z add sub-delay -0.05 # shift subtitles 50 ms earlier
Expand All @@ -220,6 +222,6 @@ b script-binding set_gif_start # set the start timestamp fo
B script-binding set_gif_end # set the stop timestamp for to make GIF (mpv-gif.lua)
ctrl+b script-binding make_gif # make the GIF using start and stop timestamps (mpv-gif.lua)
ctrl+B script-binding make_gif_with_subtitles # make the GIF using start and stop timestamps with subtitles (doesn't seem to work) (mpv-gif.lua)
ctrl+C script-binding copy-time # copy current timestamp to clipboard in HH:MM:SS.MS format (copy-time.lua)
ctrl+c script-binding copy-time # copy current timestamp to clipboard in HH:MM:SS.MS format (copy-time.lua)
ctrl+S script-binding toggle-seeker # toggle keyboard input to seek to inputted timestamp (seek-to.lua)
ctrl+v script-binding paste-timestamp # automatically seek to pasted timestamp from clipboard (seek-to.lua)

0 comments on commit 47fd230

Please sign in to comment.