home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 028A / AUROR.ZIP / TREE.DOX < prev    next >
Text File  |  1996-07-17  |  3KB  |  102 lines

  1.  
  2.   TREE.AML
  3.   Directory Tree 
  4.  
  5.   This macro displays a directory tree for your computer and allows you
  6.   to navigate through the tree, opening and closing branches with either
  7.   the mouse or the keyboard. You can modify the tree by inserting,
  8.   deleting, and renaming directories. Other functions, such as printing,
  9.   editing, and viewing statistics are also provided.
  10.  
  11.   When the Tree macro is initially run, it displays the tree with all
  12.   branches closed, except for the branches leading to the current
  13.   directory. Directories prefixed with a '+' character contain
  14.   subdirectories.
  15.  
  16.   The Tree macro is designed to work closely with file manager windows
  17.   and edit windows. For example, double clicking on a directory in a
  18.   tree window will display the file manager for the directory, and
  19.   double clicking on a file will display the file in an edit window.
  20.   Both windows will be tiled on the desktop for easy viewing.
  21.  
  22.  
  23.   Mouse:
  24.   ─────
  25.   Single Click on: 
  26.  
  27.     Closed Branch      // open the branch and list files and sub-branches
  28.     Opened Branch      // close the branch
  29.     Vertical Spine     // close the branch
  30.  
  31.   Double Click on: 
  32.  
  33.     Tree Root          // edit directory tree
  34.     Directory          // open a file manager window
  35.     File               // open a edit window
  36.                        //   (open binary if <ctrl> is pressed)
  37.  
  38.   Keys:
  39.   ────
  40.   Menu Activation 
  41.     <alt f>            // file menu
  42.     <alt v>            // view menu
  43.     <alt p>            // print menu
  44.     <alt w>            // window menu
  45.     <alt h>            // help menu
  46.  
  47.   Cursor 
  48.     <up>               // up
  49.     <down>             // down
  50.     <left>             // scroll left
  51.     <right>            // scroll right
  52.     <home>             // to column one
  53.  
  54.   Scrolling 
  55.     <pgup>             // page up
  56.     <pgdn>             // page down
  57.     <ctrl pgup>        // to tree top
  58.     <ctrl pgdn>        // to tree bottom
  59.     <ctrl home>        // to page top
  60.     <ctrl end>         // to page bottom
  61.  
  62.   File Menu 
  63.     <enter>            // open directory/file
  64.     <shift o>          // open directory/file
  65.     <shift b>          // open directory/file (binary mode)
  66.     <shift p>          // print directory
  67.     <shift v>          // directory/file statistics
  68.     <ins>              // insert new directory
  69.     <ctrl i>           // insert new directory
  70.     <shift i>          // insert new directory
  71.     <del>              // delete directory
  72.     <ctrl d>           // delete directory
  73.     <shift d>          // delete directory
  74.     <ctrl n>           // rename directory
  75.     <ctrl e>           // edit directory tree
  76.     <ctrl r>           // refresh directory tree
  77.     <alt q>            // exit
  78.     <esc>              // exit
  79.  
  80.   View Menu 
  81.     <shift left>       // collapse branch
  82.     <ctrl left>        // collapse branch
  83.     <alt left>         // collapse all top-level branches
  84.     <shift right>      // expand branch
  85.     <ctrl right>       // expand branch with files
  86.     <alt right>        // expand all branches
  87.  
  88.   Window Menu 
  89.     <f6>               // next window
  90.     <ctrl a>           // next window
  91.     <ctrl z>           // maximize
  92.     <shift f3>         // tile vertical
  93.     <shift f4>         // tile horizontal
  94.     <shift f5>         // cascade
  95.  
  96.   Print Menu 
  97.     <ctrl p>           // print directory tree
  98.  
  99.   Help Menu 
  100.     <f1>               // help
  101.  
  102.