From: Tianlan Zhou Date: Wed, 21 Feb 2024 19:52:10 +0000 (+0800) Subject: system/vl: Update description for input grab key X-Git-Tag: v9.0.0-rc0~55^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=185311130f54ead75c407cdf83004d575829b5d2;p=thirdparty%2Fqemu.git system/vl: 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 Reviewed-by: Thomas Huth Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- diff --git a/system/vl.c b/system/vl.c index a82555ae155..b8469d9965d 100644 --- a/system/vl.c +++ b/system/vl.c @@ -891,7 +891,7 @@ static void help(int exitcode) printf("\nDuring emulation, the following keys are useful:\n" "ctrl-alt-f toggle full screen\n" "ctrl-alt-n switch to virtual console 'n'\n" - "ctrl-alt toggle mouse and keyboard grab\n" + "ctrl-alt-g toggle mouse and keyboard grab\n" "\n" "When using -nographic, press 'ctrl-a h' to get some help.\n" "\n"