<div dir="ltr">I'm able to get mouse events in a custom morph, but I haven't been able to do the same for keyboard events. Here is what I tried:<div><br><div>I created a subclass of <font face="monospace">PlacedMorph</font>.</div><div><br></div><div>In the initialize method I have this:</div><div><br></div><div><font face="monospace">initialize</font></div><div><font face="monospace">    super initialize.<br>    self setProperty: #handlesKeyboard toValue: true.</font></div><div><br></div><div>In the <font face="monospace">keyDown:</font> method I have this:</div><div><br></div><div><font face="monospace">keyDown: aKeyboardEvent<br>    'got keyDown' print.</font></div><div><br></div><div>I create an instance of my custom morph in a Workspace and send it <font face="monospace">#openInWorld</font> to render it.</div><div>I then move the mouse over it and press a key, but I don't see output in the Transcript.</div><div>Does anyone see what I'm missing?<br><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="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.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div></div></div>