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

  1. ;**********************************************************************
  2. ;  Name:    KB1.KBM
  3. ;  Keyboard:    KB-5151
  4. ;  Description:
  5. ;    This definition maps the pf1, pf2, pf3, and pf4 functions to
  6. ;    the keystrokes scroll-lock, ctrl scroll-lock, alt scroll-lock,
  7. ;    and shift scroll-lock.    The hold-screen function is moved to
  8. ;    the ctrl num-lock keystroke.
  9. ;
  10. ;    Note that the keystrokes num-lock, shift num-lock,and alt
  11. ;    num-lock are not used.    This is because they become "dead"
  12. ;    keystrokes when the key labeled "Cursr Pad" is toggled on to
  13. ;    activate the alternate keypad.
  14. ;**********************************************************************
  15.  
  16. keyboard-id = KB-5151
  17.  
  18.       scroll-lock = vt-pf1
  19. ctrl  scroll-lock = vt-pf2
  20. alt   scroll-lock = vt-pf3
  21. shift scroll-lock = vt-pf4
  22.  
  23. ctrl  num-lock      = hold-screen
  24.