home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / REFLECT.ZIP / ENH2.KBM < prev    next >
Encoding:
Text File  |  1989-04-27  |  2.2 KB  |  70 lines

  1. ;**********************************************************************
  2. ;  Name:    ENH2.KBM
  3. ;  Keyboard:    Enhanced
  4. ;  Description:
  5. ;    This definition maps the pf1, pf2, pf3, and pf4 functions to
  6. ;    the four keys on the top row of the numeric keypad key block.
  7. ;    You will still be able to toggle num lock by using either the
  8. ;    shift num-lock or the alt num-lock keystrokes.
  9. ;
  10. ;    The VT terminal HELP and DO key functions are mapped to the
  11. ;    print-screen and scroll-lock keys.  The Reflection hold-screen
  12. ;    function is mapped to the pause key.
  13. ;
  14. ;    The VT220 f1-f10 key functions are mapped to Alt f1-f10.
  15. ;    The VT220 f11-f20 key functions are mapped to Shift f1-f10.
  16. ;    The VT220 User defined keys are not remapped - generally they
  17. ;    are infrequently used.
  18. ;**********************************************************************
  19.  
  20. keyboard-id = ENHANCED
  21.  
  22. set num-lock on
  23.  
  24. ;---  Map the VT100 keypad onto the Enhanced keyboard's keypad.
  25.  
  26.        num-lock     =  vt-pf1        ; shift num-lock still toggles numlock
  27.        kp-slash     =  vt-pf2
  28.        kp-star        =  vt-pf3
  29.        kp-minus     =  vt-pf4
  30.  
  31.        kp-enter     =  vt-enter
  32.        kp-plus        =  vt-minus
  33. shift  kp-plus        =  vt-comma
  34.  
  35. ;--- Map HELP, DO and HOLD SCREEN.
  36.  
  37.     print-screen = vt-f15        ; HELP
  38.                     ;   Shift prtsc  and  ctrl prtsc still
  39.                     ;   have their default meanings
  40.     Scroll-lock =  vt-f16        ; DO
  41.     pause        =  hold-screen    ;   Ctrl pause is still host-break
  42. alt    p        =  print-screen
  43.  
  44. ;--- Map the VT220 function keys.
  45.  
  46. alt    f1        =  hold-screen
  47. alt    f2        =  print-screen
  48. alt    f3        =  set-up-keys
  49. alt    f4        =  command-line
  50. alt    f5        =  host-break
  51. alt    f6        =  vt-f6
  52. alt    f7        =  vt-f7
  53. alt    f8        =  vt-f8
  54. alt    f9        =  vt-f9
  55. alt    f10        =  vt-f10
  56. alt    f11        =  error-recap
  57. alt    f12        =  compose-key
  58. shift  f1        =  vt-f11
  59. shift  f2        =  vt-f12
  60. shift  f3        =  vt-f13
  61. shift  f4        =  vt-f14
  62. shift  f5        =  vt-f15        ;also HELP - see print-screen
  63. shift  f6        =  vt-f16        ;also DO   - see scroll-lock
  64. shift  f7        =  vt-f17
  65. shift  f8        =  vt-f18
  66. shift  f9        =  vt-f19
  67. shift  f10        =  vt-f20
  68.  
  69. alt    z        =  command-line    ; make the command line convenient
  70.