
Overview
Simulates both keyboard and mouse. Advanced functions and variables allow to create complex macros. Handles keystrokes like {{ctrl}{alt}{f1}} or even {{shift}{home}}{{ctrl}{c}} [Select text and copy to clipboard]. Supports a large variety of programs and games.
What's new?
- π KEYPRESS command, allows you to run keystrokes from Variables as well as repeat a key multiple times π₯π₯π₯
- Usage: {{KEYPRESS:keycode:numberOfRepeats:delayBetweenRepeats}}
- Example: {{KEYPRESS:c:4}} => Output: cccc
- Example: {{KEYPRESS:c:4:1000}} => Output: cccc with 1 second delay between each c
- Example: {{KEYPRESS:$Var1:$Var2}} when Var1="down" and Var2=5 will simulate pressing the Down key 5 times
- π Support for new string functions: UpperCase, LowerCase, TitleCase
- Example: {{FUNC:TitleCase:Var1:i lOvE bArrAider}} => Output: I Love Barraider
- KeyDown and KeyUp now support variables (i.e. {{KEYDOWN:$VAR1}})
- Support a custom message for INPUT command => {{INPUT:Var1:Enter a number}}
- Fix Property Inspector UI bug with the purple highlight of commands