You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When handling the KeyDown event of a control, the KeyDown event is not raised for the "0" key in the combination "Shift+Ctrl+0". It works as expected for "Shift+Ctrl+9".
Describe the bug
When handling the KeyDown event of a control, the KeyDown event is not raised for the "0" key in the combination "Shift+Ctrl+0". It works as expected for "Shift+Ctrl+9".
Steps to reproduce the bug
Repro repo available at:
https://github.com/molesmoke/WinUITestApp/tree/keydown
Press "Shift+Ctrl+0"
Expected behavior
Prints:
Actual behavior
NuGet package version
WinUI 3 - Windows App SDK 1.4.4: 1.4.231219000
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: