Search Issue Tracker

Fixed

Fixed in 2023.1.0a26

Votes

0

Found in

2023.1.0a24

Issue ID

UUM-21735

Regression

Yes

[macOS] Removal of Fullscreen Playmode broke Mac menu bar shortcuts

--

-

The PR [https://github.cds.internal.unity3d.com/unity/unity/pull/15107] 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.

  1. Resolution Note (fix version 2023.1.0a26):

    Menubar keyboard shortcuts now work in macOS as intended.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.