This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| guide:introduction_to_the_console_1.10_or_older [2017-03-21 06:08] – [Opening and closing] skyjake | guide:introduction_to_the_console_1.10_or_older [2017-03-21 06:09] (current) – [Usage examples] skyjake | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Introduction to the console (Doomsday 1.10 or older) ====== | ||
| + | |||
| + | This page describes the basic functionality of the console. | ||
| + | |||
| + | |||
| + | ===== Basic features ===== | ||
| + | |||
| + | |||
| + | ==== Opening and closing ==== | ||
| + | |||
| + | |||
| + | To open/close the console, press the **Tilde** key (~) on your keyboard (typically found under the **Escape** key with most keyboard layouts). This key can be easily changed from the [[Control Panel]] GUI (or by changing the variable '' | ||
| + | |||
| + | |||
| + | ==== Word completion ==== | ||
| + | |||
| + | |||
| + | Press the **Tab** key to complete the word to the left of the cursor. | ||
| + | |||
| + | |||
| + | ==== Usage examples ==== | ||
| + | |||
| + | |||
| + | Printing a basic introduction to the console using the '' | ||
| + | help | ||
| + | |||
| + | Print a list of all console commands, with short descriptions of what the commands do (using the '' | ||
| + | listcmds | ||
| + | |||
| + | Print a list of all loaded [[modding: | ||
| + | listfiles | ||
| + | |||
| + | Print a list of all console variables and their current values (using the '' | ||
| + | listvars | ||
| + | |||
| + | Print help information for the variable '' | ||
| + | help rend-tex-filter-smart | ||
| + | |||
| + | |||
| + | |||