summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-03 00:13:09 +0200
committerwm4 <wm4@nowhere>2013-06-03 00:15:25 +0200
commit4a1f9bdc660afc2abe7a61580d4b921ac2844577 (patch)
treeb13a4a5fcc0be7f2fa2ace771d86d241916ae2a7 /etc
parent66be276f69d95fd5aefbaef749dda8883d337d6d (diff)
downloadmpv-4a1f9bdc660afc2abe7a61580d4b921ac2844577.tar.bz2
mpv-4a1f9bdc660afc2abe7a61580d4b921ac2844577.tar.xz
input.conf: fix comment
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 5dbb7c8a06..3a24f8e19c 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -9,8 +9,8 @@
# mpv --input-test --pause dummy.mkv can be used to test which commands keys are
# bound to.
#
-# If you wish to unbind a key, use key ignore.
-# e.g. ENTER ignore
+# If you wish to unbind a key, bind it to the 'ignore' command:
+# KEY ignore
#
# Note that merely removing default key bindings from this file won't remove
# the default bindings mpv was compiled with, unless
@@ -20,7 +20,7 @@
# Lines starting with # are comments. Use SHARP to assign the # key.
#
# Strings need to be quoted and escaped:
-# KEY show_text "This is a single backslash: \\ and a quote: \" !"
+# KEY show_text "This is a single backslash: \\ and a quote: \" !"
#
# You can use modifier-key combinations like Shift+Left or Ctrl+Alt+x with
# modifiers Shift, Ctrl, Alt and Meta, but note that currently reading