Difference between revisions of "Console/de"

From Luanti Wiki
Jump to navigation Jump to search
(Created page with "{{Languages/de}} = '''Konsole''' = Die '''Konsole''' ist Teil von Minetests grafischer Benutzeroberfläche. Sie erleichtert, den Überblick über viele [Chat/de|Chat]]- und Sy...")
 
(Replaced content with "[https://dev.luanti.org/console/ This page has been moved to the Luanti Developer Wiki]")
Tag: Replaced
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages/de}}
+
[https://dev.luanti.org/console/ This page has been moved to the Luanti Developer Wiki]
= '''Konsole''' =
 
Die '''Konsole''' ist Teil von Minetests grafischer Benutzeroberfläche. Sie erleichtert, den Überblick über viele [Chat/de|Chat]]- und Systemnachrichten zu behalten. Sie können auch die Chat-Nachrichten und Befehle dort eingeben und durch das ausführliche Nachrichtenprotokoll blättern.
 
 
 
== Benutzung ==
 
Die Konsole verhält sich ähnlich wie das [[Chat window/de|Chat-Fenster]], erledigt ein paar Sachen aber komfortabler. Falls Sie eine Zeile eintippen, die nicht mit einem “/” anfängt, und die <kbd>Eingabetaste</kbd> drücken, wird diese Zeile als gewöhnliche Chat-Nachricht verschickt. Falls die Zeile mit einem “/” beginnt, wird sie als Vefehl interpretiert. Unter [[Server commands/de|Serverbefehle]] finden Sie Einzelheiten.
 
 
 
=== Chronik ===
 
Die Konsole hat eine Funktionalität namens “Chronik”. Minetest erinnert sich für Sie an Chat-Nachrichten und Befehle, die Sie vorher eingegeben haben. mit den Tasten <kbd>&uarr;</kbd> und <kbd>&darr;</kbd> können Sie durch die Einträge der Chronik blättern. Seien Sie vorsichtig. Dadurch wird die aktuelle Zeile durch den Chronikeintrag ersetzt.
 
 
 
=== 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
 
 
 
* 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 right from the cursor
 
 
 
[[Category:GUI]]
 

Latest revision as of 19:26, 22 December 2024