<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Chris --<div><br></div><div>> <span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">I would propose Cmd+Shift+] if it is not too difficult for non-US keyboards. </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">For clarification, the shift state is already encoded in shortcuts implemented via #keyStroke:'s #keyCharacter. So, cmd+S and cmd+shift+s and cmd+shift+S are essentially all the same thing. Unless there is a keyboard layout out there that has the uppercase S as an extra key.... :-D That's also the reason why it is tricky to create shortcuts that involve characters other than alphabetical ones. A..Z and special characters (space, return, ...) are fine. 0..9 is fine if it is not combined with a shift state because that would, again, be mixed up in all those different keyboard layouts. And even this A...Z is rather specific to "our" Latin-based region. Just think of Asian characters/symbols ... </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">Note that we can use some function keys when implementing those shortcuts via #keyDown: as our OSVM does (correctly) not generate keystroke events for those. But one would have to double check, whether, e.g., F9 to F12 actually arrive in the image on macOS, Windows, and X11/Ubuntu/Linux.</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">Best,</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Marcel</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;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 29.12.2021 23:29:31 schrieb tim Rowledge <tim@rowledge.org>:</p><div style="font-family:Arial,Helvetica,sans-serif"><br><br>> On 2021-12-29, at 1:12 PM, Chris Muller <asqueaker@gmail.com> wrote:<br>> <br>> I'm really sorry for my misread!  I would propose Cmd+Shift+] if it is not too difficult for non-US keyboards.  <br><br>I think that is part of the original problem - they're stuck having to type ctl-alt-8 just to get the ]. So cmd-ctl-alt-shift-8 is a bit of a handful...<br><br>tim<br>--<br>tim Rowledge; tim@rowledge.org; http://www.rowledge.org/tim<br>Never write software that anthropomorphizes the machine. They hate that.<br><br><br><br></asqueaker@gmail.com></div></blockquote></div>