home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / qm.zip / QM.DOC < prev   
Text File  |  1992-03-16  |  6KB  |  154 lines

  1.  
  2.                   QM  --  QEdit(R) Mouse Driver
  3.  
  4.      An external driver to allow the use of a mouse in QEdit
  5.  
  6.                            Release:  2 Date:  November 10th, 1989
  7.  
  8.    QM is (C) Copyright Jerry Houston, 1988, All Rights Reserved.
  9.  
  10.               QEdit(R) is Copyright (C) 1985-1991 by
  11.        Applied Systems Technologies, Inc. (dba SemWare(R))
  12.                        All Rights Reserved
  13.  
  14.           QEdit and SemWare are registered trademarks of
  15.                 Applied Systems Technologies, Inc.
  16.  
  17.  
  18. INTRODUCTION
  19. ------------
  20. The file QM.COM is an Expert Mouse Menu to be used with Sammy Mitchell's
  21. excellent programming editor called QEDIT. QM.COM was designed for and
  22. tested with version 2.04 of the editor.
  23.  
  24. This update of QM.COM fixes three problems with the driver.  First, it now
  25. works with some non-Microsoft mice the former driver would not.  Second, it
  26. now supports the expanded keyboard support in QEdit 2.07+.  Third, it uses
  27. approximately 4K less memory.
  28.  
  29. This mouse driver is self-contained, and does not require the use of the
  30. MENU.COM program.  It will work well with any Microsoft Mouse, and may also
  31. work with other pointing devices that are compatible with the Microsoft
  32. products.
  33.  
  34.  
  35. INSTALLATION
  36. ------------
  37. NOTE:  You must have a Microsoft-compatible mouse driver loaded into memory
  38. BEFORE loading QM.COM.  For Microsoft or Logitech mice, this is usually a
  39. program called MOUSE.COM or MOUSE.SYS.  Check your mouse documentation for
  40. details.
  41.  
  42. To install the mouse driver, type the command:
  43.  
  44.           C:> QM
  45.  
  46. at the DOS command line just prior to starting the editor.
  47.  
  48. You will see the following:
  49.  
  50.           QEdit 2.x Mouse Driver, with extended keyboard support.
  51.           Left = <Enter>, Right = <Escape>, Both buttons = <Control O><N>
  52.  
  53.           QEdit Microsoft Mouse menu installed
  54.  
  55. When finished, this driver can actually be removed from memory (and not
  56. merely disabled) with the command:
  57.  
  58.           C:> QM OFF
  59.  
  60. You will see the following:
  61.  
  62.           Microsoft Mouse menu removed from memory
  63.  
  64.  
  65. ERRORS
  66. ------
  67. The only error message that QM.COM can issue is:
  68.  
  69.           Microsoft Mouse driver not found
  70.  
  71. If this message occurs, either you did not load your mouse driver prior to
  72. loading QM, or your mouse is not truly Microsoft-compatible.  Please check
  73. your mouse documentation for information on how to make your mouse emulate a
  74. Microsoft mouse.
  75.  
  76.  
  77. TIPS
  78. ----
  79. If you happen to use Chris Dunford's CED command-line editor (or you use
  80. DOSEDIT, ANARKEY, 4DOS, or other similar command line enhancer) you may want
  81. to install an alias that will start up the mouse driver just before starting
  82. QEDIT.  For instance, using CED:
  83.  
  84.           SYN  Q  QM^QEDIT %1^QM OFF
  85.  
  86. (This assumes Q.EXE has been renamed QEDIT.EXE, and is on the path).  That
  87. will take care of installing and turning on the mouse driver, loading the
  88. editor and executing it, then removing the mouse driver from memory when
  89. finished with the editor.  Alternatively, you may want to consider the above
  90. commands as a keyboard macro.
  91.  
  92.  
  93. USAGE
  94. -----
  95. The QM mouse driver duplicates the arrow keys found on the keyboard, and
  96. provides a couple other features when its buttons are pressed:
  97.  
  98.           LeftButton   -  <Enter>
  99.           RightButton  -  <Escape>
  100.           BothButtons  -  <Ctrl-O><N>
  101.  
  102. Thus, you can locate anywhere in a file by moving the mouse up and down, and
  103. left and right.  When editing, the sensitivity of the mouse is increased for
  104. quick movement within a file.
  105.  
  106. You can open QEDIT's menu bar by pressing the right mouse button, and you can
  107. select a menu item by pressing the left mouse button.  If you have opened the
  108. menus, the sensitivity of the mouse is decreased for careful movement through
  109. the menus.
  110.  
  111. If you've opened more than one window while editing, pressing both mouse
  112. buttons simultaneously will move the cursor to the next window much more
  113. easily than issuing the <Ctrl-O><N> command from the keyboard or picking it
  114. out of the menu.
  115.  
  116.  
  117. COPYRIGHT NOTICE
  118. ----------------
  119. The file QM.COM and this documentation are
  120.  
  121.       (C) Copyright Jerry Houston, 1988, All rights reserved.
  122.  
  123. It may be freely used, copied, and distributed in any manner by anyone,
  124. provided that:  no fee is charged; it is not distributed as part of a
  125. commercial product; all risk is assumed by the user; and this unmodified
  126. documentation file is included.  Express permission is granted to Sammy
  127. Mitchell to include QM.COM with his QEDIT editor without restriction, should
  128. he choose to do so.
  129.  
  130.  
  131. WARRANTY and SUPPORT
  132. --------------------
  133. THE AUTHOR ASSUMES NO RESPONSIBILITY FOR ANY LOSS OR DAMAGE THAT MAY BE CAUSED
  134. BY THE USE OF THIS SOFTWARE, AND DOES NOT WARRANT THAT IT WILL DO ANYTHING AT
  135. ALL.  USERS MUST AGREE TO ACCEPT ANY RISK AS A CONDITION OF THE FREE USE OF
  136. THIS SOFTWARE.
  137.  
  138. Because of its very trivial nature, the author does not anticipate that any
  139. support will be needed.  However, if you have any ideas for improvement, leave
  140. me a message and I'll certainly consider implementing them.  Please DON'T send
  141. me any contributions. This is my way of repaying what others have done.  If
  142. you use QEDIT regularly and you haven't yet registered it, take a minute now
  143. to send Sammy a check!
  144.  
  145.           ------------------------------------------------------
  146.                     Jerry Houston  -  COLLEGE CORNER BBS
  147.                       Bellevue, WA  -  (206) 643-0804
  148.  
  149. RELEASE 2 UPDATE
  150. ----------------
  151. This update patches QM.COM to support the expanded keyboard, and to avoid a
  152. problem with certain non-Microsoft mouse drivers which the older QM.COM would
  153. reject.   (Tim Farley, SemWare QEdit Support BBS, (404) 641-8968)
  154.