AppSendKeys

Sends keyboard commands to the active application.

Function Group Execution Windows Embedded Thin Client
AppSendKeys Module Activity Synchronous Supported Not supported Supported

Syntax

AppSendKeys( strKeys1, strKeys2, … , strKeysN )
strKeys (1-N)
String tags containing the keyboard commands to be used.

Returned value

No returned values.

Examples

Tag Name Expression
  AppSendKeys( "S", "t", "u", "d", "i", "o", "<ENTER>" )
  AppSendKeys( "<Alt>F" )
Note: You can specify <ALT>, <CTRL>, or <SHIFT> in the text to send a code equal to the Alt, Ctrl, or Shift keyboard commands. To send the < character, specify << in the text.