Re: [PATCH] ui/sdl2: fix reset scaling binding to be consistent with gtk

2025-09-18 Thread Thomas Huth
On 10/09/2025 13.49, Nir Lichtman wrote: Problem: Currently the reset scaling hotkey is inconsistent between SDL and GTK graphics modes. Solution: Fix SDL to use MOD+0 instead of MOD+u which is in line with GTK and generally more consistent with other apps. This is also related to my previously

[PATCH] ui/sdl2: fix reset scaling binding to be consistent with gtk

2025-09-10 Thread Nir Lichtman
Problem: Currently the reset scaling hotkey is inconsistent between SDL and GTK graphics modes. Solution: Fix SDL to use MOD+0 instead of MOD+u which is in line with GTK and generally more consistent with other apps. This is also related to my previously sent patch fixing the docs. Suggested-by: