Sendkeys – Rockwell Automation RSView32 Runtime Users Guide User Manual

Page 76

Advertising
background image

RSView32 commands

A–45

SendKeys

SendKeys <“keystring”>

Sends the specified keystrokes to the active window.

<“keystring”>

A list of keys. The quotes must be included.

The following syntax rules apply:

Use braces { } to enclose special keys, such as F3 or Enter; for

example, “{Enter}” sends Enter.

Use ^ to send a control key. For example, “^{F2}” sends Ctrl–F2.

Use + to send a shift key. For example, “+{F3}” sends Shift–F3.

Use % to send an alt key. For example, “%A” sends Alt–A.

Special keys can be in upper and/or lower case letters. You can type
any of the following to represent the special keys on the keyboard:

Backspace, BkSp, BS

Insert

End

Left

Enter

PgDn

Escape, Esc

PgUp

Delete, Del

PrtSc

Down

Right

F1 to F12

Tab

Home

Up

Advertising