[Cuis-dev] trouble finding code

Ezequiel Birman ebirman77 at gmail.com
Sat Dec 28 19:48:55 PST 2024


That would be Morph>>mouseButton2Activity. The esc key gets binded in
Editor class>>initializeKeyboardActions.

-- 
Eze

On Sat, 28 Dec 2024 at 19:45, Mark Volkmann via Cuis-dev <
cuis-dev at lists.cuis.st> wrote:

> I've been trying to find the code in the base image that opens a context
> menu when focus is in the code pane of a System Browser and the escape key
> is pressed. I thought it might be the processKeystrokeEvent instance method
> in the InnerTextMorph class. But I commented out the following code and I
> still get the context menu when I press the escape key,
>
> evt isEsc ifTrue: [
>     action := self escAction.
>     action ifNotNil: [ ^action value ] ].
>
> Can someone point me to where that is handled?
>
> --
> R. Mark Volkmann
> Object Computing, Inc.
> --
> Cuis-dev mailing list
> Cuis-dev at lists.cuis.st
> https://lists.cuis.st/mailman/listinfo/cuis-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20241229/5841ab34/attachment.htm>


More information about the Cuis-dev mailing list