Super/Win key seems to release immediately on sdl+windows
Host environment
- Operating system: Windows
- OS/kernel version: 11
- Architecture: x86_64
- QEMU flavor: qemu-system-x86_64
- QEMU version: 8.2.0 from winget
- QEMU command line: Only tried on serenityos with default settings, it will launch your windows qemu install from wsl2. https://github.com/SerenityOS/serenity/blob/master/Documentation/BuildInstructions.md
Meta/serenity.sh run
Emulated/Virtualized environment
- Operating system: SerenityOS
- OS/kernel version: uname -a: SerenityOS courage 1.0-dev e1d1aac x86_64
- Architecture: x86_64
Description of problem
Currently on windows when trying SerenityOS the super key releases immediately so you can't use the shortcuts, with the GTK gui (gl off) it works though. but GTK has other problems with mouse which sometimes doesn't work at all, SDL seems to work well besides from this one issue.
Steps to reproduce
- Boot with default settings on wsl2 which launches qemu on windows if it's installed
- Try to use any of the superkey shortcuts like superkey+space for a search popup https://github.com/SerenityOS/serenity/blob/dc47d01fdc62a1ee319310e2b11c26b8ebe8899d/Base/usr/share/man/man7/KeyboardShortcuts.md#L4
- Fail because it immediately opens the menu blocking the shortcuts.