Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2020.3.41f1
2021.3.14f1
2022.1.23f1
2022.2.0b15
2023.1.0a20
Issue ID
UUM-19668
Regression
No
Windows Key + M minimize shortcut does not work when FullScreenMode is set to FullScreenWindow
How to reproduce:
1. Open the attached project “WindowsKey_M_Test_2021.zip”
2. Open Assets/Scenes/SampleScene.unity
3. Open File>Build Settings…
4. Click Add Open Scenes
5. Build And Run the project
6. Click the “FullScreenWindow” button
7. Press Windows Key + M on the keyboard
Expected results: The Player is minimized
Actual results: The Player is not minimized
Reproducible with: 2020.3.41f1, 2021.3.14f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a20
Reproducible on: Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
Resolution Note:
The Windows+M keyboard shortcut is ignored when the PlayerSettings.visibleInBackground option is set, as documented here: https://docs.unity3d.com/2021.3/Documentation/ScriptReference/PlayerSettings-visibleInBackground.html.
To enable Win+M and Alt-Tab functionality, uncheck this setting in the project's Windows Player settings.
NOTE: The visibleInBackground setting doesn't apply to ExclusiveFullscreen Mode because an exclusive D3D window must be minimized and cannot be displayed in the background.
Resolution Note (2023.1.X):
The Windows+M keyboard shortcut is ignored when the PlayerSettings.visibleInBackground option is set, as documented here: https://docs.unity3d.com/2021.3/Documentation/ScriptReference/PlayerSettings-visibleInBackground.html.
To enable Win+M and Alt-Tab functionality, uncheck this setting in the project's Windows Player settings.
NOTE: The visibleInBackground setting doesn't apply to ExclusiveFullscreen Mode because an exclusive D3D window must be minimized and cannot be displayed in the background.