home *** CD-ROM | disk | FTP | other *** search
- ;**********************************************************************
- ; Name: ENH2.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 Reflection hold-screen
- ; function is mapped to the pause key.
- ;
- ; The VT220 f1-f10 key functions are mapped to Alt f1-f10.
- ; The VT220 f11-f20 key functions are mapped to Shift f1-f10.
- ; The VT220 User defined keys are not remapped - generally they
- ; are infrequently used.
- ;**********************************************************************
-
- 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
- ; Shift prtsc and ctrl prtsc still
- ; have their default meanings
- Scroll-lock = vt-f16 ; DO
- pause = hold-screen ; Ctrl pause is still host-break
- alt p = print-screen
-
- ;--- Map the VT220 function keys.
-
- alt f1 = hold-screen
- alt f2 = print-screen
- alt f3 = set-up-keys
- alt f4 = command-line
- alt f5 = host-break
- alt f6 = vt-f6
- alt f7 = vt-f7
- alt f8 = vt-f8
- alt f9 = vt-f9
- alt f10 = vt-f10
- alt f11 = error-recap
- alt f12 = compose-key
- shift f1 = vt-f11
- shift f2 = vt-f12
- shift f3 = vt-f13
- shift f4 = vt-f14
- shift f5 = vt-f15 ;also HELP - see print-screen
- shift f6 = vt-f16 ;also DO - see scroll-lock
- shift f7 = vt-f17
- shift f8 = vt-f18
- shift f9 = vt-f19
- shift f10 = vt-f20
-
- alt z = command-line ; make the command line convenient