diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 2039a9ab21..adf7156051 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -924,10 +924,10 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_). empty string, ``KEYUP`` will be set on all keys. Otherwise, ``KEYUP`` will only be set on the key specified by ``name``. -``keybind `` - Binds a key to an input command. ``command`` must be a complete command +``keybind `` + Binds a key to an input command. ``cmd`` must be a complete command containing all the desired arguments and flags. Both ``name`` and - ``command`` use the ``input.conf`` naming scheme. This is primarily + ``cmd`` use the ``input.conf`` naming scheme. This is primarily useful for the client API. ``audio-add [ [ [<lang>]]]``