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
Enable Keyboard scenarios for custom controls built on top of .NET MAUI.
(Public) API Changes
KeyboardGestureRecognizer
Allow users to react to keyboard events.
Properties
Events
API
Description
KeyUp
Indicates a KeyUp event is being processed by the given control
KeyDown
Indicates a KeyDown event is being processed by the given control
PreviewKeyUp
Indicates a KeyUp event is going to happen to a given control. This is the place where you would intercept and redirect a KeyUp event before it happens
PreviewKeyDown
Indicates a KeyDown event is going to happen to a given control. This is the place where you would intercept and redirect a KeyDown event before it happens
KeyboardEventArgs
Properties
API
Description
Handled
When this is marked as true the operating system will stop bubbling this event
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Description
Enable Keyboard scenarios for custom controls built on top of .NET MAUI.
(Public) API Changes
KeyboardGestureRecognizer
Allow users to react to keyboard events.
Properties
Events
KeyboardEventArgs
Properties
Usage Scenarios
Simple XAML Example
Modify how arrow keys work
Backward Compatibility
N/A
Difficulty
High
The text was updated successfully, but these errors were encountered: