Quote from
Vadim on November 15, 2019, 1:03 pm
Hi!
Use command:
SendKeys = Send simulated keystrokes to another Windows application. This command allows you to control another application by simulating keystrokes on the keyboard. If the application is not already open, then before sending the simulation of keystrokes, the "SendKeys" command first initiates the launch of this application.
Or plugin commands:
hpwSendKeys 1.21 (Hans-Peter Wickern)
hpwSendKeysToHandle=Send keystrokes to a window by (HWND) - window handle.
hpwSendKeys 1.21 (Hans-Peter Wickern)
hpwSendKeysToTitle=Send keystrokes to the window by the exact name of the window (title).
RacAutoIt3x 1.0 (Roman Avalos Castillo)
RAC_SendKeys=Send keystroke sequence to active window.
Hi!
Use command:
SendKeys = Send simulated keystrokes to another Windows application. This command allows you to control another application by simulating keystrokes on the keyboard. If the application is not already open, then before sending the simulation of keystrokes, the "SendKeys" command first initiates the launch of this application.
Or plugin commands:
hpwSendKeys 1.21 (Hans-Peter Wickern)
hpwSendKeysToHandle=Send keystrokes to a window by (HWND) - window handle.
hpwSendKeys 1.21 (Hans-Peter Wickern)
hpwSendKeysToTitle=Send keystrokes to the window by the exact name of the window (title).
RacAutoIt3x 1.0 (Roman Avalos Castillo)
RAC_SendKeys=Send keystroke sequence to active window.