From: "Alex Bennée" <alex.bennee@linaro.org>
To: Tianlan Zhou <bobby825@126.com>
Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Subject: Re: [PATCH] docs/system: Fix key for input grab
Date: Wed, 21 Feb 2024 17:48:57 +0000 [thread overview]
Message-ID: <87ttm1aet2.fsf@draig.linaro.org> (raw)
In-Reply-To: <20240221131900.2041-1-bobby825@126.com> (Tianlan Zhou's message of "Wed, 21 Feb 2024 21:19:01 +0800")
Tianlan Zhou <bobby825@126.com> writes:
> Key for input grab should be Ctrl-Alt-g, not just Ctrl-Alt.
>
> Signed-off-by: Tianlan Zhou <bobby825@126.com>
> ---
>
> v1:
> - Initial patch
>
> ---
> docs/system/keys.rst.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
I think this is correct although I notice we also echo this advice in
the vl help text:
#include "qemu-options.def"
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"
"\n"
"When using -nographic, press 'ctrl-a h' to get some help.\n"
"\n"
QEMU_HELP_BOTTOM "\n");
exit(exitcode);
>
> In the virtual consoles, you can use Ctrl-Up, Ctrl-Down, Ctrl-PageUp and
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
prev parent reply other threads:[~2024-02-21 17:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-21 13:19 [PATCH] docs/system: Fix key for input grab Tianlan Zhou
2024-02-21 17:48 ` Alex Bennée [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ttm1aet2.fsf@draig.linaro.org \
--to=alex.bennee@linaro.org \
--cc=bobby825@126.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).