[Cuis-dev] trouble finding code
Mark Volkmann
r.mark.volkmann at gmail.com
Sat Dec 28 11:45:15 PST 2024
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20241228/62695e2a/attachment.htm>
More information about the Cuis-dev
mailing list