From 688017826927964bd40d5a1ce0bf63144602b065 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:02:00 -0400 Subject: [PATCH] DOCS/man/console.rst: document mouse bindings Hiding console, pasting and history navigation are available with mouse inputs. --- DOCS/man/console.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/DOCS/man/console.rst b/DOCS/man/console.rst index 6fc11568fb..1b78d135d2 100644 --- a/DOCS/man/console.rst +++ b/DOCS/man/console.rst @@ -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 --------