home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / CK5A188.ZIP / ckovtk.ini < prev   
Text File  |  1993-01-25  |  3KB  |  72 lines

  1. ; FILE: UOFS_KBD.INI
  2. ; 03 December 1992 - Kevin Lowey (Lowey@Sask.Usask.CA)
  3. ;
  4. ; University of Saskatchewan Extended Keyboard definitions
  5. ; for OS/2 C-Kermit 5A(188)
  6. ;
  7. ; CHANGE LOG
  8. ; ~~~~~~~~~~
  9. ; When   Who What
  10. ; 921130 KVL Created initial file for 101-key keyboard
  11. ; 921203 KVL Added ALT-Pageup and ALT-Pagedown to preserve screen scroll
  12. ;            Sent to Columbia University and put on ftp.usask.ca
  13. ;
  14. ; USAGE
  15. ; ~~~~~
  16. ; To use this file, add the following line to your CKERMOD.INI file, 
  17. ; in the OS/2 section.  Make sure the NUM-LOCK key is off.
  18. ;
  19. ; DESCRIPTION
  20. ; ~~~~~~~~~~~
  21. ; This is a key definition file for the extended 101 and 102-key keyboards. 
  22. ; It may also work with other keyboards.
  23. ;
  24. ; It works by defining the numeric and other keys on the number pad to
  25. ; the equivalent ALT- key definitions normally used in C-Kermit.
  26. ; For example, the Keypad 0 key is defined to be equivalent to ALT-0.
  27. ; See the table below for a full description of keys defined.
  28. ;
  29. ; Numlock must be OFF for this to work.  When Numlock is on, C-Kermit
  30. ; sees both the numeric keypad keys, and the number keys on the top row of
  31. ; the keyboard as the same, so I cannot redefine the keys when numlock
  32. ; is on.
  33. ;
  34. ; The numlock key is the logical choice to define as the PF1 key. 
  35. ; Unfortunately, C-Kermit does not let me define the NUMLOCK key. Instead,
  36. ; I defined the PAGEUP key (the closest definable key not on the number
  37. ; pad) as PF1.  This interferes with the scrollback feature in C-Kermit,
  38. ; so I defined ALT-Pageup to be the Pageup key, and for consistancy the
  39. ; ALT-PAGEDOWN key is the PAGEDOWN key.  This means the scroll back
  40. ; function has been moved to the ALT-PAGEUP key, instead of just pageup.
  41. ;
  42. ; This keyboard layout preserves the default C-Kermit keyboard definitions
  43. ; for backward compatibility.  The only exception is the moving of Pageup
  44. ; to ALT-Pageup, as mentioned above.
  45. ;
  46. Echo Make sure NUM-LOCK is off.
  47. ;
  48. ;                     PC            New Definition  DEC VT100 Key  
  49. set key \338 \385 ;  kp0            ALT-0           kp0
  50. set key \339 \323 ;  KPdot          F9              KPdot
  51. set key \335 \376 ;  KP1            ALT-1           KP1
  52. set key \336 \377 ;  KP2            ALT-2           KP2
  53. set key \337 \378 ;  KP3            ALT-3           KP3
  54. set key \525 \324 ;  KPEnter        F10             KPEnter
  55. set key \331 \379 ;  KP4            ALT-4           KP4
  56. set key \332 \380 ;  KP5            ALT-5           KP5
  57. set key \333 \381 ;  KP6            ALT-6           KP6
  58. set key \555 \319 ;  KPPlus         F5              KPMinus
  59. set key \334 \322 ;  ALT-KPPlus     F8              KPComma
  60. set key \327 \382 ;  KP7            ALT-7           KP7
  61. set key \328 \383 ;  KP8            ALT-8           KP8
  62. set key \329 \384 ;  KP9            ALT-9           KP9
  63. set key \559 \316 ;  KP/            F2              PF2
  64. set key \554 \317 ;  KP*            F3              PF3
  65. set key \557 \318 ;  KP-            F4              PF4
  66. set key \585 \315 ;  PageUp         F1              PF1
  67. set key \409 \585 ;  ALT-Pageup     PageUp   (For scrollback)
  68. set key \417 \593 ;  ALT-PageDown   PageDown (For scrollforward)
  69. ;(end)
  70.  
  71.  
  72.