home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 607.lha / WindowTiler_v1.2 / WindowTiler.doc < prev    next >
Text File  |  1992-01-26  |  4KB  |  117 lines

  1.    WindowTiler 1.2 -  1/25/92  by Doug Dyer
  2.    Fun for the whole family!
  3.  
  4.  
  5. ---------------------------
  6. What is this thing?
  7.  
  8. WindowTiler is a simple commodity for os2.0 users that allows you to map certain
  9. Windows3.0/TurboC++ type window management to a key combination. NOTE: if it does
  10. nothing make sure (using commodities exchange) that you disable any commodities 
  11. that conflict for the same hotkeys.
  12.  
  13. Although it takes some getting used to, tiling the windows, and zooming one up
  14. to work & placing it back is a great way to handle large projects - try tiling
  15. with double clicking on the window titlebars.  For small projects (fewer opened
  16. windows) try cascade-left.  
  17.  
  18.  
  19. ---------------------------
  20. Instructions:
  21.  
  22. Select the WindowTiler icon, and then "information" in the workbench menu. Then,
  23. in the list box add or edit the tools listed to conform to keyboard equivalents
  24. you want.  For instance, to set CASCADE to alt-f10, just type (with no extra spaces,
  25. and CAPITALIZATION MATTERS) CASCADE=Alt F10.
  26.  
  27.  
  28. Keyboard Equivalents (well, not very documented..):
  29.  
  30.    Alt   (any alt key)
  31.    RAlt
  32.    LAlt
  33.    Shift (any shift key)
  34.    RShift
  35.    LShift
  36.    RCommand
  37.    LCommand
  38.    Control
  39.    Numericpad
  40.    Rbutton   (mouse buttons)
  41.    Lbutton
  42.    A,B,...
  43.  
  44.  
  45. ----------------------------
  46. CUSTOM Tool types available:
  47.  
  48.    CASCADE     Cascades all resizeable windows.
  49.  
  50.    CASCADELEFT Cascades windows with right sides inset.   
  51.                This one also leaves a bit of space on the right side of the
  52.                screen (I use that to get to my dock window). This one
  53.                is also easier to use since it gives you access to the front/
  54.                back gadgets.    
  55.  
  56.    TILE        Tiles windows
  57.  
  58.    VTILE       Lists windows vertically
  59.  
  60.    HTILE       Lists windows horizontally
  61.  
  62.    MINIMIZE    shrinks windows
  63.  
  64.    MAXIMIZE    enlarges windows
  65.  
  66.    REFUSE      use cli arguments to omit windows from windowtiler
  67.                such as REFUSE=~(#?shell#?) would let windowtiler only affect
  68.                windows with a title with "shell" in it.  Use this for windows
  69.                such as "Clock", and others that you wish refused. For
  70.                example, REFUSE=(Workbench|Clock|#?shell) would not move
  71.                the workbench, clock windows or any window ending in 
  72.                "shell".
  73.  
  74.    DCLICK      This is a double-click feature with three options:
  75.                "ZOOM"  explodes the window up to front.  Pressing the zoom
  76.                        gadget places it back where it came from (ie: tile 
  77.                        position). Activated by double-clicking on window
  78.                        TITLE BAR.
  79.                "FRONT" brings window to front. (click anywhere)
  80.                "BOTH"  Clicking on the title bar performs a ZOOM and anywhere
  81.                        else, a FRONT.
  82.                "NONE"  anything else will disable this feature.
  83.  
  84.    ZOOMIT      Same as DCLICK's ZOOM, but allows for a keyboard equivalent.
  85.  
  86.    FRONTIT     Same as DCLICK's FRONT, but allows for a keyboard equivalent.
  87.  
  88.  
  89. ----------------------------
  90. Furthermore...
  91.  
  92. If you place this tool in your wbstartup drawer, don't forget the DONOTWAIT.
  93. I find the most useful setup IHELP's cycle and zoom on f1,f2 and tile,
  94. cascadeleft on f3,f4 along with DCLICK=BOTH.  If you are a keyboard nut, get 
  95. WindowShuffle by Stefan Sticht.  Nice to step through cascaded windows :)
  96.  
  97.  
  98. Any bugs or suggestions (this is an "amiga learning" project for me) ... 
  99.  
  100. Doug Dyer
  101. ddyer@hubcap.clemson.edu
  102. 131 B Freedom Dr.               4900 Brandywood Dr.
  103. Clemson, SC 29631               Birmingham, AL 35223
  104.  
  105. -----------------------
  106. Versions:
  107.  
  108. 1.0     1/17/92 Inception. 
  109.  
  110. 1.1     1/19/92 Added CASCADELEFT tooltype.  Enhanced cascading to
  111.         ignore non-sizeable windows (so things like toolmanager
  112.         dock are left alone).  Improved depth arranging of cascading
  113.         (now using MoveWindowInFrontOf).
  114.  
  115. 1.2     1/25/92 Added REFUSE tooltype. Added DCLICK tooltype.
  116.         Enhanced performance.  Added ZOOMIT, FRONTIT tooltypes.
  117.