From 4722446805509cba6d90d23888bd7afcca8b373e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Mar 2013 14:53:49 +0100 Subject: 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). --- DOCS/man/en/mpv.rst | 2 +- etc/input.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCS/man/en/mpv.rst b/DOCS/man/en/mpv.rst index b17dc0ac0e..9a62333983 100644 --- a/DOCS/man/en/mpv.rst +++ b/DOCS/man/en/mpv.rst @@ -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. diff --git a/etc/input.conf b/etc/input.conf index 59b7a97d40..ed10a71684 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -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 -- cgit v1.2.3