[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Key event simulator [Property] +Text=Sets the text to be simulated. ARG(string)|2| Delay=Sets the pause in milliseconds before simulate inputs. ARG(int)|1|0 Modifiers=Sets the modifiers key. ARG(VirtualKeyCode[])|21|0|Alt,Control,Shift [Methods] *doTextEntry=Calls the Win32 SendInput method with a stream of KeyDown and KeyUp messages in order to simulate uninterrupted text entry via the keyboard. ARG(string text, int delay)|1|0 *doKeyPress=Calls the Win32 SendInput method with a KeyDown and KeyUp message in the same input sequence in order to simulate a Key PRESS. ARG(VirtualKeyCode keyCode, int delay)|1|0 *doKeysPress=Simulates a simple modified keystroke like CTRL-C where CTRL is the modifierKey and C is the key. ARG(VirtualKeyCode Modifiers, VirtualKeyCode keyCode, int delay)|1|0 *Delay=Defines the pause in milliseconds before simulate inputs. ARG(int)|4|1 *KeyCode=Defines the keyboard equivalents for the virtual-key codes used by the system. ARG(VirtualKeyCode)|4|0 *Text=Defines the text to be simulated. ARG(string)|4|2