home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / Mac shareware / Utilities / ScriptKey folder / Sample ScriptKey Scripts / About Sample ScriptKey Scripts
Encoding:
Text File  |  1994-09-21  |  1.2 KB  |  15 lines  |  [TEXT/ttxt]

  1. Depth 1: Sets the depth of the main screen to 1 bit per pixel. Requires my ╥Screen Depth╙ scripting addition, Color QuickDraw, and a main screen capable of displaying 1 bit per pixel.
  2.  
  3. Depth 8: Sets the depth of the main screen to 8 bits per pixel (256 colours). Requires my ╥Screen Depth╙ scripting addition, Color QuickDraw, and a main screen capable of displaying 8 bits per pixel.
  4.  
  5. Depth 16: Sets the depth of the main screen to 16 bits per pixel (thousands of colours). Requires my ╥Screen Depth╙ scripting addition, Color QuickDraw, and a main screen capable of displaying 16 bits per pixel.
  6.  
  7. Script Editor: Launches the Script Editor if it isn╒t running, and brings it to the front.
  8.  
  9. MPW Shell: Launches the MPW Shell if it isn╒t running, and brings it to the front.
  10.  
  11. Finder: Brings the Finder to the front, and hides all other applications. Requires my ╥Application Menu╙ scripting addition.
  12.  
  13. Quit All: Quits all currently-running applications, except for the Finder. Requires my ╥Process Hacking╙ scripting addition.
  14.  
  15. Free Memory: Indicates the size of the largest free block of Process Manager RAM. Requires my ╥Exec╙ and ╥Speech╙ scripting additions. Having the Speech Manager installed also helps.