summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
------------