| Summary: | [patch] Add FreeBSD evdev KBIO keyboard input driver | ||
|---|---|---|---|
| Product: | SDL | Reporter: | wahil1976 |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | wahil1976 |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | FreeBSD | ||
| Attachments: |
FreeBSD KBIO input patch
FreeBSD KBIO input patch V2 (superseding previous one) |
||
Created attachment 4511 [details]
FreeBSD KBIO input patch V2 (superseding previous one)
Patch added, thanks! https://hg.libsdl.org/SDL/rev/9bf5dd020b76 |
Created attachment 4510 [details] FreeBSD KBIO input patch This patch adds the KBIO text input driver for FreeBSD, which allows text input to fully work without text spilling out into the console. It also supports accented input, AltGr keys and Alt Lock combinations. Tested with US accent keys layout and various AltGr layouts.