<div dir="ltr"><div>Hello Franco,</div><div><br></div><div>I looked at your implementation and the issue lies on the method you're using to intercept the ALT+ENTER command.</div><div><br></div><div>The attached changeset implements it in the KeyboardEvent class and it allows you to avoid sending the input to the morph that currently has focus.</div><div><br></div><div>Make sure to revert the change to focusKeyboardFor: and share the complete changeset with us!<br></div><div><br></div><div>Cheers!</div><div><b>Mauro Rizzi.</b><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El sáb, 12 dic 2020 a las 21:10, Franco Lucchesi via Cuis-dev (<<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>>) escribió:<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>Hello, recently I've been working with Cuis Smalltalk and whilst it's been a great experience the lack of an easy full screen toggle was starting to annoy me, so I decided to examine some of the Display related code and implement it myself.</div><div><br></div>As the topic says, all this changeset does is add Alt+Return as a shortcut to toggle full screen on or off, it also additionally does a small refactor on some other full screen related messages.<div><br><div>However, it has one bug: if you do Alt+Return whilst you are editing a textbox the full screen procedure seems to abort and instead an unusual character gets written in the current textbox, I haven't been able to figure out how to fix it but my best guess is to deselect everything before going full screen, which I also couldn't figure out how to do.</div><div><br></div><div>This is my first time writing to a mail list and contributing updates to open source software so please let me know if I have done anything wrong in the process.</div><div><div><br></div><div>Kind regards, and have a good weekend.</div><div><br></div><div>-Franco</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>