From 4a890a4da797c26bc109573cefe33350a1e64b1d Mon Sep 17 00:00:00 2001 From: soredake <5204968+soredake@users.noreply.github.com> Date: Thu, 23 Jun 2022 21:23:29 +0300 Subject: [PATCH] Add two new keybinds for controlling volume This keybinds is used in mpv, - + are intuitive for controlling volume, but i have compact keyboard without numpad, and pressing + in number row requires me to press it with shift, which i want to avoid. --- src/Resources/input.conf.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Resources/input.conf.txt b/src/Resources/input.conf.txt index 15e6305..0d3a86f 100644 --- a/src/Resources/input.conf.txt +++ b/src/Resources/input.conf.txt @@ -94,6 +94,8 @@ _ ignore #menu: Track + add volume 2 #menu: Volume > Up - add volume -2 #menu: Volume > Down +0 add volume 2 #menu: Volume > Up +9 add volume -2 #menu: Volume > Down _ ignore #menu: Volume > - m cycle mute #menu: Volume > Mute @@ -212,4 +214,4 @@ Shift+Ctrl+BS revert-seek mark # mark the position for revert-seek Ctrl+Shift+Left no-osd sub-seek -1 # seek to the previous subtitle Ctrl+Shift+Right no-osd sub-seek 1 # seek to the next subtitle Ctrl+Wheel_Up no-osd seek 7 -Ctrl+Wheel_Down no-osd seek -7 \ No newline at end of file +Ctrl+Wheel_Down no-osd seek -7