| Summary: | X11 driver enables keyrepeat systemwide | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Andrey Alexeyev <akari> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | trivial | ||
| Priority: | P2 | CC: | icculus, sezeroz, sylvain.bertrand |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Andrey Alexeyev
2017-02-17 05:56:03 UTC
I'm inclined to say we shouldn't force autorepeat on. I don't _think_ having it off will break anything (users will get a single, longer-held KEYDOWN event followed by a single KEYUP if they hold down a key, and SDL_TEXTINPUT won't repeat chars, of course), but this should only act differently if the user went out of their way to force it off anyhow, right? This change happened here originally: https://hg.libsdl.org/SDL/rev/a7cbc25071b6 Sam: any opinions on this? --ryan. ping ! This is annoying, indeed. |