summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-01 14:53:49 +0100
committerwm4 <wm4@nowhere>2013-03-01 14:56:24 +0100
commit4722446805509cba6d90d23888bd7afcca8b373e (patch)
treedaa9bf3262929698baa22e20f1a8585502a06c39
parentd7af9b9bcda56d2fec3a9fb2109b3bb69bcb2a8e (diff)
downloadmpv-4722446805509cba6d90d23888bd7afcca8b373e.tar.bz2
mpv-4722446805509cba6d90d23888bd7afcca8b373e.tar.xz
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).
-rw-r--r--DOCS/man/en/mpv.rst2
-rw-r--r--etc/input.conf4
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