[squeak-dev] Re: Shortcut to close a system window

Alexander Lazarević laza at blobworks.com
Tue Jan 10 12:36:22 UTC 2012


Marcel,

the problem with that shortcut is, that your mouse pointer must be hovering
over the "World" (Squeaks Desktop background). Then the Alt-w (or Cmd-w)
will close the topmost Window. These are some other shortcuts:

        { $b.    SystemBrowser.                    #defaultOpenBrowser.
                    'Open a new System Browser'}.
        { $k.    StringHolder.                    #open.
                    'Open a new, blank Workspace'}.
        { $m.    self.
#putUpNewMorphMenu.                    'Put up the "New Morph" menu'}.
        { $t.    self.
#findATranscript:.                            'Make a System Transcript
visible'}.
        { $w.    SystemWindow.                    #closeTopWindow.
                    'Close the topmost window'}.

        { $C.    self.
#findAChangeSorter:.                        'Make a Change Sorter visible'}.

        { $L.    self.                                #findAFileList:.
                            'Make a File List visible'}.
        { $P.    self.
#findAPreferencesPanel:.                    'Activate the Preferences
tool'}.
        { $R.    Utilities.
#browseRecentSubmissions.        'Make a Recent Submissions browser
visible'}.

        { $W.    self.
#findAMessageNamesWindow:.            'Make a MessageNames tool visible'}.
        { $Z.    ChangeList.                         #browseRecentLog.
                        'Browse recently-logged changes'}.

        { $\.    SystemWindow.                     #sendTopWindowToBack.
                'Send the top window to the back'}.

Alex

2012/1/10 Marcel Taeumel <marcel.taeumel at student.hpi.uni-potsdam.de>

> Not working in Squeak 4.2. :(
>
> --
> View this message in context:
> http://forum.world.st/Shortcut-to-close-a-system-window-tp4281625p4281822.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20120110/337349a8/attachment.htm


More information about the Squeak-dev mailing list