Xref: utzoo comp.terminals:638 comp.unix.questions:6109 comp.unix.xenix:1705 Path: utzoo!mnetor!uunet!husc6!ut-sally!ut-emx!reeder From: reeder@ut-emx.UUCP (William P. Reeder) Newsgroups: comp.terminals,comp.unix.questions,comp.unix.xenix Subject: Re: VT100 emulator for PCs Message-ID: <1241@ut-emx.UUCP> Date: 17 Mar 88 19:52:34 GMT References: <8434@tut.cis.ohio-state.edu> Organization: University of Texas Computation Center Lines: 29 Summary: use set key scan In article <8434@tut.cis.ohio-state.edu>, mdf@tut.cis.ohio-state.edu (Mark D. Freeman) writes: > Personally, I use kermit. However, I can't find any way to disable > that screen rolling feature and let the PgUp and PgDn keys through to > the host. > > Any ideas? Sure, Kermit lets you redifine (almost) all of the keys on the keyboard. Do the following: 1) at the "KERMIT-MS>" prompt type "show key" followed by a carriage return. You will be asked to press a key, hit the PgUp key and you will be told both the scan code for that key and the current string assigned to it, if any. 2) type "set key scan " where is the scan code reported in step 1, (again followed by a carriage return), you will be prompted for a string. Type in the codes that you want that key to send. Octal values can be indicated by \ddd, where ddd is the octal value of the character. 3) repeat steps 1 and 2 for any other keys. > Mark D. Freeman (614) 262-1418 -- William {Wills,Card,Weekly,Virtual} Reeder reeder@emx.utexas.edu Scholars who study dinosaurs say there were some smart dinosaurs and lots of stupid dinosaurs. Those smart dinosaurs came along early, but in the survival wars, please note, the stupid dinosaurs won. DISCLAIMER: I speak only for myself, and usually only to myself.