Hi,

Is there a way to get a PluggableTextMorph without the default  
Smalltalk shortcuts?

Until now I have something like:

(PluggableTextMorph
                on: textModel
                text: #text
                accept: #accept:notifying:
                readSelection: #selection
                menu: #menu:shifted:)
                        onKeyStrokeSend: #keystroke:from: to: textModel

I can intercept a key like (Cmd+i), but I do not know how to disable  
the default behavior.

Cheers,
Doru


--
www.tudorgirba.com

"What we can governs what we wish."




_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to