mirror of https://github.com/mpv-player/mpv
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:
parent
f3a00ea131
commit
d06f3d39cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue