Programming Keys & Buttons
Including Special Characters
289
For example, to program a key or button so that when it is pressed it
performs the same function as pressing the keys
F2
then
F3
then
F4
,
enter the following characters in the user definition box:
<F2><F3><F4>
Including Special Characters
Control Characters
There are various ways in which you can specify a particular
character in a user definition. For example, the
ESC
character can be
specified using any one of the following five entries:
_027
Decimal value (underscore character followed by a 3-digit
number).
\033
Octal value (backslash character followed by a 3-digit
number).
\u001B
Unicode value (backslash and
u
characters then unicode
value).
^[
Control key value (
^
represents the control key on the
keyboard).
\e
Additional value for
ESC
.
Backslash Values
The following 'backslash' values can be used:
\u
Unicode introducer
\r
Carriage return
\n
Line feed
\e
Escape
Note that as the
\
and
^
characters are used as value introducers, to
enter these as character values you need to precede them with a
backslash character, i.e. enter
\
as
\\
and
^
as
\^
.
The Euro Character
The Euro character can be specified by entering the unicode value
\u20ac
.
Содержание TeemTalk Terminal Emulator 7.0
Страница 1: ...HP TeemTalk Terminal Emulator 7 0 User Manual ...
Страница 22: ...Introduction 6 Getting More Information ...
Страница 62: ...Keyboard Configuration 46 Compose Character Sequences ...
Страница 68: ...Mouse Functions 52 Defining a Macro ...
Страница 82: ...Editing Options 66 Clipboard Options ...
Страница 152: ...HP 700 92 96 Emulation 136 Setup Options ...
Страница 236: ...IBM 5250 Display Emulation 220 Setup Options ...
Страница 264: ...TA6530 Emulation 248 Setup Options ...
Страница 290: ...Capturing Host Communication 274 Replay File ...
Страница 302: ...Command Line Options 286 Emulation Workspace ...
Страница 340: ...Index 324 ...