[squeak-dev] PluggableTextMorph without smalltalk shortcuts

Tudor Girba girba at iam.unibe.ch
Sun Aug 9 22:15:31 UTC 2009


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."






More information about the Squeak-dev mailing list