summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2020-12-14 20:18:55 +0100
committerDudemanguy <random342@airmail.cc>2020-12-14 22:43:34 +0000
commit7ca14d646c7e405f3fb1e44600e2a67fc4607238 (patch)
treea2573588b6a5de87877c8bbf6a7162f0329023a8 /DOCS
parentbff5416daebcede8ba704f87c3b569f24fefcf3e (diff)
downloadmpv-7ca14d646c7e405f3fb1e44600e2a67fc4607238.tar.bz2
mpv-7ca14d646c7e405f3fb1e44600e2a67fc4607238.tar.xz
console: use wl-paste on Wayland
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/console.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/console.rst b/DOCS/man/console.rst
index e9a829cbc4..22725a3134 100644
--- a/DOCS/man/console.rst
+++ b/DOCS/man/console.rst
@@ -36,7 +36,7 @@ INSERT
Toggle insert mode.
Shift+INSERT
- Paste text (uses the primary selection on X11).
+ Paste text (uses the primary selection on X11 and Wayland).
TAB
Complete the command or property name at the cursor.
@@ -54,7 +54,7 @@ Ctrl+U
Delete text from the cursor to the beginning of the line.
Ctrl+V
- Paste text (uses the clipboard on X11).
+ Paste text (uses the clipboard on X11 and Wayland).
Ctrl+W
Delete text from the cursor to the beginning of the current word.