home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 600-699 / ff623.lha / WindowTiler / WindowTiler.doc < prev    next >
Text File  |  1992-03-21  |  4KB  |  121 lines

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