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: v8.2.2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aafe8c0d12b0449b0565d8ce8112e16f4ddd3ca1;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 (cherry picked from commit 185311130f54ead75c407cdf83004d575829b5d2) Signed-off-by: Michael Tokarev --- diff --git a/system/vl.c b/system/vl.c index 938b7b5accc..e18fa3ce465 100644 --- a/system/vl.c +++ b/system/vl.c @@ -892,7 +892,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"