diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-11 15:37:35 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-11 15:37:35 +0200 |
| commit | 47e1c3202ca3a09df5a1ea44a1cf97ca713504cd (patch) | |
| tree | 09a53c00d92a2a7ee3c3ce7d6726d3911de602ea | |
| parent | 85d89498f6aba955d997ad82b4fb23512ad1779c (diff) | |
add sub delay reset shortcut to mpv
| -rw-r--r-- | .config/mpv/input.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 150b696..711242e 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -1,3 +1,4 @@ ALT+c script-message-to copy_subs copy ALT+SHIFT+c script-message-to copy_subs auto +CTRL+z set sub-delay 0 |