comparison etc/ms-7bkermit @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents e96ffe544684
children 695cf19ef79e
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
14 ;;; BACKSPACE deletes backward one character 14 ;;; BACKSPACE deletes backward one character
15 set key scan \270 \127 15 set key scan \270 \127
16 16
17 ;;; The following mappings affect certain special keys... all the keys 17 ;;; The following mappings affect certain special keys... all the keys
18 ;;; are duplicated on the numeric keypad when NUM LOCK is off, but 18 ;;; are duplicated on the numeric keypad when NUM LOCK is off, but
19 ;;; the keypad versions are NOT mapped (string definition space too small 19 ;;; the keypad versions are NOT mapped (string definition space too small
20 ;;; for that) 20 ;;; for that)
21 21
22 ;;; INSERT toggles overwrite mode 22 ;;; INSERT toggles overwrite mode
23 set key scan \4434 \27xoverwrite-mode\13 23 set key scan \4434 \27xoverwrite-mode\13
24 ;;; HOME moves point to beginning of buffer 24 ;;; HOME moves point to beginning of buffer
35 set key scan \4424 \16 35 set key scan \4424 \16
36 set key scan \4427 \2 36 set key scan \4427 \2
37 set key scan \4432 \14 37 set key scan \4432 \14
38 set key scan \4429 \6 38 set key scan \4429 \6
39 39
40 ;;; META versions of all the printing characters except uppercase 40 ;;; META versions of all the printing characters except uppercase
41 ;;; letters are generated by using the ALT key. The definition string 41 ;;; letters are generated by using the ALT key. The definition string
42 ;;; consists of an ESC character followed by the META-ized character. 42 ;;; consists of an ESC character followed by the META-ized character.
43 ;;; The characters are listed roughly left-to-right and top-to-bottom 43 ;;; The characters are listed roughly left-to-right and top-to-bottom
44 ;;; as they appear on the keyboard 44 ;;; as they appear on the keyboard
45 set key scan \2345 \27` 45 set key scan \2345 \27`
46 set key scan \2424 \27\o61 ; need to use char code, since digit 46 set key scan \2424 \27\o61 ; need to use char code, since digit