TinyTERM 4.x does not have the copy and paste functions mapped to keys by default. You can set this up through keyboard mapping.
In the keyboard mapper, click the Chart Open button. On the chart, click the F button in the upper right to get a list of functions. You can drag COPY and PASTE from that chart to any keys on the keyboard.
You can also do this through CScript commands. In the keyboard mapper, select the key you want to use for copying text. Change the Action to MACRO. In the Value line, enter:
te.copy();
For pasting copied text, the command is:
te.paste();
CR 33
This entry was posted
on Friday, April 20th, 2007 at 10:12 am and is filed under Keyboard.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.