<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Nicola :-)<div><br></div><div>> <span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">till now the only modification I made to the shortcuts was the following; to prevent Ctrl-Cmd to open unwanted windows [e.g. Tools ]</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Fixed in </span><span style="font-family: Arial, Helvetica, sans-serif"><span style="font-size: 13px">Morphic-mt.1612.</span></span></div><div><span style="font-family: Arial, Helvetica, sans-serif"><span style="font-size: 13px"><br></span></span></div><div><span style="font-family: Arial, Helvetica, sans-serif"><span style="font-size: 13px">Best,</span></span></div><div><span style="font-family: Arial, Helvetica, sans-serif"><span style="font-size: 13px">Marcel</span></span></div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 23.12.2019 01:55:49 schrieb Nicola Mingotti <nmingotti@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div class=""><br class=""></div><div class=""><br class=""></div><div class="">I guess this task is still a bit too advanced for me.</div><div class=""><br class=""></div><div class="">I have new silly and more urgent problems to solve:</div><div class=""><br class=""></div><div class="">1] I restarted with a clean image, try to re-configure it as I like and in the meanwhile document how I am adding the Roboto Mono font. The problem is this time I see red boxes around the font :( [see attached image] </div><div class=""><br class=""></div><div class="">2] When I press backspace many times instead of the expected behavior (cancel previous character) the Tool menu opens. I hate this deeply and I can't figure out where it comes from :( </div><div class=""><br class=""></div><div class="">This happens only on the mac, never saw in the Linux release. </div><div class=""><br class=""></div><div class="">till now the only modification I made to the shortcuts was the following; to prevent Ctrl-Cmd to open unwanted windows [e.g. Tools ] (I use that sequence to move from a desktop to another as: Ctrl+Ctrl+(Left|Right)Arrow) ).</div><div class=""><span id="docs-internal-guid-106c3b73-7fff-a386-c2f4-69e1f1ae07aa" class=""><div style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class="">-------------------- DockingBarMorph >> filterEvent: for: -------</span></div><div style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(56, 118, 29);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class="">"add after line: "</span></div><div style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(0, 0, 255);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class=""><span class="Apple-tab-span" style="white-space:pre;">     </span></span><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(0, 0, 255);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class=""><span class="Apple-tab-span" style="white-space:pre;">    </span></span><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(0, 0, 255);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class="">^ aKeyboardEvent ignore "hit!"].</span></div><br class=""><div style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(180, 95, 6);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class="">"PART TO ADD "</span><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(180, 95, 6);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class=""><span class="Apple-tab-span" style="white-space:pre;"> </span></span></div><div style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(56, 118, 29);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class="">     "Transcript show: 'keyValue: ', (aKeyboardEvent keyValue) asString; cr. "</span></div><div style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(56, 118, 29);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class="">     "If it is pressed Ctrl-Cmd, then discard the event."</span></div><div style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(56, 118, 29);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class="">     "Ctrl -> code: 59. Ctrl+Cmd -> code: 55. Ignore here when Ctrl+Cmd is pressed. " </span></div><div style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class="">  </span><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(0, 0, 255);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class="">   aKeyboardEvent keyValue = 55 </span></div><div style="line-height: 1.38; margin-top: 0pt; margin-bottom: 0pt;" class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(0, 0, 255);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class=""><span class="Apple-tab-span" style="white-space:pre;">    </span></span><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(0, 0, 255);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class=""> ifTrue: [^ aKeyboardEvent].</span></div><div class=""><span style="font-size: 9pt;font-family: "Roboto Mono", monospace;color: rgb(0, 0, 255);font-variant-ligatures: normal;font-variant-east-asian: normal;font-variant-position: normal;vertical-align: baseline;white-space: pre-wrap" class=""><br class=""></span></div></span></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">bye</div><div class="">Nicola</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="20D360E3-DBD6-425B-B3E1-A94E33D795FC" width="640" height="261" src="cid:DB89CC53-E42C-4E2E-998C-4244200C032C@example.org" class=""></img></div><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 23, 2019, at 12:59 AM, tim Rowledge <<a href="mailto:tim@rowledge.org" class="">tim@rowledge.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><br class=""><br class=""><blockquote type="cite" class="">On 2019-12-22, at 3:09 PM, Nicola Mingotti <<a href="mailto:nmingotti@gmail.com" class="">nmingotti@gmail.com</a>> wrote:<br class=""><br class=""><br class="">Hi Tim,<br class=""><br class="">sorry, I see the email only now. <br class=""><br class="">I would discard the Elvish hypothesis, will try to consider the endianness ;) <br class=""></blockquote><br class="">That is by far the more likely hypothesis. Time to dig into the code that loads the font glyphs and maybe the file format specs? <br class=""><br class=""><br class="">tim<br class="">--<br class="">tim Rowledge; <a href="mailto:tim@rowledge.org" class="">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" class="">http://www.rowledge.org/tim</a><br class="">Strange OpCodes: NBRM: Unconditional No BRanch Multiple<br class=""><br class=""><br class=""><br class=""></div></div></blockquote></div><br class=""></div></blockquote>
                                        </div></body>