hi all,

under carbon events i had text messages like:

kEventClassTextInput, with kEventTextInputUnicodeForKeyEvent

--> this let me get entire unicode strings that were the result of multiple
key presses

kEventClassKeyboard with

kEventRawKeyModifiersChanged:

kEventRawKeyDown:

kEventRawKeyUp:

kEventRawKeyRepeat:

--> this let me get changes in modifier keys, and the key repeat message

i have been looking in NSResponder and see some of this, but how do i get
the higher level messages like the unicode string and key repeats ?



thanks,

bill appleton
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to