qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] docs/system: Fix key for input grab


From: Alex Bennée
Subject: Re: [PATCH] docs/system: Fix key for input grab
Date: Wed, 21 Feb 2024 17:48:57 +0000
User-agent: mu4e 1.11.28; emacs 29.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]