diff options
| author | Anton Bobov <anton@bobov.name> | 2023-10-03 22:09:54 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-10-03 22:10:30 +0500 |
| commit | 757118fa689acabccf9c9f81dc123fdbda05ef9e (patch) | |
| tree | c150b48c66bd7a5eb1e934260a4147adfae7696f /files/.config/mpv/input.conf | |
| parent | 3749260d2d8ffd3cb924867d4b1764063dbac68a (diff) | |
[mpv] Updates
Diffstat (limited to 'files/.config/mpv/input.conf')
| -rw-r--r-- | files/.config/mpv/input.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/.config/mpv/input.conf b/files/.config/mpv/input.conf index 327a604..827a13b 100644 --- a/files/.config/mpv/input.conf +++ b/files/.config/mpv/input.conf @@ -20,5 +20,20 @@ Shift+Down add chapter -1 m script-binding uosc/menu n script-message-to uosc show-submenu "Navigation" Tab script-binding uosc/toggle-ui +alt+> script-binding uosc/delete-file-next +alt+< script-binding uosc/delete-file-prev +alt+esc script-binding uosc/delete-file-quit + +HOME seek 00 absolute-percent +Ctrl+1 seek 10 absolute-percent +Ctrl+2 seek 20 absolute-percent +Ctrl+3 seek 30 absolute-percent +Ctrl+4 seek 40 absolute-percent +Ctrl+5 seek 50 absolute-percent +Ctrl+6 seek 60 absolute-percent +Ctrl+7 seek 70 absolute-percent +Ctrl+8 seek 80 absolute-percent +Ctrl+9 seek 90 absolute-percent +END seek 100 absolute-percent M cycle mute |
