summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-11-02 13:16:53 +0100
committerDudemanguy <random342@airmail.cc>2023-11-02 16:03:38 +0000
commit0147467e3aded2ea5b31dca4d62668a01a8d1718 (patch)
tree7dc90154807f38e06be569357f8cc6d368d42607
parentfcc67cc6c1bfec01f328fb9ba20e0ee9f559dad7 (diff)
downloadmpv-0147467e3aded2ea5b31dca4d62668a01a8d1718.tar.bz2
mpv-0147467e3aded2ea5b31dca4d62668a01a8d1718.tar.xz
DOCS/man/console: update type examples
-rw-r--r--DOCS/man/console.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/man/console.rst b/DOCS/man/console.rst
index 30f849e885..bc718f6afa 100644
--- a/DOCS/man/console.rst
+++ b/DOCS/man/console.rst
@@ -99,9 +99,13 @@ Commands
specifying the initial cursor position as a positive integer starting from
1.
- .. admonition:: Example for input.conf
+ .. admonition:: Examples for input.conf
- ``% script-message-to console type "seek absolute-percent" 6``
+ ``% script-message-to console type "seek absolute-percent; keypress ESC" 6``
+ Enter a percent position to seek to and close the console.
+
+ ``Ctrl+o script-message-to console type "loadfile ''; keypress ESC" 11``
+ Enter a file or URL to play. Tab completes paths in the filesystem.
Known issues
------------