Search Issue Tracker
By Design
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
- Some VFX Window Panels close on entering Play mode
- VFX Graph using Redo action for Move and Connect node results in an unknown input value
- VFX Parameters are missing the documentation links
- Node name gets cut off in the Visual Effect Graph when the name is long
- Custom Particle System names textboxes are not correctly wrapped in the VFX Control panel
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.