On 15/08/2025 11.00, Nir Lichtman wrote:
Fix incorrect key binding for resetting the graphical frontends scaling
Signed-off-by: Nir Lichtman <[email protected]>
---
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