home *** CD-ROM | disk | FTP | other *** search
- ; FILE: UOFS_KBD.INI
- ; 03 December 1992 - Kevin Lowey (Lowey@Sask.Usask.CA)
- ;
- ; University of Saskatchewan Extended Keyboard definitions
- ; for OS/2 C-Kermit 5A(188)
- ;
- ; CHANGE LOG
- ; ~~~~~~~~~~
- ; When Who What
- ; 921130 KVL Created initial file for 101-key keyboard
- ; 921203 KVL Added ALT-Pageup and ALT-Pagedown to preserve screen scroll
- ; Sent to Columbia University and put on ftp.usask.ca
- ;
- ; USAGE
- ; ~~~~~
- ; To use this file, add the following line to your CKERMOD.INI file,
- ; in the OS/2 section. Make sure the NUM-LOCK key is off.
- ;
- ; DESCRIPTION
- ; ~~~~~~~~~~~
- ; This is a key definition file for the extended 101 and 102-key keyboards.
- ; It may also work with other keyboards.
- ;
- ; It works by defining the numeric and other keys on the number pad to
- ; the equivalent ALT- key definitions normally used in C-Kermit.
- ; For example, the Keypad 0 key is defined to be equivalent to ALT-0.
- ; See the table below for a full description of keys defined.
- ;
- ; Numlock must be OFF for this to work. When Numlock is on, C-Kermit
- ; sees both the numeric keypad keys, and the number keys on the top row of
- ; the keyboard as the same, so I cannot redefine the keys when numlock
- ; is on.
- ;
- ; The numlock key is the logical choice to define as the PF1 key.
- ; Unfortunately, C-Kermit does not let me define the NUMLOCK key. Instead,
- ; I defined the PAGEUP key (the closest definable key not on the number
- ; pad) as PF1. This interferes with the scrollback feature in C-Kermit,
- ; so I defined ALT-Pageup to be the Pageup key, and for consistancy the
- ; ALT-PAGEDOWN key is the PAGEDOWN key. This means the scroll back
- ; function has been moved to the ALT-PAGEUP key, instead of just pageup.
- ;
- ; This keyboard layout preserves the default C-Kermit keyboard definitions
- ; for backward compatibility. The only exception is the moving of Pageup
- ; to ALT-Pageup, as mentioned above.
- ;
- Echo Make sure NUM-LOCK is off.
- ;
- ; PC New Definition DEC VT100 Key
- set key \338 \385 ; kp0 ALT-0 kp0
- set key \339 \323 ; KPdot F9 KPdot
- set key \335 \376 ; KP1 ALT-1 KP1
- set key \336 \377 ; KP2 ALT-2 KP2
- set key \337 \378 ; KP3 ALT-3 KP3
- set key \525 \324 ; KPEnter F10 KPEnter
- set key \331 \379 ; KP4 ALT-4 KP4
- set key \332 \380 ; KP5 ALT-5 KP5
- set key \333 \381 ; KP6 ALT-6 KP6
- set key \555 \319 ; KPPlus F5 KPMinus
- set key \334 \322 ; ALT-KPPlus F8 KPComma
- set key \327 \382 ; KP7 ALT-7 KP7
- set key \328 \383 ; KP8 ALT-8 KP8
- set key \329 \384 ; KP9 ALT-9 KP9
- set key \559 \316 ; KP/ F2 PF2
- set key \554 \317 ; KP* F3 PF3
- set key \557 \318 ; KP- F4 PF4
- set key \585 \315 ; PageUp F1 PF1
- set key \409 \585 ; ALT-Pageup PageUp (For scrollback)
- set key \417 \593 ; ALT-PageDown PageDown (For scrollforward)
- ;(end)
-
-
-