Difference between revisions of "Console"

From Luanti Wiki
Jump to navigation Jump to search
(Ajout du Template Languages)
(Replaced content with "[https://dev.luanti.org/console/ This page has been moved to the Luanti Developer Wiki]")
Tag: Replaced
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Languages}}
+
[https://dev.luanti.org/console/ This page has been moved to the Luanti Developer Wiki]
 
 
The '''console''' is part of Minetest’s GUI which makes it a bit easier to keep track of many [[chat]] and system messages. You also can type in chat messages and commands and scroll through an extensive log of messages.
 
 
 
== Usage ==
 
The console acts similar to the [[chat window]] but makes things just a bit more convenient. If you type a line which does not begin with a “/” and hit <kbd>Enter</kbd> this line will be send as ordinary chat message. If the line ''does'' begin with a “/”, the line will be interpreted as command. See [[Server commands]] for detailed usage instructions.
 
 
 
=== History ===
 
The console has a feature called “history”. Minetest remembers for you which chat messages and commands you have previously entered. With the keys <kbd>Up</kbd> and <kbd>Down</kbd> you can go through the entries of the history. Careful! This replaces the line with the history entry.
 
 
 
=== Scrolling ===
 
You can scroll up and down through the message log with <kbd>Page up</kbd> and <kbd>Page down</kbd>, respectively. The console scrolls automatically for you if you are looking at the bottom of the message log but '''not''' if you are above.
 
 
 
=== Controls overview ===
 
* GUI
 
**<kbd>F10</kbd>: Open/close console
 
**<kbd>Esc</kbd>: Close console and open [[pause menu]]
 
 
 
* Move cursor
 
**<kbd>Left</kbd>: Move cursor left
 
**<kbd>Right</kbd>: Move cursor right
 
**<kbd>End</kbd>: Move cursor to the end of the line
 
**<kbd>Home</kbd>: Move cursor to the beginning ot the line
 
 
 
* Scrolling
 
**<kbd>Page up</kbd>: Scroll up the message log a long distance
 
**<kbd>Mouse wheel up</kbd>: Scroll up the message log a short distance
 
**<kbd>Mouse wheel down</kbd>: Scroll down the message log a short distance
 
**<kbd>Page down</kbd>: Scroll down the message log a long distance
 
 
 
*Input
 
**<kbd>Tab</kbd>: Complete a partly-typed in nick name
 
**<kbd>Shift</kbd>+<kbd>Tab</kbd>: Complete a partly-typed in nick name
 
**<kbd>Enter</kbd>: Send command or message and clear line
 
 
 
* History
 
**<kbd>Up</kbd>: Replace line with previous entry in the history
 
**<kbd>Down</kbd>: Replace line next entry in the history
 
 
 
* Delete characters
 
**<kbd>Backspace</kbd>: Delete character left from the cursor
 
**<kbd>Ctrl</kbd>+<kbd>Backspace</kbd>: Delete word left from the cursor
 
**<kbd>Ctrl</kbd>+<kbd>U</kbd>: Delete every character left from the cursor
 
**<kbd>Del</kbd>: Delete character right from the cursor
 
**<kbd>Ctrl</kbd>+<kbd>Del</kbd>: Delete word right from the cursor
 
**<kbd>Ctrl</kbd>+<kbd>K</kbd>: Delete every character left from the cursor
 
 
 
[[Category:GUI]]
 

Latest revision as of 19:25, 22 December 2024