From affa953dd40a7c46e8a92c6a61cc5647a709efd2 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Wed, 23 Oct 2024 02:20:07 -0400 Subject: [PATCH] DOCS/man/input.rst: fix keybind command keyword argument name It's "cmd" rather than "command". --- DOCS/man/input.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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>]]]``