Hi,
is it possible to catch pressed key in RubTextFieldArea?
I tried
~~~~~~~~~~~~~~~~~~~
|fieldArea|
fieldArea := RubTextFieldArea new
takeKeyboardFocus.
fieldArea announcer when: RubKeystroke do: [ :rbEvent | rbEvent inspect ].
fieldArea openInWindow.
~~~~~~~~~~~~~~~~~~~~
but it doesn't seem to be fired. As I don't see any users of RubKeystroke I'm not sure what is the correct approach.
Thanks,
Peter