home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / zoomdemo.zip / ZOOMKEYS.DOC < prev    next >
Text File  |  1994-03-08  |  3KB  |  136 lines

  1. --------------------------------------
  2.  Quick-Key Configuration Instructions
  3. --------------------------------------
  4. This file contains complete
  5. instructions on how you can configure
  6. the ZoomText quick-keys.
  7.  
  8. The file ZOOMKEYS.DAT contains the
  9. default quick-key configuration.  The
  10. file can be modified to create a custom
  11. configuration.
  12.  
  13.  
  14.  Rules for Modifying ZOOMKEYS.DAT
  15. ----------------------------------
  16. 1.  Lines that begin with a ';' are
  17. comment lines and are ignored by
  18. ZoomText.  Blank lines are also
  19. ignored.
  20.  
  21. 2.  Each non-comment line must contain
  22. a Quick-Key Command (listed below) and
  23. its key combination, seperated by an
  24. '='.
  25.  
  26. 3.  A key combination must contain one
  27. or more Shift Keys followed by one key
  28. from one of the following groups:
  29. Numeric Keypad Keys, Function Keys,
  30. Letter Keys, or Number Keys.  The keys
  31. within each group are listed below.
  32.  
  33. 4.  Each key combination must be
  34. unique.  Inotherwords, a Quick-Key
  35. Command may not have the same key
  36. combination as another quick-key.
  37.  
  38. 5.  The Quick-Key Commands and key
  39. combinations are not case sensative,
  40. which means that they can be typed
  41. using either lower or upper case
  42. letters.
  43.  
  44. 6.  Not all quick-keys need to be
  45. specified in the configuration file. If
  46. a quick-key is not listed, ZoomText
  47. will use the default value for the key.
  48. (Refer to the ZoomText manual for a
  49. summary of default quick-key commands).
  50.  
  51. 7.  The modified configuration file can
  52. be saved under a new name if you wish.
  53. In fact, you can have multiple
  54. configuration files.
  55.  
  56.  
  57.  Quick-Key Commands
  58. --------------------
  59. ZoomOn          JumpUp
  60. ZoomOff         JumpDown
  61. ScrollLeft      JumpCenter
  62. ScrollRight     Larger
  63. ScrollUp        Smaller
  64. ScrollDown      WindowMode
  65. JumpLeft        ReviewMode
  66. JumpRight       Track
  67.  
  68.  
  69.  Shift Keys
  70. ------------
  71. [Alt]        [LShift]
  72. [Ctrl]        [RShift]
  73.  
  74.  
  75.  Numeric Keypad (Numpad) Keys
  76. ------------------------------
  77. [Left]        [Ins]
  78. [Right]     [Del]
  79. [Up]        [NumLock]
  80. [Down]        [ScrollLock]
  81. [Home]        [Numpad+]
  82. [End]        [Numpad-]
  83. [PgUp]        [Numpad*]
  84. [PgDn]        [Numpad5]
  85.  
  86.  
  87.  Function Keys
  88. ---------------
  89. [F1] - [F10]
  90.  
  91.  
  92.  Letter Keys
  93. -------------
  94. [A] - [Z]
  95.  
  96.  
  97.  Number Keys
  98. -------------
  99. [0] - [9]
  100.  
  101.  
  102.  Loading a Keyboard Configuration
  103. ----------------------------------
  104. After modifying ZOOMKEYS.DAT, you must
  105. tell ZoomText to use your new keyboard
  106. assignments.  To do so, use the '/K'
  107. command line parameter, followed by the
  108. name of the configuration file. For
  109. example, say you edited the ZOOMKEYS.DAT
  110. file on this disk and saved it under the
  111. name of ZOOMKEYS.NEW.  To use the new
  112. keyboard configuration type in:
  113.  
  114.   ZOOMTEXT /K ZOOMKEYS.NEW
  115.  
  116.  
  117.  Example Quick-Key Configuration
  118. ---------------------------------
  119. ZoomOn      = [Alt] [Z]
  120. ZoomOff     = [Ctrl] [Z]
  121. ScrollLeft  = [Alt] [Left]
  122. ScrollRight = [Alt] [Right]
  123. ScrollUp    = [Alt] [Up]
  124. ScrollDown  = [Alt] [Down]
  125. JumpLeft    = [Ctrl] [Left]
  126. JumpRight   = [Ctrl] [Right]
  127. JumpUp      = [Ctrl] [Up]
  128. JumpDown    = [Ctrl] [Down]
  129. JumpCenter  = [Ctrl] [Down]
  130. Larger      = [Alt] [1]
  131. Smaller     = [Alt] [0]
  132. WindowMode  = [Alt] [W]
  133. ReviewMode  = [Alt] [R]
  134. Track       = [Alt] [T]
  135.  
  136.