Description
At least for WinUI3, shouldn't it say that ...if marked as handled, the keyboard accelerator DOES NOT bubble (so the outside keyboard accelerator is never invoked.
The [UIElement.OnProcessKeyboardAccelerators](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.uielement.onprocesskeyboardaccelerators) method is executed before the keyboard accelerator. This method passes a [ProcessKeyboardAcceleratorArgs](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.input.processkeyboardacceleratoreventargs) object that contains the key, the modifier, and a Boolean indicating whether the keyboard accelerator is handled. If marked as handled, the keyboard accelerator bubbles (so the outside keyboard accelerator is never invoked).
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: aed663aa-9b56-8083-42e7-b5f5462e7293
- Version Independent ID: 7bb5af5e-b1cf-1c52-2c15-d3672b6531cd
- Content: Keyboard accelerators - Windows apps
- Content Source: hub/apps/design/input/keyboard-accelerators.md
- Product: reunion
- Technology: design
- GitHub Login: @Karl-Bridge-Microsoft
- Microsoft Alias: kbridge