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 5201

Summary: Second SDL_KEYDOWN generated with a delay
Product: SDL Reporter: yaroslav
Component: eventsAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.12   
Hardware: x86   
OS: Windows 7   

Description yaroslav 2020-06-19 10:49:31 UTC
When Pressing Ctrl+Shift or Shift+Ctrl, the SDL_KEYDOWN for the second key is generated with the same delay as for repeat keypresses.
Comment 1 yaroslav 2020-06-19 11:04:27 UTC
I have tried to get over it using SDL_GetModState() but it also reports key press changes with a delay.