Skip to content

Commit

Permalink
system/vl: Update description for input grab key
Browse files Browse the repository at this point in the history
Input grab key should be Ctrl-Alt-g, not just Ctrl-Alt.

Fixes: f8d2c93 ("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>
  • Loading branch information
SuperSodaSea authored and Michael Tokarev committed Feb 22, 2024
1 parent 4a20ac4 commit 1853111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/vl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1853111

Please sign in to comment.