diff options
author | Tianlan Zhou <bobby825@126.com> | 2024-02-22 03:52:09 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-02-22 18:46:10 +0300 |
commit | 181d92d03419a34f53eedf15517e9ec3200a98b2 (patch) | |
tree | 07b90c5ef5fcb68d033ad4ad3e65d34803a5ebb3 | |
parent | b3edbda64a6c3f1bff162bd8e724551f7f6a638a (diff) |
docs/system: Update description for input grab key
Input grab key should be Ctrl-Alt-g, not just Ctrl-Alt.
Fixes: f8d2c9369b ("sdl: use ctrl-alt-g as grab hotkey")
Signed-off-by: Tianlan Zhou <bobby825@126.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(cherry picked from commit 4a20ac400ff0753f159071764826b20e5320cde9)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | docs/system/keys.rst.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/keys.rst.inc b/docs/system/keys.rst.inc index 2e2c97aa23..59966a3fe7 100644 --- a/docs/system/keys.rst.inc +++ b/docs/system/keys.rst.inc @@ -29,7 +29,7 @@ Ctrl-Alt-n *3* Serial port -Ctrl-Alt +Ctrl-Alt-g Toggle mouse and keyboard grab. In the virtual consoles, you can use Ctrl-Up, Ctrl-Down, Ctrl-PageUp and |