Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix key handling for windows on Mac/Wpf #2757

Conversation

cwensley
Copy link
Member

Mac: Fix certain shortcuts when handling the Window.TextInput events
Wpf: Key events should fire on Window even if there are menu items with the shortcut

On Mac, handling the TextInput event on a Form/Dialog would make certain keyboard shortcuts not fire even if they were defined in the menu.

On Wpf, KeyDown was not firing on the Window before the menu shortcuts.

@cwensley cwensley added this to the 2.9.1 milestone Mar 12, 2025
Wpf: Key events should fire on Window even if there are menu items with the shortcut
@cwensley cwensley force-pushed the curtis/mac-fix-window-textinput-event-burying-shortcuts branch from e26621e to 7b0bd0e Compare March 13, 2025 05:24
@cwensley cwensley merged commit 7c6b671 into picoe:develop Mar 13, 2025
3 checks passed
@cwensley cwensley deleted the curtis/mac-fix-window-textinput-event-burying-shortcuts branch March 13, 2025 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant