DOCS/man/console.rst: document mouse bindings

Hiding console, pasting and history navigation are available
with mouse inputs.
This commit is contained in:
nanahi 2024-10-16 11:02:00 -04:00 committed by Kacper Michajłow
parent 50faafd8bd
commit 6880178269
1 changed files with 12 additions and 0 deletions

View File

@ -98,6 +98,18 @@ Shift+TAB
Ctrl+l
Clear all log messages from the console.
MBTN_RIGHT
Hide the console.
MBTN_MID
Paste text (uses the primary selection on X11 and Wayland).
WHEEL_UP
Move back in the command history.
WHEEL_DOWN
Move forward in the command history.
Commands
--------