mirror of https://github.com/mpv-player/mpv
DOCS/man/console.rst: document mouse bindings
Hiding console, pasting and history navigation are available with mouse inputs.
This commit is contained in:
parent
50faafd8bd
commit
6880178269
|
@ -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
|
||||
--------
|
||||
|
||||
|
|
Loading…
Reference in New Issue