<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">Aha, full of windows. I manually resize the
        workspace to have a little access to the workspace. One
        alternative is to edit  the start up script so one of the window
        keeps some access to the background. Another better alternative
        will be to add an iconic button to the taskbar to just show the
        menu.</font></p>
    <p><font size="4">For the keyboard short cut, I tried this without
        success, you need the WorldMorph do have focus, which is
        unlikely if out of sight:<br>
      </font></p>
    <p><font size="4">WorldMorph allInstances first <br>
            setProperty: #keyStroke: <br>
            toValue:  [:kbdEvent |<br>
                'here we go' print.<br>
                (kbdEvent shiftPressed and: [kbdEvent controlKeyPressed
        and: [kbdEvent keyCharacter = $Z] ]) ifTrue:            
                         [WorldMorph allInstances first invokeWorldMenu]
        ]</font></p>
    <p><br>
    </p>
    <p>I think one need to tweak KeyboardEvent>>sendEventTo: like
      this:</p>
    <p>        (self shiftPressed and: [self commandAltKeyPressed and:
      [self keyCharacter = $Z] ]) <br>
                  ifTrue:     [^ WorldMorph allInstances first
      invokeWorldMenu]    .<br>
      <br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Le 22/04/2023 à 20:59, Bernhard Pieber
      via Cuis-dev a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:2931E641-A2F8-4B9D-947B-3646541E72EF@pieber.com">
      <pre class="moz-quote-pre" wrap="">Following its example I neatly covered the whole world with SystemWindows. I realized that I could not access the world menu anymore. How do you do it? Is there a keyboard shortcut?</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
  </body>
</html>