Unity Issue Tracker - Removal of Fullscreen Playmode broke Mac menu bar shortcuts
Fixed
UUM-21735
Removal of Fullscreen Playmode broke Mac menu bar shortcuts
Unity: Editor Platform
macOS
Fixed
2023.1.X
2023.1.0a23 onwards
Menubar keyboard shortcuts now work in macOS as intended.
The PR [Internal link] has a typo when reverting code:
The change from
if (flags != 0)
to
if (flags != NSCommandKeyMask)
in the file GUIRenderView.mm should not have been done. It paves over another fix.
Prioritise and Follow this issue
Have a workaround or additional info about this issue?