Parts a and b are valid no matter if you have PROCOMM or not. In this later case, I suggest you see how is done in PROCOMM or NetTerm, and look for similar facilities in the manual of your software. This is not an endorsement of PROCOMM. This software was available to the Merrick School faculty some time ago. This page will no longer be updated from March 1996, on.
KEY | Normal VT-100 action | Regular PC action | code to make keyboard work as regular PC |
BACKSPACE | beginning of line | delete character left | hexa 7F or decimal 127 |
DELETE (not in numeric keypad) | delete character left | delete character right | ^[Ol |
HOME (not in numeric keypad) | nothing | go to beginning of line | ^H |
END (not in numeric keypad) | nothing | go to end of line | ^E |
These keys are the ones that generate the highest level of annoyance to PC users when in VT-100 emulation.
KEY | Normal VT-100 action | Regular PC action | code to make keyboard work as regular PC |
PAUSE/BREAK | none | none - to be used to issue the COMMAND (GO) in EVE | ^[OP^[Ow |
PgUp | none | move 1 page up in text | ^[Ou^[Ox |
PgDn | none | move 1 page dawn in text | ^[Ot^[Ox |
- (in numeric keypad) | delete line | - use to delete line | ^[OS |
F9 | none | none - to be used to center text in line | ^[OP^[OwCENTER^M |
F10 | none | none - to be used to reformat paragraphs (EVE FILL command) | ^[OP^[Ox |
Note:
If for any reason your VT-100 emulation is not mapping the GOLD key (VT-100) to the NUMLOCK key (PC) as it should, program the NUMLOCK key with the code ^OP
Windows:
Before changing anything do a backup copy of the file vt100.kbd
DOS (PCPLUS):
Before changing anything do a backup copy of the file PCPLUS.KBD
This page is maintained by Al Bento who can be reached at abento@ubmail.ubalt.edu. Although we will attempt to keep this information accurate, we can not guarantee the accuracy of the information provided. This page was last updated on March 16, 1996.