-11-
-10-
After programming this button, if you press this button on
the programmable keyboard, it will display:
Hello
World
Note
In this method, no matter Caps Lock is on or off will not
change the character string. That is, the same character
string will be displayed.
2.1.3 Layer Index
Depending on the category of the keyboard, the keyboard
can be programmed up to 16 layers. You can assign a layer
index to any key you like.
2.1.2 ASCII Code
In this method, you can assign any printable ASCII Codes,
i.e. A-Z, a-z, 0-9, +, - ,* , / , and punctuation symbols with a
computer keyboard. Up to 200 ASCII codes can be assigned.
Five special symbols can also be assigned by the following
representations.
Enter Character
\n or \N
Esc Character
\e or \E
Tab Character
\t or \T
\
Character
\\
ASCII Code
\999 where 999 must
be a three digit integer
Example
Enter "Hello\nWorld" with the computer keyboard and the
entered string will be shown on the "ASCII Code" window.
Symbol Representation