TheLord45 / amxpanel

Emulator for AMX panels
GNU General Public License v3.0
13 stars 1 forks source link

Command: ^VKS #50

Open TheLord45 opened 5 years ago

TheLord45 commented 5 years ago

Send one or more virtual key strokes to the G4 application.

Key presses and key releases are not distinguished except in the case of CTRL, ALT, and SHIFT. Refer to theEmbedded Codes table in the manual 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.