home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / HANDICAP / BIG26.ZIP / BIG.DOC next >
Text File  |  1989-07-15  |  25KB  |  572 lines

  1. ,oj off
  2.  
  3.                         THE BIG UTILITIES
  4.  
  5.                            Version 2.6       
  6.  
  7.                 Copyright 1989 by Jack L Bellamy
  8.  
  9.         Magnifying Utilities for the Visually Handicapped
  10.  
  11.  
  12. I. INTRODUCTION
  13.  
  14. The BIG family of text mode magnifying utilities is being 
  15. developed to aid people whose eyesight is significantly impaired.  
  16. The project was started because a friend became a victim of 
  17. macular degeneration. This is a condition of rapidly declining 
  18. vision (over a period of months or weeks).  The result is a 
  19. visual handicap that makes it virtually impossible to use a 
  20. personal computer. 
  21.  
  22. While originally intended as a means of allowing someone with 
  23. declining visual capability to continue to use a computer, it 
  24. might also open the computer world to visually handicapped people 
  25. who have never used a computer before.  If you have normal sight 
  26. and know of someone who might be able to use these utilities,  
  27. learn how it works first and then show it to your friend with 
  28. restrained optimism.  Having reasonably normal sight myself, I 
  29. cannot evaluate how useful these programs might be to those who 
  30. need them.  
  31.  
  32. Hardware aids are of various kinds, generally requiring an 
  33. investment of $2000 or more. There is at least one software 
  34. package available at a list price of $495.  The BIG collection of 
  35. utilities is available as shareware, giving the recipient an 
  36. opportunity to evaluate its usefulness first and, if desired, 
  37. become a registered user for a nominal fee that barely covers the 
  38. cost of distribution.  But more about that later.
  39.  
  40.  
  41. II.  THE CURRENT DISTRIBUTION
  42.  
  43. The archive file or distribution diskette should contain the 
  44. following files:
  45.  
  46. BIG.EXE: a memory resident text mode screen magnifier.
  47. BIG.DOC: this file.
  48. BIGMONO.EXE: a text magnifier for systems without graphics.
  49. BIGMONO.DOC: documentation for BIGMONO.EXE.
  50. TYPER.EXE: a touch typing teaching aid for graphics screens.
  51.  
  52. If you distribute this software package, please see that the 
  53. recipient gets all of the above files.
  54.  
  55.  
  56. III. BIG VERSUS BIGMONO
  57.  
  58. Unfortunately, some personal computers do not have a graphics 
  59. capability.  Typically, these are the ones having the IBM 
  60. Monochrome Display Adapter (MDA).  So a special memory resident 
  61. text mode screen magnifier had to be written for this adapter.
  62. It's called BIGMONO.EXE.  
  63.  
  64. BIGMONO.EXE is a memory resident text mode magnifier that 
  65. constructs the characters by using one of the IBM upper block 
  66. characters in a rectangular grid, similar to the way a dot matrix 
  67. printers works.  The characters are crude in appearance to 
  68. someone who has normal eyesight, but they serve the purpose.  
  69. There is no way for the user to vary the magnification factor.  
  70. You get one size, which is about a third the height of the PC 
  71. screen.  Although I may later develop other utilities for this 
  72. adapter, doing so will take lower priority than expanding the 
  73. graphics compatible collection.
  74.  
  75. BIG.EXE is also a memory resident text mode magnifier. It stores 
  76. the text appearing on your text mode screen and rewrites it in a 
  77. stroked font in a graphics mode.  You can adjust the magnifi
  78. cation to suit your needs and move about the "enlarged" screen to 
  79. read all of it.  When you press escape, the original text mode 
  80. screen is restored so that you can continue to make entries via 
  81. the keyboard.
  82.  
  83. BIG.EXE is compatible with CGA, EGA, VGA, and Hercules compatible 
  84. adapters.  It will not work on a system with the IBM MDA.  
  85. BIGMONO will work with all five of these adapters.
  86.  
  87. BIGMONO was the first utility developed, but it has become 
  88. something of a special case.  For further information on using 
  89. BIGMONO, please read the file BIGMONO.DOC.  The file you are 
  90. reading now deals only with the use of BIG.EXE on a computer with 
  91. a graphics capability. 
  92.           
  93.  
  94. IV. THE "FAMILY" CONCEPT 
  95.  
  96. Beginning with version 2.4 of BIG, the concept of a family or 
  97. group of software utilities has been employed.  When two or more 
  98. utilities are included, the presumption is that a single user 
  99. will use all of them and will need the same magnification factor 
  100. for all of them.  Therefore, a system has been devised to 
  101. preserve the current magnification factor, no matter which 
  102. utility is being used. 
  103.  
  104. Currently, both BIG and TYPER carry the full capability for 
  105. determining the magnification factor initially.  Later on, when 
  106. we add the capability to change screen colors and set up other 
  107. parameters, these tasks may be moved to a separate installation 
  108. program.
  109.  
  110. Briefly,  each program saves the current magnification factor in 
  111. a file BIG.SYS every time the magnification factor is set by the 
  112. initial process, changed on the fly by special keystrokes during 
  113. program execution, or set on the command line when starting the 
  114. program.  Thereafter, each time the program is executed, it will 
  115. look for BIG.SYS to determine the default magnification factor.  
  116. The process will be described in more detail in the next section.
  117.  
  118.  
  119. V. STARTING BIG (OR TYPER)
  120.  
  121. BIG.EXE and TYPER.EXE both are executed in the same manner.  The 
  122. only difference between the way the two programs are loaded is 
  123. that BIG.EXE is loaded into memory, becomes resident, and can be 
  124. called up with hot keys at any time without losing or altering 
  125. the non-magnified text screen, while TYPER.EXE must be called up 
  126. from the DOS prompt each time it is used.
  127.  
  128. BIG is installed into memory by typing "BIG" from the drive and 
  129. directory in which the file BIG.EXE resides.  Don't type the 
  130. quotes. TYPER is executed by typing "TYPER" from the drive and 
  131. directory in which the file TYPER.EXE resides.  For both of these 
  132. programs to use a common BIG.SYS file, both EXE files must be 
  133. located in the same drive and directory.
  134.  
  135. Do not activate BIG from any shell (that is from within another 
  136. program which allows you to execute commands).  There may be some 
  137. problems if you do. Also since BIG is a memory resident program, 
  138. you may find some incompatibilities with other memory resident 
  139. programs.  These can sometimes be resolved by changing the order 
  140. of loading the various memory resident programs. 
  141.  
  142. Both programs will provide magnifications ranging from 1 to 12 
  143. for Hercules, EGA, and VGA adapters and from 1 to 7 for CGA 
  144. adapters.  A magnification of 1 is a little more than twice the 
  145. size of normal PC letters.  The maximum magnification provides 
  146. letters large enough to fill the screen including upper case 
  147. letters and lower case descenders.  It is to the user's advantage 
  148. to use the smallest magnification possible, since as magnifica
  149. tion is increased, fewer letters will appear on the screen and 
  150. more time will be required to read a line or a full screen.
  151.  
  152. If you know the magnification you require or wish to override the 
  153. default magnification contained in BIG.SYS, you may activate BIG 
  154. or TYPER by typing the program name followed by a space and then 
  155. the magnification factor.  For example, if a magnification factor 
  156. of 7 meets your needs, simply type "BIG 7" without the quotes and 
  157. BIG will come up with a magnification factor of 7.
  158.  
  159. To start with, you should go through the initialization process 
  160. by typing the program name without a command line parameter.  
  161. Either BIG or TYPER may be used.  The program will give you 
  162. instructions in the maximum magnification for your adapter.  
  163. These instructions are to hit the return key if you can read the 
  164. type and to hit the y or Y key when the magnification is reduced 
  165. to an unacceptable level.
  166.  
  167. After the instructions have been presented, the program  then 
  168. displays the legend "M=11" with a magnification factor of 11 if 
  169. you have a Hercules, EGA, or VGA compatible adapter.  If you have 
  170. a CGA adapter, the program displays the legend "Mag = 6" with a 
  171. magnification of 6.   Each time you hit the return key, the 
  172. magnification factor is reduced by 1.  When you can no longer 
  173. read the type comfortably, hit the y key and the magnification 
  174. factor will be set to the current value plus one (that is, to the 
  175. last value that was acceptable).
  176.  
  177. Since BIG.EXE is memory resident, you cannot reset the 
  178. magnification factor from the command line a second time in the 
  179. same session.  There is no need to, since both programs allow you 
  180. to change the magnification at anytime by appropriate keystroke 
  181. combinations.  TYPER, on the other hand, will always respond to a 
  182. command line change.
  183.  
  184. Anytime you set or change the magnification factor, the program 
  185. will write (or change) a file called "BIG.SYS" containing that 
  186. magnification factor. This file is placed in the directory where 
  187. the calling program resides. Thereafter, when you type the 
  188. program name on the command line without a parameter, BIG.SYS is 
  189. read to determine the default magnification.  
  190.  
  191. The priorities are as follows:
  192.  
  193. (1) If you type "BIG x" or "TYPER x", the program updates the 
  194. BIG.SYS file if it exists or creates one if it does not with x as 
  195. the recorded magnification factor.  The program is then executed 
  196. with a magnification factor of x.
  197.  
  198. (2) If you type "BIG" or "TYPER", the program will search for a 
  199. file BIG.SYS in the same directory where the program resides.  If 
  200. it finds such a file, it will use the magnification factor 
  201. contained therein and bring the program up.   If it does not find 
  202. BIG.SYS, it will go through the process described above to 
  203. determine the default magnification factor.
  204.  
  205.  
  206. VI. USING BIG.EXE
  207.  
  208. After BIG.EXE has been loaded into memory, you will be returned 
  209. to the DOS prompt.  Thereafter, when you wish to view the text 
  210. screen in large letters, simply press the Ctrl-Left Shift hot
  211. key combination to activate the program.  Activation refers to 
  212. going from the DOS prompt or an application to the scan mode.  
  213. Deactivation as used herein refers to returning to the DOS prompt 
  214. or application from the scan mode.  You must be in an 80 column 
  215. text mode to activate BIG.
  216.  
  217. When activated by hitting the hot keys, BIG saves the entire 
  218. screen and the current cursor position, deactivates the keyboard 
  219. (except for certain keys), and displays  the beginning of the 
  220. current row with the selected magnification factor.  When the ESC 
  221. key is hit, deactivation takes place.  Upon deactivation, the 
  222. screen is restored, the cursor is returned to the saved position, 
  223. and full control of the keyboard is restored.  
  224.  
  225. If the magnification factor is small enough, more than one line 
  226. will be displayed on the screen, starting with the cursor row at 
  227. the bottom.  This may or may not be desirable.  For example, if 
  228. you are trying to read through a document by scrolling through 
  229. each line and then on to the next, it will slow you down if the 
  230. program must write four or five lines for each new one you read.
  231. In version 2.3 you could limit the display to only the current 
  232. line by installing BIG by typing "BIG x c" without the quotes, 
  233. where x is the magnification factor and c is any character.  This 
  234. command line option is no longer available.
  235.  
  236. You may, however, toggle this mode by hitting the F10 key at any 
  237. time in the scan mode.  Thus if you are in the single line mode 
  238. at a low magnification and want to see multiple lines hit, the 
  239. F10 key.  If you are in the multiple line mode and want to see 
  240. only a single line, hit the F10 key. 
  241.  
  242.  
  243. VII. ACTIVE KEYS FOR BIG.EXE
  244.  
  245. When BIG has been activated by hitting the hot keys, only the 
  246. keys on the keypad, the F10 key, the tab key, and the ESC key are 
  247. activated.  The active key combinations are as follows:
  248.  
  249. ALT-UP ARROW:  This increases the magnification factor by 1 up 
  250. to a magnification factor of 12.  (SHIFT-UP ARROW does the same
  251. thing.)
  252.  
  253. ALT-DOWN ARROW:  This decreases the magnification factor by 1 
  254. down to a magnification factor of 1.  (SHIFT-DOWN ARROW does the
  255. same thing.)
  256.  
  257. [NOTE: The magnification factor may be changed at any time that 
  258. you are in the scan mode.  It will remain at the current value 
  259. until you change it, even if you deactivate the scan mode and 
  260. then reactivate it.  Changing the magnification causes the 
  261. BIG.SYS file to be updated.  To get the arrow keys, Numlock must 
  262. not be on.]
  263.  
  264. ESC:  This key leaves the scan mode, reactivates the key board, 
  265. and returns you to the DOS prompt or application.
  266.  
  267. F10:  Toggles between the single line and multiple line mode for 
  268. those magnifications where more than one line may be viewed at a 
  269. time.
  270.  
  271. [NOTE: In moving through a document with the cursor keys, think 
  272. of the keys as they relate to how you would move your eyes, NOT 
  273. how the words would move.]
  274.  
  275. LEFT ARROW: This key scrolls the scan window to the left toward 
  276. the start of the row. If you try to go beyond the start of the 
  277. row, a tone will sound and the scan window will move no further.
  278.  
  279. RIGHT ARROW: This key scrolls the scan window to the right toward 
  280. the end of the row.  If you try to go beyond the end of the row, 
  281. a tone will sound and the scan window will move no further. (See 
  282. Right Tab for information on continuing to the next line.)
  283.  
  284. LEFT (OR SHIFTED-)TAB:  This is the same as the left arrow except 
  285. that the movement is several characters to the left.  The number 
  286. of characters moved is dependent on the magnification.  It is 
  287. conceivable that a character (or part of a character) can be 
  288. missed when using the tab key.  If this happens, use the arrow 
  289. keys to recover the lost character.  If you attempt to go beyond 
  290. the beginning of the line, a tone will sound and the scan window 
  291. will move no further.
  292.  
  293. RIGHT (OR UNSHIFTED-)TAB:  This is the same as the right arrow 
  294. except that the movement is several characters to the right. The 
  295. number of characters moved is dependent on the magnification.  It 
  296. is conceivable that a character (or part of a character) can be 
  297. missed when using the tab key.  If this happens, use the arrow 
  298. keys to recover the lost character.  If you attempt to tab past 
  299. the end of the line, the scan window will move to the beginning 
  300. of the next line unless you are on the last line of the screen.  
  301.  
  302. UP ARROW: Moves to the same position in the row above the current 
  303. row.  If you attempt to move above the top line, a tone will 
  304. sound and the scan window will remain on the top line.
  305.  
  306. DOWN ARROW:  Moves to the same position in the row below the 
  307. current row. If you attempt to move below the bottom row, a tone 
  308. will sound and the scan window will remain on the bottom row.
  309.  
  310. PAGE UP: The PgUp key moves the scan window up by the number of 
  311. rows that CAN be displayed at the current magnification.
  312.  
  313. PAGE DOWN: The PgDn key moves the scan window down by the number 
  314. of rows that CAN be displayed at the current magnification.
  315.  
  316. [NOTE: There are cases where the user can easily forget where he 
  317. is.  Typically, this happens when you scan into an area of 
  318. blanks.  You may even think the program is not working,  as you 
  319. load the buffer with cursor movements and the screen stays 
  320. blank.  The four key combinations below are designed to help you 
  321. find yourself.] 
  322.  
  323. HOME: Hitting the home key will move the scan window to the start 
  324. of the top row (row 1, column 1).
  325.  
  326. END: Hitting the end key will move the scan window to the start 
  327. of the bottom row (row 25, column 1).
  328.  
  329. SHIFT-5: Either the left or right shift in combination with the 5 
  330. on the numeric keypad will display the current row and column for 
  331. the lower left hand corner of the scan window.  The display will 
  332. disappear after a short time.
  333.  
  334. SHIFT-HOME: Either the left or right shift in combination with 
  335. the home key will display the original cursor position (before 
  336. activating the scan window).
  337.  
  338. If you are editing a document and want to change a certain spot, 
  339. move to it in the scan mode and find both the original cursor 
  340. position and the current position of the scan window.  By taking 
  341. the difference between the rows and also between the columns, you 
  342. can determine how to move the cursor when you return to the 
  343. editor.
  344.     
  345.  
  346. VII. USING TYPER
  347.  
  348. When you first execute TYPER, you will be rewarded with 
  349. a blank screen.  When you type, the characters will appear one 
  350. after another across the screen until the line is full.  
  351. Thereafter, the characters already present on the screen will 
  352. scroll to the left to make room for additional characters you 
  353. add.  Should you make a mistake, press the backspace key to back 
  354. up and retype the last character.
  355.  
  356. The program allocates enough memory to hold up to eighty 
  357. characters.  If you could type more than that, you would 
  358. overwrite other parts of memory with potentially disastrous 
  359. results.  To prevent that, you will hear a little beep when you 
  360. have typed about 68 characters.  At 78 characters the program 
  361. terminates.  
  362.  
  363. When you want to start a new line, press return.  The screen will 
  364. go blank and you can start all over.  This also resets the 
  365. character counter to zero.
  366.  
  367. The program is not intended to be a touch typing tutor, but 
  368. merely an aid that will let you see what you're typing while you 
  369. learn where the keys are.  You can teach yourself using TYPER or 
  370. you can use it as a practice aid while taking lessons. 
  371.  
  372. Hand position is important.  You will want to put your left index 
  373. finger on the "f" key and spread the other three fingers on "d", 
  374. "s", and "a" on the same row.    Your right index finger goes on 
  375. the "j" with the remaining three fingers of the right hand on the 
  376. "k", "l", and ";" keys.  These are the normal or reference 
  377. positions for the left and right hands.  The object is to learn 
  378. to find all the other keys from this rest position.
  379.  
  380. Some keyboards have aids to help you find the reference keys.  
  381. For example, the keyboard I am using now has a little raised bump 
  382. on the "f" and "j" keys to help you find the reference positions 
  383. for each hand.  It also has a bump on the "5" key on the numeric 
  384. keypad.  If yours does not, you can put a piece of tape on each 
  385. of these three keys.
  386.  
  387. Function keys and separate cursor key pads can be located by 
  388. familiarizing yourself with the layout of the board.  If you 
  389. press  the screen will clear and the name of the key 
  390. will appear on your screen for a brief moment.  Combinations of 
  391. Alt, Ctrl, or Shift in combination with these keys have no effect.
  392. One exception is that shift in combination with the keypad keys 
  393. produces the numbers, the same as when Numlock is on. 
  394.  
  395.  
  396. VIII. ACTIVE KEYS FOR TYPER.EXE
  397.  
  398. When using TYPER, all of the normal typewriter keys are active.  
  399. That is, the alphabetic, numeric, and punctuation keys are active 
  400. and will write to the screen.  The ten functions keys, the tab 
  401. key, the cursor keys, the insert key and the delete key all cause 
  402. the screen to clear and the name of the key will be displayed for 
  403. a second or two.  A few other keys are active for special 
  404. purposes. These are as follows:
  405.  
  406. ALT-UP ARROW:  This increases the magnification factor by 1 up 
  407. to a magnification factor of 12.  
  408.  
  409. ALT-DOWN ARROW:  This decreases the magnification factor by 1 
  410. down to a magnification factor of 1.  
  411.  
  412. [NOTE: The magnification factor may be changed at any time.  It 
  413. will remain at the current value until you change it.  Changing 
  414. the magnification causes the BIG.SYS file to be updated. BIG.EXE 
  415. uses both the above Alt key combinations and Shift key 
  416. combinations to change magnification.  The shift key combinations 
  417. will not work here.] 
  418.  
  419. ESC:  This key terminates the program.
  420.  
  421. BACKSPACE: When at least one character appears on the screen, 
  422. the left arrow will cause the last character to be erased.  You 
  423. may then type it over.
  424.  
  425. RETURN: This erases the line you have been working on and starts 
  426. you over at the left side of the screen.
  427.  
  428. The Alt and Ctrl keys in combination with other keys do not 
  429. produce anything. The Shift keys work only in combination with 
  430. the normal typewriter keys and the numeric keypad. Ctrl, Shift, 
  431. Alt, Capslock, Numlock, and Scroll Lock by themselves produce no 
  432. output and their locations must be determined by other means.  
  433.  
  434. IX. UPGRADES
  435.  
  436. This program is continually being upgraded.  Beginning with 
  437. version 2.0, the graphics mode version BIG has been included. The 
  438. non-graphics version BIGMONO has been released previously in 
  439. versions 1.1, 1.2, and 1.3. 
  440.  
  441. Another utility planned for future versions will be a program 
  442. to read a file directly without having to load it to the screen.  
  443. For example, if you have a file named "TEXT", you simply type 
  444. "BIGREAD TEXT" and the file will be scanned in the default 
  445. magnification from beginning to end with some options of 
  446. stopping, backing up, etc.  This program is almost ready for 
  447. release now.
  448.  
  449. Another utility interactive option in the scan mode.  This will 
  450. allow the user to make entries in large letters without having to 
  451. switch between the scan mode and the normal mode repeatedly.  
  452. This will take a while. 
  453.  
  454. Finally, a text editor will be developed.  This will at first be 
  455. a line editor, similar to "EDLIN".  Later it will be a full 
  456. document editor with word wrap.  We shall not attempt to include 
  457. a lot of enhancements and frills in this editor.  We simply want 
  458. to make an editor that will allow the user to generate plain text 
  459. documents. 
  460.  
  461. My computers include one with the IBM MDA (non-graphics) adapter, 
  462. one with a Hercules compatible adapter, and an EGA system.  I do 
  463. not have a computer with a CGA video adapter.  I have attempted 
  464. to adapt the program to a CGA system with limited exposure to 
  465. such a system.  If you have a CGA system, I would appreciate your 
  466. comments on how well the program works on your system. 
  467.  
  468. Your comments and suggestions are solicited, whether you register 
  469. your copy or not.  In addition to suggestions about the program 
  470. itself, please let me know what programs you have used it with 
  471. and whether or not there are any incompatibilities.   
  472.  
  473. REGISTRATION
  474.  
  475. The BIG collection is distributed as shareware.  You may use it 
  476. for evaluation purposes only.  You may copy it and distribute to 
  477. others as often as you please provided:
  478.  
  479.   1. You do not alter it in any way.
  480.  
  481.   2. You distribute this notice and documentation along with it.
  482.  
  483. As a minimum any distribution should include these files:
  484.     BIG.EXE
  485.     BIGMONO.EXE
  486.     TYPER.EXE
  487.     BIG.DOC
  488.     BIGMONO.DOC
  489.  
  490. If you upload this to a bulletin board, please upload BIG25.ARC
  491. (if you have it) which includes the aforementioned files.
  492.  
  493. The shareware concept provides for the dissemination of useful 
  494. software without the high cost of advertising, packaging, and 
  495. distribution.  You have the opportunity to try out a program 
  496. before you spend any money.  Please do not abuse the shareware 
  497. concept.  
  498.  
  499. If you find that BIG or BIGMONO is useful, you are requested to 
  500. make a contribution of $10 to support further development of 
  501. computer aids for the visually impaired.  In addition to the 
  502. manhours required to develop these programs, there are additional 
  503. expenses involved in distributing these programs, such as long 
  504. distance calls for uploading to bulletin boards and mailings of 
  505. diskettes.  Your contribution will entitle you to a copy of this 
  506. documentation printed in large type and to any updates occurring 
  507. within one year of the date of your registration.
  508.  
  509. Please send your contribution to
  510.  
  511.   J L Bellamy
  512.   Consultant
  513.   1851 Nelson Road
  514.   Scotts Valley, California 95066
  515.   (408) 335-5787 
  516.  
  517.  
  518. COMMUNICATIONS
  519.  
  520. The most recent version of BIG will always be available on the 
  521. Video Vision Bulletin Board, (415) 785-8085, Roel Sarceno, Sysop.  
  522. In southern California the most recent version will always be on 
  523. the Ocular Skisis Bulletin Board, (213) 596-9467, a public 
  524. service BBS dealing with vision problems operated by Dr. Michael 
  525. Larkin.  Look for it in a file called "BIGxx.ARC" where xx is a 
  526. numeric indicating the version.  Both BIG and BIGMONO will be 
  527. provided.
  528.  
  529. You may write to me at the above address, leave a message on the 
  530. Video Vision BBS, or contact me through Compuserve (71620,234).  
  531.  
  532. UPDATE HISTORY
  533.  
  534. Version 2.0:
  535.  
  536.   Added graphics version.
  537.   Changed how the program works when you reach the edges of the 
  538.   window.
  539.  
  540. Version 2.1:
  541.  
  542.   Changed documentation to describe what's coming in version 
  543.   3.0.
  544.  
  545. Version 2.2:
  546.  
  547.   First version making special provision for the CGA adapter.
  548.  
  549. Version 2.3:
  550.  
  551.   Added notation about southern California BBS.
  552.  
  553. Version 2.4:
  554.  
  555.   Introduced the concept of a configuration file to hold the 
  556.   default magnification.
  557.  
  558. Version 2.5:
  559.  
  560.   Added version 1.0 of TYPER.EXE to the collection and amended 
  561.   BIG.DOC.  Modified BIG.EXE so that magnification can be changed 
  562.   on the fly by Alt-up arrow and Alt-down arrow (as well as 
  563.   Shift-up arrow and Shift-down arrow).  This was done so that 
  564.   TYPER.EXE.
  565.  
  566. Version 2.6:
  567.  
  568.   Added the capability to display special key names to TYPER and 
  569.   changed the erase key from left arrow to backspace.
  570.                      
  571.                          <<<<<<<>>>>>>>
  572.