1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-13 10:27:12 +00:00

DOCS/man/console: update type examples

This commit is contained in:
Guido Cella 2023-11-02 13:16:53 +01:00 committed by Dudemanguy
parent fcc67cc6c1
commit 0147467e3a

View File

@ -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
------------