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

  1. ;**********************************************************************
  2. ;  Name:    PC1.KBM
  3. ;  Keyboard:    PC
  4. ;  Description:
  5. ;    This definition maps the pf1, pf2, pf3, and pf4 functions to
  6. ;    the num-lock, shift num-lock, scroll-lock and shift scroll-lock
  7. ;    keystrokes.  You will still be able to toggle num lock by using
  8. ;    the alt num-lock keystroke.  The hold-screen function can still
  9. ;    be invoked by the keystroke alt scroll-lock.
  10. ;**********************************************************************
  11.  
  12. keyboard-id = PC
  13.  
  14. set num-lock on
  15.  
  16.       num-lock      = vt-pf1
  17. shift num-lock      = vt-pf2
  18.       scroll-lock = vt-pf3
  19. shift scroll-lock = vt-pf4
  20.