问题 I'm trying to add a keyboard accelerator to a CommandBar menu item in a UWP app. This works fine when the app starts up, but after I open the overflow menu for the first time, the accelerator stops working. This doesn't appear to happen with primary commands (outside the menu), only secondary commands inside the overflow menu. Also, the menu item still works fine when clicked. XAML: <CommandBar> <CommandBar.SecondaryCommands> <AppBarButton Label="Test" Click="AppBarButton_Click">