home *** CD-ROM | disk | FTP | other *** search
- ;**********************************************************************
- ; Name: PC1.KBM
- ; Keyboard: PC
- ; Description:
- ; This definition maps the pf1, pf2, pf3, and pf4 functions to
- ; the num-lock, shift num-lock, scroll-lock and shift scroll-lock
- ; keystrokes. You will still be able to toggle num lock by using
- ; the alt num-lock keystroke. The hold-screen function can still
- ; be invoked by the keystroke alt scroll-lock.
- ;**********************************************************************
-
- keyboard-id = PC
-
- set num-lock on
-
- num-lock = vt-pf1
- shift num-lock = vt-pf2
- scroll-lock = vt-pf3
- shift scroll-lock = vt-pf4