home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / LA / LA021.ZIP / QM.DOC < prev    next >
Text File  |  1989-11-17  |  6KB  |  149 lines

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