0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

input.conf: add KP_DIVIDE/KP_MULTIPLY key bindings

Map them to volume up/down, which is arguably the original intent
of these key bindings, as the non-numpad positions of them make
little sense.
This commit is contained in:
nanahi 2024-08-11 00:10:52 -04:00 committed by Kacper Michajłow
parent f3a00ea131
commit d06f3d39cb

View File

@ -106,8 +106,10 @@
#Shift+f add sub-scale -0.1 # decrease the subtitle font size
#9 add volume -2
#/ add volume -2
#KP_DIVIDE add volume -2
#0 add volume 2
#* add volume 2
#KP_MULTIPLY add volume 2
#m cycle mute # toggle mute
#1 add contrast -1
#2 add contrast 1