Skip to content

Commit

Permalink
Merge branch 'files-community:main' into nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Dec 17, 2024
2 parents a725e90 + 5a4c7c0 commit a8c77e8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ private static ICommandBarElement GetCommandBarButton(ContextMenuFlyoutItemViewM
{
button.KeyboardAccelerators.Add(item.KeyboardAccelerator);
button.KeyboardAcceleratorTextOverride = item.KeyboardAcceleratorTextOverride;
// Fixes #16193: VirtualKey does not support OEM keys (e.g "ò")
button.KeyboardAcceleratorPlacementMode = Microsoft.UI.Xaml.Input.KeyboardAcceleratorPlacementMode.Hidden;
}
}
}
Expand Down

0 comments on commit a8c77e8

Please sign in to comment.