home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / REFLECT.ZIP / ENH1.KBM < prev    next >
Encoding:
Text File  |  1989-06-15  |  756 b   |  24 lines

  1. ;**********************************************************************
  2. ;  Name:    ENH1.KBM
  3. ;  Keyboard:    Enhanced
  4. ;  Description:
  5. ;    This definition maps the pf1, pf2, pf3, and pf4 functions to
  6. ;    the four keys on the top row of the numeric keypad key block.
  7. ;    You will still be able to toggle num lock by using either the
  8. ;    shift num lock or the alt num lock keystrokes.    The vt-minus
  9. ;    function is moved to the keystroke kp-plus, and vt-comma is
  10. ;    moved to shift kp-plus.
  11. ;**********************************************************************
  12.  
  13. keyboard-id = ENHANCED
  14.  
  15. set num-lock on
  16.  
  17.       num-lock = vt-pf1
  18.       kp-slash = vt-pf2
  19.       kp-star  = vt-pf3
  20.       kp-minus = vt-pf4
  21.  
  22.       kp-plus  = vt-minus
  23. shift kp-plus  = vt-comma
  24.