1
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 00:06:25 +01:00

input.conf: fix comment

This commit is contained in:
wm4 2013-06-03 00:13:09 +02:00
parent 66be276f69
commit 4a1f9bdc66

View File

@ -9,8 +9,8 @@
# mpv --input-test --pause dummy.mkv can be used to test which commands keys are # mpv --input-test --pause dummy.mkv can be used to test which commands keys are
# bound to. # bound to.
# #
# If you wish to unbind a key, use key ignore. # If you wish to unbind a key, bind it to the 'ignore' command:
# e.g. ENTER ignore # KEY ignore
# #
# Note that merely removing default key bindings from this file won't remove # Note that merely removing default key bindings from this file won't remove
# the default bindings mpv was compiled with, unless # the default bindings mpv was compiled with, unless
@ -20,7 +20,7 @@
# Lines starting with # are comments. Use SHARP to assign the # key. # Lines starting with # are comments. Use SHARP to assign the # key.
# #
# Strings need to be quoted and escaped: # 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 # 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 # modifiers Shift, Ctrl, Alt and Meta, but note that currently reading