summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-06 00:28:31 +0200
committerwm4 <wm4@nowhere>2013-09-06 00:45:03 +0200
commitdb79db8444d5daa2870a3228057b3000892ba074 (patch)
treef14d56eeba7f7ef4776eed1a675bcb1bb3140f2d /etc
parentaf83cac9b8efe2dc473cf5e8d1f59f8675167ee9 (diff)
downloadmpv-db79db8444d5daa2870a3228057b3000892ba074.tar.bz2
mpv-db79db8444d5daa2870a3228057b3000892ba074.tar.xz
input: don't print warning if certain internal keys are not bound
This affects MOUSE_MOVE and MOUSE_LEAVE. Both are needed internally (such as for the OSC), but not really useful for input.conf. Since the warning has the purpose of notifying the user that a key is unmapped and what key name to use for setting up a binding in input.conf, the warning is rather useless in this case. It's also annoying in combination with the --no-input-default-bindings option, since that removes the default bindings to "ignore" for these keys.
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 04e9df1378..78da3730bb 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -185,10 +185,6 @@
#JOY_BTN2 add volume 1
#JOY_BTN3 add volume -1
-# Mostly for internal purposes
-#MOUSE_MOVE ignore
-#MOUSE_LEAVE ignore
-
#
# Not assigned by default
# (not an exhaustive list of unbound commands)