mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 00:16:23 +02:00
Changed Full Screen command to show as ctrl command F instead of F11 under MacOS
This commit is contained in:
parent
d587b14889
commit
38f22bf474
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue