<div dir="ltr"><div>That would be Morph>>mouseButton2Activity. The esc key gets binded in Editor class>>initializeKeyboardActions.</div><div><br></div><div>-- <br></div><div>Eze<br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sat, 28 Dec 2024 at 19:45, Mark Volkmann via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>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,</div><div><br></div><font face="monospace">evt isEsc ifTrue: [                    <br>    action := self escAction.<br></font><div><font face="monospace">    action ifNotNil: [ ^action value ] ].</font></div><div><br></div><div>Can someone point me to where that is handled?</div><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div>
-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div>