| Summary: | Dead Keys don't generate events on X11 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Daniel Gibson <metalcaedes> |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | drewb, icculus, metalcaedes |
| Version: | HG 2.0 | Keywords: | target-2.0.4 |
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: |
Patch to generate SDL_KEYDOWN/UP events for dead keys
Small test-program that prints key events |
||
|
Description
Daniel Gibson
2013-08-28 21:37:03 UTC
Created attachment 1311 [details]
Small test-program that prints key events
A variant of this patch has been merged in the meantime: https://hg.libsdl.org/SDL/rev/713c6a333c33 So this can be closed. This bug happens again in latest hg, because the fix was reverted as it caused https://bugzilla.libsdl.org/show_bug.cgi?id=2526 *** Bug 3076 has been marked as a duplicate of this bug. *** Fixed by Alex's patch in bug 3136 https://hg.libsdl.org/SDL/rev/2f18ea79bc03 Fixed! |