Problems with windows move hotkeys
Describe the bug
The program acts weirdly, sometimes even crashing, if I use windows move hotkeys(quickly).
To Reproduce
Steps to reproduce the behavior:
- Open the window
- Press win+arrow keys
Expected behavior
Like other normal windows, move on the screen.
Console Output
Run the app in the terminal with
flatpak --env=RUST_LOG=rnote=debug --env=RUST_BACKTRACE=1 run com.github.flxzt.rnoteand post the output.
Not applicable to windows
Screenshots
None takeable
Desktop (please complete the following information):
- OS: WIN11
- App Version: Rnote v0.11.0
- Installation Source: EXE installer
- Desktop Environment: not applicable to windows
- Display Server: not applicable to windows
- Input Source: Mouse and Keyboard
Additional context
Add any other context about the problem here.
This is an issue from gtk4. I know the snapping behaviour is planned to change with the next gtk4 version on windows (removed for now on the unstable gtk4.17 version and to be redone for 4.18) so we'll be able to retest this when we switch to the next stable gtk4.18 release.
I'll ping you when this happens, and if it still happens by then, this will have to be reported upstream on gtk4's gitlab
Well as it turns out, the 0.12 release uses gtk 4.18 but the snapping changes didn't make the cut to this version. So we're left with no support for window move keys or snapping on this version.
Technically the issue is fixed because the responsible code is no more (and yes I had similar issues, including some crashing so maybe the responsible code really had to go and be replaced instead of improved upon)
This is still not fixed in 0.13.1, now simply ignoring all kinds of arrow keys except down which minimizes
Yes, that's exactly what I wrote above. We're on 4.18 now