I wanted to post a changeset, but I couldn&#39;t figure out how to do it.<br><br>Here&#39;s a snippet of code for TextMorph&gt;&gt;keyStroke: that makes it insert &#39;:=&#39; when you press Cmd-dash. It&#39;s working for on Linux.
<br><br>&nbsp;&nbsp;&nbsp; (evt keyCharacter = $- and: [Sensor commandKeyPressed]) <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ifTrue: <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; [editor<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; zapSelectionWith: &#39; := &#39;;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; unselect].<br><br>This method is listed under the category &quot;*ecompletion-override&quot;, is that the reason why the change is not going to my new ChangeSet?
<br clear="all"><br>-- <br>Duncan.