home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BASIC / BASIC00.ZIP / SHIFTBS.DOC < prev    next >
Encoding:
Text File  |  1987-01-11  |  1.0 KB  |  15 lines

  1. SHIFTBS.COM -- converts the backslash key (\) into a left shift key.
  2. SHIFTIBM.COM -- restores all keys to IBM conventions.
  3.                It may be useful to fast typists, people with short
  4. fingers (me), or someone new to the IBM PC keyboard, to allow the 
  5. backslash key to serve as a shift key.  The only thing to watch for
  6. is that if you depress both the left shift key and the backslash key 
  7. simultaneously, then releasing either one of them will unshift both keys.  
  8.                SHIFTBS modifies the BIOS code for the keyboard 
  9. interrupt INT 09 function so that the "make" and "break" scan
  10. key codes for the backslash key are converted to those for the
  11. left shift key.  SHIFTIBM restores the INT 09 vector so all keys
  12. revert to the IBM standard, thus allowing you to type a \ or |
  13. without having to reboot DOS.
  14.                                 Good luck,  Walt Rauser    7-19-82
  15.