Changed Full Screen command to show as ctrl command F instead of F11 under MacOS

This commit is contained in:
Aaron Murgatroyd 2025-05-19 01:15:18 +10:00
parent d587b14889
commit 38f22bf474

View file

@ -86,7 +86,7 @@
Classes="withCheckbox"
Padding="0"
Icon="{ext:Icon fa-solid fa-expand}"
InputGesture="F11">
InputGesture="{OnPlatform Default='F11', macOS='ctrl+cmd+F'}">
</MenuItem>
<MenuItem
Padding="0"