We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3053

Summary: System hotkey handling different between true fullscreen and fake fullscreen
Product: SDL Reporter: Drew Bliss <drewb>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 Keywords: target-2.0.4
Version: HG 2.0   
Hardware: x86_64   
OS: Mac OS X 10.8   

Description Drew Bliss 2015-07-06 17:53:07 UTC
Users are reporting that they can't use system hotkeys like Command+Tab to switch away from an SDL app using true fullscreen.  They can when using fake fullscreen and it seems desirable to allow it in true fullscreen also.

https://github.com/ValveSoftware/Dota-2-Reborn/issues/89
Comment 1 Sam Lantinga 2015-07-06 18:21:21 UTC
I don't know if this is possible because of the way fullscreen on Mac works (no Cocoa window input)

The recommendation is not to use old fullscreen mode on Mac, and instead use fullscreen desktop mode, as Apple is clearly deprecating fullscreen access in favor of the newer APIs.

Assigning to Ryan for further investigation and comment.
Comment 2 Ryan C. Gordon 2015-10-06 04:51:53 UTC
I believe this is by design; going fullscreen with Spaces is the way to be friendly to things like app switching.

--ryan.