Free 14-Day Evaluations    
Product Downloads    

Sign in     


DESKTOP MOBILE DOWNLOAD PURCHASE SUPPORT INFO COMPANY
 Home  >>  Support  >>  Knowledge Base

Switching Number of Columns on a Keystroke

You may need to change the number of columns displayed in TinyTERM manually during an active session. Rather than changing the Session Properties every time, TinyTERM version 4 can do this with a single keystroke.

Open the Session Properties and go to the Keyboard tab. Click the Edit button to bring up the keyboard map. In the map, click on the key you want to use. Change the Action field to COMMAND. In the Value field, type this as one long string:

if(teobj.NumColumns==80) {teobj.NumColumns=132; eobj.redraw();} else {teobj.NumColumns=80; teobj.redraw();}

Click the Set button, then close the keyboard map. On the Keyboard tab, click the Save As button to give the new keyboard scheme a name. OK everything and save the session. Hitting the selected key will switch the number of columns displayed between 80 and 132 columns on the fly.

Comments are closed.

  Copyright © 2024 Century Software, Inc. All Rights Reserved999 TERMS OF USE PRIVACY POLICY EULA