help on "Added the possibility send some keystroke

help on "Added the possibility send some keystroke

avatar

Hi,

where can I find help on this feature ? ("Added the possibility send some keystrokes after the connection")

All Comments (1)

avatar

Hi,
This is in the session settings, in the Events tab page: After connection typing macro. We documentation is not yet well defined, but we use the our own macro engine with the mix of the Microsoft SendKey commands:

http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send.aspx

We added all our variable, for example %USER_NAME% and also a command {Delay} to add a small 300 ms delay between the commands.

David Hervieux