From 7b079d20ab5a4bd29a0edb027c159cc6a3de8ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 12 Nov 2020 16:47:46 +0300 Subject: mpv: key bindings changes --- dotfiles/.config/mpv/input.conf | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/mpv/input.conf b/dotfiles/.config/mpv/input.conf index e8b1144..81997b0 100644 --- a/dotfiles/.config/mpv/input.conf +++ b/dotfiles/.config/mpv/input.conf @@ -192,9 +192,19 @@ # ? cycle program # cycle transport stream programs # ? stop # stop playback (quit or enter idle mode) -l seek 5 -h seek -5 -j seek -60 -k seek 60 +h seek -5 exact +l seek 5 exact +H seek -60 exact +L seek 60 exact +Ctrl+h seek -1 exact +Ctrl+l seek 1 exact +Alt+l ab-loop # Set/clear A-B loop points +Alt+L cycle-values loop "inf" "no" # toggle infinite looping + +j add volume -2 +k add volume 2 + s cycle sub -a cycle audio # switch audio streams +S cycle sub down +a cycle audio +A cycle audio down -- cgit v1.2.3