Programming
147
NXD/T-1200V Wall/Flush Mount Touch Panel
Embedded Codes
The following is a list of G4 compatible embedded codes:
Input Commands (Cont.)
^VKS Send one or more virtual keystrokes to the G4 application. Key presses and key releases are not distinguished
except in the case of CTRL, ALT, and SHIFT. Refer to the Embedded Codes table on page 147 that define
special characters which can be included with the string but may not be represented by the ASCII character set.
Syntax:
"'^VKS-<string>'"
Variable:
string = Only 1 string per command/only one stroke per command.
Example:
SEND COMMAND Panel,"'^VKS-'8"
Sends out the keystroke 'backspace' to the G4 application.
Embedded Codes
Decimal numbers Hexidecimal values Virtual keystroke
8 ($08) Backspace
13 ($0D) Enter
27 ($1B) ESC
128 ($80) CTRL key down
129 ($81) ALT key down
130 ($82) Shift key down
131 ($83) F1
132 ($84) F2
133 ($85) F3
134 ($86) F4
135 ($87) F5
136 ($88) F6
137 ($89) F7
138 ($8A) F8
139 ($8B) F9
140 ($8C) F10
141 ($8D) F11
142 ($8E) F12
143 ($8F) Num Lock
144 ($90) Caps Lock
145 ($91) Insert
146 ($92) Delete
147 ($93) Home
148 ($94) End
149 ($95) Page Up
150 ($96) Page Down
151 ($97) Scroll Lock
152 ($98) Pause
153 ($99) Break
154 ($9A) Print Screen
155 ($9B) SYSRQ
156 ($9C) Tab
157 ($9D) Windows
158 ($9E) Menu
159 ($9F) Up Arrow
160 ($A0) Down Arrow
161 ($A1) Left Arrow
162 ($A2) Right Arrow
192 ($C0) CTRL key up
193 ($C1) ALT key up
194 ($C2) Shift key up