diff options
author | wm4 <wm4@nowhere> | 2013-10-31 23:23:38 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-10-31 23:30:14 +0100 |
commit | 71ded03123a704ddcbf018dcb0ec633475ccb04a (patch) | |
tree | bddcea247a2e2396fbf414168b25aac2a57316d7 /DOCS/man/en/input.rst | |
parent | 94542abf2e2ccb123cf3b0c9eef76a2290dd19b1 (diff) | |
download | mpv-71ded03123a704ddcbf018dcb0ec633475ccb04a.tar.bz2 mpv-71ded03123a704ddcbf018dcb0ec633475ccb04a.tar.xz |
command: add generic "multiply" command
Essentially works like "add".
Diffstat (limited to 'DOCS/man/en/input.rst')
-rw-r--r-- | DOCS/man/en/input.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 67dbac07bf..5ba139e83b 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -112,6 +112,9 @@ List of Input Commands overflow, set the property back to the minimum, on underflow set it to the maximum. If ``up`` or ``down`` is omitted, assume ``up``. +``multiply <property> <factor>`` + Multiplies the value of a property with the numeric factor. + ``speed_mult <value>`` Multiply the ``speed`` property by the given value. |