mirror of https://github.com/mpv-player/mpv
input.conf: change default bindings of 5/6 from hue to gamma
I doubt anyone needs to adjust hue on a frequent basis, and gamma is much more useful. Suggestions for more radical changes of key bindings are welcome (there's a lot of useless crap mapped).
This commit is contained in:
parent
d7af9b9bcd
commit
4722446805
|
@ -187,7 +187,7 @@ corresponding adjustment, or the software equalizer (``--vf=eq``).)
|
|||
Adjust brightness.
|
||||
|
||||
5 and 6
|
||||
Adjust hue.
|
||||
Adjust gamma.
|
||||
|
||||
7 and 8
|
||||
Adjust saturation.
|
||||
|
|
|
@ -79,8 +79,8 @@ m cycle mute
|
|||
2 add contrast 1
|
||||
3 add brightness -1
|
||||
4 add brightness 1
|
||||
5 add hue -1
|
||||
6 add hue 1
|
||||
5 add gamma -1
|
||||
6 add gamma 1
|
||||
7 add saturation -1
|
||||
8 add saturation 1
|
||||
d cycle framedrop # cycle through framedrop modes
|
||||
|
|
Loading…
Reference in New Issue