Skip to content

Commit

Permalink
DOCS/man/input.rst: document the scalable commands
Browse files Browse the repository at this point in the history
This documents the commands which are scalable, and refer
to information on how it affects input processing.
  • Loading branch information
na-na-hi committed Nov 15, 2024
1 parent 3dd6627 commit 7ab0ca9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DOCS/man/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
3rd parameter (essentially using a space instead of ``+``). The 3rd
parameter is still parsed, but is considered deprecated.

This is a scalable command. See the documentation of ``nonscalable`` input
prefix in `Input Command Prefixes`_ for details.

``revert-seek [<flags>]``
Undoes the ``seek`` command, and some other commands that seek (but not
necessarily all of them). Calling this command once will jump to the
Expand Down Expand Up @@ -341,6 +344,9 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
Add the given value to the property or option. On overflow or underflow,
clamp the property to the maximum. If ``<value>`` is omitted, assume ``1``.

This is a scalable command. See the documentation of ``nonscalable`` input
prefix in `Input Command Prefixes`_ for details.

``cycle <name> [<value>]``
Cycle the given property or option. The second argument can be ``up`` or
``down`` to set the cycle direction. On overflow, set the property back to
Expand All @@ -351,6 +357,9 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
Currently properties with continuous values are repeatable by default (like
``volume``), while discrete values are not (like ``osd-level``).

This is a scalable command. See the documentation of ``nonscalable`` input
prefix in `Input Command Prefixes`_ for details.

``multiply <name> <value>``
Similar to ``add``, but multiplies the property or option with the numeric
value.
Expand Down Expand Up @@ -1357,6 +1366,9 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
Future versions can add more arguments and more key state characters to
support more input peculiarities.

This is a scalable command. See the documentation of ``nonscalable`` input
prefix in `Input Command Prefixes`_ for details.

``ab-loop``
Cycle through A-B loop states. The first command will set the ``A`` point
(the ``ab-loop-a`` property); the second the ``B`` point, and the third
Expand Down

0 comments on commit 7ab0ca9

Please sign in to comment.