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 3280

Summary: Bogus TAB up/down events when pressing ALT+TAB quickly on Linux
Product: SDL Reporter: hqm03ster
Component: eventsAssignee: Ryan C. Gordon <icculus>
Status: ASSIGNED --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: iryont
Version: 2.0.4   
Hardware: x86_64   
OS: Linux   

Description hqm03ster 2016-03-01 07:07:32 UTC
Tested on Ubuntu 16.04.

When ALT-TAB-ing quickly to / from an SDL window, the window receives two KEYDOWN and one KEYUP events of the TAB key with an identical timestamp. ALT doesn't appear in any of the modifier masks. The second KEYDOWN is a repeat.
Comment 1 Konrad 2020-06-27 16:46:13 UTC
Are there any updates regarding this issue? I have the same problem in my game which works fine on OS X and Windows, but it does generate an extra tab event which is then parsed by the game itself as unwanted event.