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 1987

Summary: SDL_WINDOW_INPUT_GRABBED doesn't work for ALT and SUPER keys on Ubuntu
Product: SDL Reporter: bonsairobo
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Linux   

Description bonsairobo 2013-07-25 15:46:07 UTC
I haven't tested this on any other OS. Even with a window that should be grabbing keyboard and mouse input, the ALT and SUPER keys bring you out of the SDL window. I don't know if this is an intentional design or not, but it seems odd considering ALT-TAB does NOT work with input grabbed.
Comment 1 Sam Lantinga 2013-07-27 06:40:16 UTC
This is a "feature" of the Unity window manager, and there's nothing we can do about it.

Sorry!