home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / filing / quickfiler / ReadMe next >
Encoding:
Text File  |  1998-04-02  |  4.4 KB  |  118 lines

  1. _____________________________________________________________________________
  2.  
  3.                            “ Q u i c k F i l e r ”
  4.  
  5.          Allows the Filer to be controlled by means of the keyboard
  6.  
  7.                           by David Thomas, © 1997-8
  8.                          version 1.25 (02 Apr 1998)
  9. _____________________________________________________________________________
  10.  
  11.  
  12.  Introduction ______________________________________________________________
  13.  
  14.   QuickFiler is a utility which allows you to use many standard shortcut
  15. keys in conjunction with the Filer.
  16.  
  17.   QuickFiler requires a Risc PC-style !Boot application.
  18.  
  19.  
  20.  Installation ______________________________________________________________
  21.  
  22.   Before you can use QuickFiler, it must be installed into your computer’s
  23. boot sequence and your machine must be restarted.
  24.  
  25.   Install QuickFiler by running the supplied !Installer application.  This
  26. will copy across the program files to their correct place within the Boot
  27. application and generate new menu structures for the Filer.
  28.  
  29.   Upon restarting your machine, you will find that the Filer gains the input
  30. focus when you click in its windows and that the Filer menu displays the
  31. appropriate shortcut next to certain items.  Simply pressing the shortcut key
  32. combination will activate that item.
  33.  
  34.  
  35.  Shortcuts _________________________________________________________________
  36.  
  37.   QuickFiler provides the following shortcut keys :
  38.  
  39.     Select all       ^A      Large icons  F2      Sort by name  ⇧F1
  40.     Clear selection  ^Z      Small icons  F3      Sort by type  ⇧F2
  41.     Open parent      ^B      Full info    F4      Sort by size  ⇧F3
  42.                                                   Sort by date  ⇧F4
  43.  
  44.     Delete    DELETE or ^X   Protect     ^F5      Confirm        F5
  45.     Count            ^N      Unprotect   ^F6      Verbose        F6
  46.     Help             ^H      Public      ^F7      Force          F7
  47.     Stamp            ^S      Private     ^F8      Newer          F8
  48.     
  49.     Close window     ^F2
  50.  
  51.   Certain shortcuts are non-trivial to implement (e.g. Copy, Rename, Find)
  52. as they need sub-menus which cannot be easily faked.  For this reason,
  53. this utility makes no attempt (yet) to provide these functions.
  54.  
  55.  
  56.  Removal ___________________________________________________________________
  57.  
  58.   Should you wish to remove QuickFiler from your system, you should delete
  59. the following two directories :
  60.  
  61.   - !Boot.Choices.Boot.PreDesk.QFiler
  62.   - !Boot.Choices.Boot.Tasks.!QFiler
  63.  
  64.  
  65.  History ___________________________________________________________________
  66.  
  67. 1.00 (22 May 1997)
  68.  - First Release.
  69.  
  70. 1.10 (22 Oct 1997)
  71.  - Thanks to Reuben Thomas, Chris Ward and Ian Scott for pointing out that
  72.    QuickFiler didn’t work on RISC OS 3.7 due to missing Message tokens.
  73.    This version now reads the Filer messages from ROM and converts them
  74.    appropriately before installing.
  75.  - Templates file is not supplied anymore.
  76.  - An Installer program, to facilitate the above.
  77.  - Keys are referred to as 'shortcuts' now, rather than 'hot-keys'.
  78.  
  79. 1.25 (02 Apr 1998)
  80.  - Added Ctrl-F2 to close directory viewer window.
  81.  - Responds correctly to Filer and FilterManager resets and reinits.
  82.  - The module has been recoded in key areas, so despite the new features it’s
  83.    only slightly bigger than the previous version.
  84.  
  85.  
  86.  Credits ___________________________________________________________________
  87.  
  88.   Thanks to Ting Zwei Kuei for writing FilerKeys which didn’t work quite how
  89. I wanted it to, so I wrote this!
  90.  
  91.   Many thanks to Andrew Clover for the WimpSWIVe module which makes an
  92. otherwise impossible job, possible. :-)  The WSWI-Help document, supplied
  93. with this program, documents this module.
  94.  
  95.  
  96.  Copyright & Contact Addresses _____________________________________________
  97.  
  98.   This software is copyrighted work of David Thomas, it is supplied “as is”;
  99. using it is entirely at your own risk.  I make no warranty as to the fitness
  100. of this software for any purpose.  You are free to distribute this program
  101. toanyone you please, as long as you are not supplying it for personal or
  102. commercial gain and it is delivered with all of the supplied files unaltered.
  103.  
  104.   If you have any comments, bug reports, suggestions for future versions or
  105. anything else don’t hesitate to contact me at -
  106.  
  107.   Mail:  Mr D.P. Thomas
  108.          20 Rosebery Avenue
  109.          Waterloo
  110.          Liverpool
  111.          L22 2BH
  112.  
  113.   Email: dpt@tristone.co.uk
  114.  
  115.   WWW:   http://www.tristone.co.uk/davespace/
  116. _____________________________________________________________________________
  117.  
  118.