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 - Caps lock key changes caps lock state while text input is disabled
Summary: Caps lock key changes caps lock state while text input is disabled
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: main (show other bugs)
Version: 2.0.5
Hardware: x86_64 Linux
: P2 minor
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-26 00:29 UTC by stef
Modified: 2017-08-11 18:08 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 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?