summaryrefslogtreecommitdiffstats
path: root/DOCS/man/console.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/console.rst')
-rw-r--r--DOCS/man/console.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/console.rst b/DOCS/man/console.rst
index c48178f207..b57e7e2d4a 100644
--- a/DOCS/man/console.rst
+++ b/DOCS/man/console.rst
@@ -86,7 +86,11 @@ Shift+INSERT
Paste text (uses the primary selection on X11 and Wayland).
TAB and Ctrl+i
- Complete the command or property name at the cursor.
+ Complete the text at the cursor. The first press inserts the longest common
+ prefix of the completions, and subsequent presses cycle through them.
+
+Shift+TAB
+ Cycle through the completions backwards.
Ctrl+l
Clear all log messages from the console.