Immediate keyUp events on Mac OS X?

Bert Freudenberg bert at impara.de
Fri Apr 9 11:22:43 UTC 2004


Am 09.04.2004 um 06:49 schrieb John M McIntosh:

> Glen, take a look at sqMacUIEvents.c
> void recordKeyboardEventCarbon(EventRef event)
>
> which handles kEventTextInputUnicodeForKeyEvent
>
> and does a EventKeyDown, EventKeyChar, and EventKeyUp to process the 
> kEventTextInputUnicodeForKeyEvent.
> Alas this isn't what we really want since it doesn't quite match 
> physical key down/up activity.
>
> Right now I've on my plate a change set from Tetsuya HAYASHI  
> tetha at st.rim.or.jp to rework this
> a bit to solve some issues with TSM data entry and MacRoman 
> translations.
> Someone else earlier this year pointed out the flaw in timing here. So 
> let me ask do you've some
> C background and would like to compile a new VM to try a few things 
> out?

I want proper keyUp/keyDown events, too - I'll be happy to test.

- Bert -




More information about the Squeak-dev mailing list