home *** CD-ROM | disk | FTP | other *** search
- ;**********************************************************************
- ; Name: ENH3.KBM
- ; Keyboard: Enhanced
- ; Description:
- ; This definition maps the pf1, pf2, pf3, and pf4 functions to
- ; the four keys on the top row of the numeric keypad key block.
- ; You will still be able to toggle num lock by using either the
- ; shift num-lock or the alt num-lock keystrokes.
- ;
- ; The VT terminal HELP and DO key functions are mapped to the
- ; print-screen and scroll-lock keys. The functions of other
- ; print-screen keystrokes are:
- ; alt print-screen = (Reflection) print-screen
- ; ctrl print-screen = toggle-print-logging
- ; shift print-screen = DOS print screen
- ; The hold-screen function is mapped to the pause key.
- ;**********************************************************************
-
- keyboard-id = ENHANCED
-
- set num-lock on
-
- ;--- Map the VT100 keypad onto the Enhanced keyboard's keypad.
-
- num-lock = vt-pf1 ; shift num-lock still toggles numlock
- kp-slash = vt-pf2
- kp-star = vt-pf3
- kp-minus = vt-pf4
-
- kp-enter = vt-enter
- kp-plus = vt-minus
- shift kp-plus = vt-comma
-
- ;--- Map HELP, DO and HOLD SCREEN.
-
- print-screen = vt-f15 ; HELP
- scroll-lock = vt-f16 ; DO
- pause = hold-screen ; (ctrl pause is still host-break)