diff options
author | 2024-02-22 03:52:09 +0800 | |
---|---|---|
committer | 2024-02-22 08:58:43 +0300 | |
commit | 4a20ac400ff0753f159071764826b20e5320cde9 (patch) | |
tree | b1d5cb9e9af21ea8466e772cbc51870e349562a2 | |
parent | hw/hppa/Kconfig: Fix building with "configure --without-default-devices" (diff) | |
download | qemu-4a20ac400ff0753f159071764826b20e5320cde9.tar.xz qemu-4a20ac400ff0753f159071764826b20e5320cde9.zip |
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>
-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 |