home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / PKII_127.ZIP / QWIK-REF.DOC < prev    next >
Encoding:
Text File  |  1989-04-10  |  5.3 KB  |  119 lines

  1.   
  2.  
  3.  =========================================
  4.  |            HOT key COMMANDS           |
  5.  =========================================
  6.  | Press & release KEYPAD 5, press KEY   |
  7.  |_At beep enter other chars. if needed  |
  8.  |P|rinter output to screen on/off       |
  9.  |Y|Turn Scroll Lock key handler on/off  |
  10.  |C|apitalize when SHIFTED & CAPS, on/off|
  11.  |V|iew keystrokes in buffer on/off      |
  12.  |H|ook prog, CAPS ON=use new scan codes |
  13.  |E|xit to DOS: EXIT to return. path=A:\ | <- COMMAND.COM must be here. Type
  14.  |D|isplay off after 1-60 min, 0=disable |    EXIT at DOS prompt to return.
  15.  |L|ock machine with 0-4 char. password  |    Change default drive with /En.
  16.  |R|un-on curb, A=nulls, B=fibs, # = 0-9 | <- CAPS = ON keeps other plan active
  17.  |A|utoPilot, repeat a key, any key stops| <- ==================================
  18.  |F|ast repeat, 5-255 reps/sec, 0=no rep |    | Press KEYPAD 5, A, then key to |
  19.  |S|low repeat, 1-255 seconds per repeat |    | repeat. The key can be a MACRO.|
  20.  |W|ait 1-60 tenths second before repeat |    | Press any key, and repeat ends.|
  21.  |___ ^ Wait = 0 disables W S F A and R  |    ==================================
  22.  |ESC|ape from lockup (SCRL LK, ESC too) |
  23.  |Use|SCROLL LOCK, F1 for fast warm boot |
  24.  =========================================
  25.   Now press desired command, or KEYPAD 5
  26.  
  27. What's above is a replica of the help screen you will see, after PKII.MOD is 
  28. loaded, and you press KEYPAD 5, then the F1 key.  You can avoid entering a 
  29. command at this point, by pressing KEYPAD 5 again.  After you have become 
  30. familiar with PKII.MOD's commands, you can leave this help screen behind, and 
  31. free almost 900 bytes of ANSI.MOD's MACRO buffer, for use by other MACROS.  
  32. Just set the "/J0" switch ("J" is for "jog your memory", see below) when you 
  33. load PKII.MOD. 
  34.  
  35. Page 2
  36.  
  37. COMMANDS executed at PKII.MOD load time: For example, the line:
  38.  
  39.             LOAD C:\PKII\PKII.MOD/M15/W5/d2/f110/e68 
  40.  
  41.   will set the floppy disk motor to shut off after 1.5 secs. (15/10ths), the 
  42.   wait before repeating a keystroke to 1/2 sec. (5/10ths), the display to 
  43.   switch off after 2 minutes, the keystroke repeat speed to 110 keystrokes per 
  44.   second, and sets the default drive, where PKII.MOD looks for COMMAND.COM when 
  45.   it "shells" out of a program, to "D" (68 is the decimal ASCII code for "D").  
  46.   The commands may be entered in any order, in lower or UPPER case.  The 
  47.   C:\PKII\ means you have stored PKII.MOD on Drive C:, in directory PKII
  48.  
  49. * /An, n = 0 to 10, # of fake keystrokes plan A sends between real keystrokes.
  50.  
  51. * /Rn, n = 0 to 10, # of "lies" run-on plan B tells between keystrokes.
  52.  
  53. * /Bn, n = 15 to 255, sets the maximum number of keystrokes held in the 
  54.   extended keystroke buffer
  55.  
  56. * /Cn, n=0 or 1, toggles CAPS/SHIFT LOCK.  When toggled ON, and CAPS are ON,
  57.   pressing a shift key will NOT produce a lower case letter.  Keypad 5, C, does
  58.   the same thing. 
  59.  
  60. * /Dn, n = 0 to 60, sets the time, in minutes, of no keyboard activity until 
  61.   the display dims.  n = 0 disables display blanking.
  62.  
  63. * /En, n = 65 to 90 (ASCII codes for A-Z), drive where COMMAND.COM is (it 
  64.   MUST be in the root directory).
  65.  
  66. * /Fn, n = 0 to 255, sets the repeat speed, in # of repeats per second.
  67.  
  68. * /H)ook program, see PKII.DOC 
  69.  
  70. * /J0, means PKII.MOD's help screen is not put in ANSI.MOD's MACRO buffer, 
  71.   freeing almost 900 bytes for other MACROS.
  72.  
  73. * /K)eyboard redefine, used with Hook, see PKII.DOC
  74.  
  75. * /L)ock machine at bootup, unlock with a password, see PKII.DOC
  76.  
  77. * /Mn, n = 0 to 255, sets the time in tenths sec. until the floppy disk motor 
  78.   turns off.  n = 0 causes PKII.MOD not to change the floppy disk motor shut-
  79.   off parameter. 
  80.  
  81. * /Nn, n = 0 or 1, forces shell to DOS (KEYPAD 5, E) to use either the current 
  82.   active display page (n = 0), or change the display page (n = 1).
  83.  
  84. * /On, n = 0 to 25 (1 = TOP), sets the cursor at row "n" after installation. 
  85.   n = 0 -- Clears the screen and puts the cursor at the top of the screen. 
  86.  
  87. * /P1 routes output sent to the printer, to the screen.
  88.  
  89. * /Sn, n = 18 to 255, speeds up the machine (the higher n, the faster).
  90.  
  91. * /Tn activates blanking of HERCULES brand display adaptors.
  92.   n = 1 -- Checks for Hercules adaptor.  If present, activates blanking.
  93.   n = 2 -- Uses Hercules blanking technique without checking.
  94.  
  95.  
  96. * /Vn, n = 1 to 255, tells PKII.MOD how many timer ticks your machine produces 
  97.   in 5 seconds.  PKII.MOD assumes 91, if this switch is not set.
  98.  
  99.  
  100. * /Wn, n = 0 to 60, sets the wait period, in tenths sec., before repeat 
  101.   begins.  /W0 turns off all features associated with W, S, F, A, and R
  102.  
  103. * /Xn changes the rate at which the repeat reaches top speed.
  104.   n = 0 -- Repeat begins at full speed
  105.   n = 1 -- Repeat reaches top speed quickly
  106.   n = 2 -- (Default) Repeat same as in version 1.1
  107.  
  108. * /Y0 turns off PKII.MOD's Scroll Lock key handler (handles screen scrolling
  109.   much easier than CTRL-NUM LOCK or PAUSE)
  110.  
  111. * /Z1 replaces PKII.MOD's variable tone & length "beep" with the "system beep".
  112.  
  113. * /[n, n = 0 to 255, sets the frequency of PKII.MOD's "beep", 16 = "middle C", 
  114.   smaller n = higher frequency (n/2 is an octave higher than n).
  115.  
  116. * /\n, n = 0 to 255, sets the length of PKII.MOD's "beep", n x 2 = length in 
  117.   milliseconds of the "beep" (250 = 1/2 sec.). 
  118.  
  119.