<div dir="ltr"><div dir="ltr">Hi Karl,<br><br>I think that now I can give a more concrete example, and ask some<br>simpler questions. In one of my workspaces I have a variable "evt",<br>that holds a keyboard event with a CR that I captured using the<br>PolygonMorph of this e-mail,<br><br><a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2023-February/223469.html">http://lists.squeakfoundation.org/pipermail/squeak-dev/2023-February/223469.html</a><br><br>and a variable "sb", that holds the morph of the search bar - a<br>PluggableTextMorphPlus. I discovered that I can simulate the action of<br>typing a CR on the search bar by running this,<br><br>  sb textMorph acceptContents.<br><br>but it took some time to discover that "textMorph acceptContents" was<br>the right message.<br><br>So: 1) how do I send my evt to the morph sb? 2) How do I modify my evt<br>to create an event that sends an 'a' instead of a CR?<br><br>I _think_ that once I learn the answers to (1) and (2) I'll be able to<br>perform certain tricks with the debugger and to use them to discover<br>what are the "actions associated to certain keys" very quickly. Do you<br>know how to do (1) and (2)?<br><br>  Cheers, more soon,<br>    Eduardo<br></div><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 19 Feb 2023 at 14:46, karl ramberg <<a href="mailto:karlramberg@gmail.com">karlramberg@gmail.com</a>> wrote:</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 class="gmail_quote"><div>To see events you can do it:</div><div>HandMorph showEvents: true</div><div><br></div><div>I'm not sure what you want to achieve seeing the events though...</div></div></div></blockquote></div></div>