Keyboard Event
This command sends keyboard events to the active window.
Keyboard Event is a Windows Command.
You can choose what keyboard event to send from alphabets to keyboard events such as shift, delete, backspace, CTRL, and many more. Simply click the drop down button labeled Key on the command to select an event. The command also comes with options on how to send the keyboard event under the drop down button on the command labeled Event. You can send Key Press(presses the key in the same manner one would type a key), a Key Up (releases the key) and Key Down(holds down the key) events.
Example
plugin command("WindowsCommands.dll", "set active window", "Skype™ (BETA) - lilly.turin", "tSkMainForm") plugin command("WindowsCommands.dll", "click mouse", "Skype™ (BETA) - lilly.turin", "tSkMainForm", 605, 747, "Left Click") plugin command("WindowsCommands.dll", "keyboard event", "h", "Key Press") plugin command("WindowsCommands.dll", "keyboard event", "i", "Key Press")
The command makes the skype window the active window, clicks the typing area to activate it, and then sends the keys "h" and "i".
To test the above script, use the wizards on the set active window command and the click mouse command to select the desired windows.