| Well I guess I'm going to have to give a detailed example...
First, the following assumes you have a fairly recent version of Uniterm.
V2.0E-009 is the latest version I know of, and is available on the net.
However I believe the support of the feature I'm about to use is present
in V2.0c as well.
A brief description - From within Uniterm you can "bind" ST function keys
to any abitrary string (including escape sequences). Uniterm allows each
function key to generate (be bound to) three different strings, one for
when the SHIFT key is held with the function key, one for when the CONTROL
key is held with the function key, and one for just the plain old function
key. These bindings can be saved by clicking on the appropriate item in
the FILE menu. Then every time you run Uniterm it reads the saved
information and binds the function keys accordingly. NOTE: This procedure
is totaly different/seperate from running the keyboard editing program (I
forget what it is called).
Now for the example - Since I use the DO key a lot I will bind the escape
sequence of the LK201's DO key to the ST's ^F10 (thats CONTROL-F10) key
(which is in the same vicinity on the keyboard).
1. Run Uniterm, It comes up in terminal mode
2. Press the HELP key, This brings up the help screen and gives you access
to the menu bar at the top of the screen.
3. Move the mouse to the OTHER menu and click on the EDIT FUNCTION KEYS
menu item. This will display a list of the function keys with dotted
lines beside each one. Along the bottom of the screen are five
"buttons", NORMAL, SHIFT, CONTROL, CANCEL, OK (actualy the last one may
not be called OK, but something similiar).
4. Click on the CONTROL button. Which should highlight.
5. Click on the dotted line beside F10 in the function key list. This
should move the text cursor to that line, alternativly you can use the
down arrow key.
6. Now you are going to type five (5) characters (or keystrokes), ^[
(thats CONTROL-[) this is the escape character and will be displayed
as an E over an S. The last four charcters are simply, [29~
7. Click on the OK button (or resonable facsimile thereof). This puts you
back to the help screen with access to the menu bar again.
8. Move the mouse to the FILE menu and click on the SAVE KEYS menu item
(here is another case where I am not sure of exactly what the menu item
says, but you'll know it when you see it).
Thats all there is to it. Now any time you need to hit the DO key you just
hit ^F10 instead. It does NOT use the ALT-Function keys that Uniterm needs
and it does NOT use any key sequences that are normaly available on the
LK201.
It is highly possible that I misunderstood what it was that you were
looking for, if that is the case then I appollogize for putting you
through all of this boring detail.
Ray
|
| The attached is taken from the readme file for V2.0d, I have never
used this feature so I don't know any more about it that what is
said here.
Ray
Nearly all the keys of the arrow key block can be reassigned
with the 'reassign' macro command, the special codes for the
keys are:
<Shift> <ClrHome> = -1;
<Shift> <UpArrow> = -2;
<Shift> <DnArrow> = -3;
<Shift> <LeftArrow> = -4;
<Shift> <RightArrow> = -5;
<Insert> = -6;
<Shift> <Insert> = -7;
<UnDo> = -8;
<Shift> <UnDo> = -9;
<Ctrl> <UnDo> = -10;
<Help> = -11;
<Shift> <Help> = -12;
<Ctrl> <Help> = -13;
(BTW, I never documented this, but <ClrHome> sends ESC[H
now everybody who wants to can assign <Help> to Scrolllock
(ugh))
|