@@ -14434,9 +14434,14 @@ <h2>Commands</h2>
14434
14434
<dd><p class="first">Show the console and pre-fill it with the provided text, optionally
14435
14435
specifying the initial cursor position as a positive integer starting from
14436
14436
1.</p>
14437
- <div class="admonition admonition-example-for-input-conf last">
14438
- <p class="first admonition-title">Example for input.conf</p>
14439
- <p class="last"><tt class="docutils literal">% <span class="pre">script-message-to</span> console type "seek <span class="pre">absolute-percent"</span> 6</tt></p>
14437
+ <div class="admonition admonition-examples-for-input-conf last">
14438
+ <p class="first admonition-title">Examples for input.conf</p>
14439
+ <dl class="last docutils">
14440
+ <dt><tt class="docutils literal">% <span class="pre">script-message-to</span> console type "seek <span class="pre">absolute-percent;</span> keypress ESC" 6</tt></dt>
14441
+ <dd>Enter a percent position to seek to and close the console.</dd>
14442
+ <dt><tt class="docutils literal">Ctrl+o <span class="pre">script-message-to</span> console type "loadfile ''; keypress ESC" 11</tt></dt>
14443
+ <dd>Enter a file or URL to play. Tab completes paths in the filesystem.</dd>
14444
+ </dl>
14440
14445
</div>
14441
14446
</dd>
14442
14447
</dl>
0 commit comments