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
public sealed partial class MainPage : Page
{
public MainPage()
{
this.InitializeComponent();
}
private void Test_Invoked(KeyboardAccelerator sender, KeyboardAcceleratorInvokedEventArgs args)
{
Debug.WriteLine($">>>>>>>>>>>>>>>>>>>>>>>>>>>>> invoked Hash = {sender.GetHashCode()}");
}
}
Steps to reproduce the bug
Before clicking on the button in the application, the CTRL+C hotkey action fires an event. But when I click on the button and MenuFlyout appears, the Ctrl+C hotkey action fires twice the same event. And when I click on another place in the application event again fires normally only once.
Expected behavior
The CTRL+C hotkey action fires an event only once.
Screenshots
No response
NuGet package version
Microsoft.UI.Xaml 2.5.0
Windows app type
UWP
Win32
Device form factor
Desktop
Windows version
May 2021 Update (19043)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I have implemented MenuFlyoutItem.KeyboardAccelerators and below you can see the code
Xaml code
Code-Behind
Steps to reproduce the bug
Before clicking on the button in the application, the CTRL+C hotkey action fires an event. But when I click on the button and MenuFlyout appears, the Ctrl+C hotkey action fires twice the same event. And when I click on another place in the application event again fires normally only once.
Expected behavior
The CTRL+C hotkey action fires an event only once.
Screenshots
No response
NuGet package version
Microsoft.UI.Xaml 2.5.0
Windows app type
Device form factor
Desktop
Windows version
May 2021 Update (19043)
Additional context
No response
The text was updated successfully, but these errors were encountered: