| Summary: | remmapped keys not converted | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Edgar Simo <bobbens> |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Edgar Simo
2009-01-04 10:26:40 UTC
Err damn, copied the wrong second email, sorry:
>> Sam Lantinga wrote:
>>> What is the output of checkkeys with the latest subversion?
>>> (make clean; make install; cd test; ./configure; make checkkeys)
>
>> [bobbens@ghanima (~/src/SDL/test)] $ svn up
>> At revision 4347.
>> [bobbens@ghanima (~/src/SDL/test)] $ ./checkkeys
>> Sending text event
>> Unknown Key (scancode 41 = Escape) pressed modifiers: (none)
>> Text:
>> Unknown Key (scancode 41 = Escape) released modifiers: (none)
>> Sending text event
>> Key pressed : scancode 57 = CapsLock, keycode 0x40000039 = CapsLock
>> modifiers: CAPS
>> Text:
>> Key released: scancode 57 = CapsLock, keycode 0x40000039 = CapsLock
>> modifiers: CAPS
>
> Okay, I see what's happening here. We're not expecting non-alphanumeric
> keys to be remapped, so we're using the default mappings on X11. Can you
> enter a bug in bugzilla for this?
>
> Thanks!
> -Sam Lantinga, Founder and President, Galaxy Gameworks LLC
|