diff options
Diffstat (limited to 'etc/ms-7bkermit')
-rw-r--r-- | etc/ms-7bkermit | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ms-7bkermit b/etc/ms-7bkermit index 7a55179876..a5b47b3001 100644 --- a/etc/ms-7bkermit +++ b/etc/ms-7bkermit @@ -16,7 +16,7 @@ set key scan \270 \127 ;;; The following mappings affect certain special keys... all the keys ;;; are duplicated on the numeric keypad when NUM LOCK is off, but -;;; the keypad versions are NOT mapped (string definition space too small +;;; the keypad versions are NOT mapped (string definition space too small ;;; for that) ;;; INSERT toggles overwrite mode @@ -37,8 +37,8 @@ set key scan \4427 \2 set key scan \4432 \14 set key scan \4429 \6 -;;; META versions of all the printing characters except uppercase -;;; letters are generated by using the ALT key. The definition string +;;; META versions of all the printing characters except uppercase +;;; letters are generated by using the ALT key. The definition string ;;; consists of an ESC character followed by the META-ized character. ;;; The characters are listed roughly left-to-right and top-to-bottom ;;; as they appear on the keyboard |