* [PATCH] docs/system/keys: fix incorrect reset scaling key binding
@ 2025-08-15 9:00 Nir Lichtman
2025-09-09 9:15 ` Thomas Huth
0 siblings, 1 reply; 2+ messages in thread
From: Nir Lichtman @ 2025-08-15 9:00 UTC (permalink / raw)
To: peter.maydell; +Cc: qemu-devel
Fix incorrect key binding for resetting the graphical frontends scaling
Signed-off-by: Nir Lichtman <nir@lichtman.org>
---
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 c28ae1a..3b5307b 100644
--- a/docs/system/keys.rst.inc
+++ b/docs/system/keys.rst.inc
@@ -21,7 +21,7 @@ while ``-display sdl,grab-mod=rctrl`` changes it to the right :kbd:`Ctrl` key.
* - :kbd:`Ctrl+Alt+-`
- Shrink the screen
- * - :kbd:`Ctrl+Alt+u`
+ * - :kbd:`Ctrl+Alt+0`
- Restore the screen's un-scaled dimensions
* - :kbd:`Ctrl+Alt+n`
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] docs/system/keys: fix incorrect reset scaling key binding
2025-08-15 9:00 [PATCH] docs/system/keys: fix incorrect reset scaling key binding Nir Lichtman
@ 2025-09-09 9:15 ` Thomas Huth
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Huth @ 2025-09-09 9:15 UTC (permalink / raw)
To: Nir Lichtman, peter.maydell
Cc: qemu-devel, Gerd Hoffmann, Marc-André Lureau
On 15/08/2025 11.00, Nir Lichtman wrote:
> Fix incorrect key binding for resetting the graphical frontends scaling
>
> Signed-off-by: Nir Lichtman <nir@lichtman.org>
> ---
> 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 c28ae1a..3b5307b 100644
> --- a/docs/system/keys.rst.inc
> +++ b/docs/system/keys.rst.inc
> @@ -21,7 +21,7 @@ while ``-display sdl,grab-mod=rctrl`` changes it to the right :kbd:`Ctrl` key.
> * - :kbd:`Ctrl+Alt+-`
> - Shrink the screen
>
> - * - :kbd:`Ctrl+Alt+u`
> + * - :kbd:`Ctrl+Alt+0`
> - Restore the screen's un-scaled dimensions
Hi,
this unfortunately seems to depend on the graphical front-end: For "-display
gtk", it's ctrl-alt-0 indeed, but for "-display sdl", it's ctrl-alt-u instead.
Should we unify them? If so, which is the better key combination?
Thomas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-09 9:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 9:00 [PATCH] docs/system/keys: fix incorrect reset scaling key binding Nir Lichtman
2025-09-09 9:15 ` Thomas Huth
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).