<div><br></div><div dir="auto">Well, I use them with my tiling window manager for Cuis. I use alt-w to close a window, alt-esc to toggle a window maximized state, alt-shift-{B,W,etc} to open a browser, workspace, etc...</div><div dir="auto"><br></div><div dir="auto">But I do this in my DWM package, and I override KeyboardEvent>>sendTo:localPosition: to remove the other shortcuts now included in the base image and instead call WindowManagerMorph>>keyStroke:morph: (a class of my own in the DWM package), and this method returns true if it handled the keystroke, otherwise the event follows the normal flow.</div><div dir="auto"><br></div><div dir="auto">I don’t use the global shortcuts from the base image, tho, and I’ll be happy if we at least keep them in one place so I don’t get more troubles when maintaining my package.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Mon, 21 Dec 2020 at 11:00 PM, <<a href="mailto:ken.dickey@whidbey.com">ken.dickey@whidbey.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)" dir="auto"><br>Until 2019, there were no global shortcuts.  [Method 'versions' button <br>
is our friend]<br>
<br>
I would like to know why they were introduced and what problem(s) they <br>
solve.<br>
<br>
<br>
[Many thanks to Nahuel Garbezza btw, for cleaning the code to make it <br>
more understandable!]<br>
<br>
Note that I am happy to remove global shortcuts and almost never use <br>
full screen mode.<br>
<br>
I have also been surprised on occasion by the 'BrowserWindow <br>
Class>>findClass' popup.<br>
<br>
<br>
Juan, care to comment?  Anyone?<br>
<br>
Thanks,<br>
-KenD<br>
</blockquote></div></div>