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 3683

Summary: Caps lock key changes caps lock state while text input is disabled
Product: SDL Reporter: stef <dfdfdafsjhdgfjhgddhgj>
Component: mainAssignee: Ryan C. Gordon <icculus>
Status: ASSIGNED --- QA Contact: Sam Lantinga <slouken>
Severity: minor    
Priority: P2    
Version: 2.0.5   
Hardware: x86_64   
OS: Linux   

Description stef 2017-06-26 00:29:43 UTC
While text input is disabled, pressing caps lock still toggles the caps lock state. (using 2.0.5 on linux/X11 - I did not check other platforms)

IMO this is a bug, since caps lock is a text input modifier. Also, this prohibits the use of caps lock as a regular key while text input is off.
Comment 1 Sam Lantinga 2017-08-11 18:08:00 UTC
I don't know that we can actually fix this, as it's handled by the X server. Ryan, do you know?