2009/8/10 Tudor Girba girba@iam.unibe.ch:
Hi
why don't you rebind them?
Because we did not know how to :). Of course, we will find out, but it just was not obvious enough to get it done until now.
You override #doItReceiver (to bind self) and #doItContext (to bind temps) in the model of your pluggable widget.
Ok, I see, but in the context of Glamour, but this will only let me control the receiver and context. I would like to get full control over the shortcuts. That is, if I don't want to get any Smalltalk capability, I should not get it. Is this possible?
Not easily.
The central place of the keyboard binding dispatching is in ParagraphEditor>>#dispatchOnCharacter:with: Unfortunately that is about a dozen layers below your morphic text widget :-/
Lukas