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 - SDL_WINDOW_INPUT_GRABBED doesn't work for ALT and SUPER keys on Ubuntu
Summary: SDL_WINDOW_INPUT_GRABBED doesn't work for ALT and SUPER keys on Ubuntu
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-25 15:46 UTC by bonsairobo
Modified: 2013-07-27 06:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!