Windows: Update handling of system keypresses (#2445)
- Pass WM_SYSKEYDOWN to DefWindowProc - Avoid intercepting WM_SYSCHAR to allow ALT+Space to work: removes ReceivedCharacter events for alt+keypress - Intercept WM_MENUCHAR to disable bell sound
This commit is contained in:
parent
8729119536
commit
dfecdc5762
2 changed files with 34 additions and 29 deletions
|
|
@ -15,6 +15,7 @@ And please only add new entries to the top of this list, right below the `# Unre
|
|||
- On Wayland, `wayland-csd-adwaita` now uses `ab_glyph` instead of `crossfont` to render the title for decorations.
|
||||
- On Wayland, a new `wayland-csd-adwaita-crossfont` feature was added to use `crossfont` instead of `ab_glyph` for decorations.
|
||||
- On Wayland, if not otherwise specified use upstream automatic CSD theme selection.
|
||||
- On Windows, fixed ALT+Space shortcut to open window menu.
|
||||
|
||||
# 0.27.2 (2022-8-12)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue