Keyboard Script V2

We are excited to announce the release of – a complete overhaul of our core input automation engine. Whether you use it for macro creation, accessibility tools, or application testing, v2 delivers significant improvements in latency, logic flow, and cross-platform stability.

| Feature | Benefit | |---------|---------| | | a::b makes ‘a’ type ‘b’ | | Context-sensitive hotkeys | Different actions per application | | Modifier support | Win, Ctrl, Alt, Shift combinations | | SendInput / SendEvent | Fast, reliable key injection | | Hotstrings | Expand abbreviations into full text (e.g., brb → “be right back”) | | Conditional logic | If/else, loops, variables in hotkeys | keyboard script v2

The new syntax supports curly braces, clear variable definitions, and standard function calls. It looks and feels like modern programming, lowering the barrier to entry for new users while delighting experienced scripters. We are excited to announce the release of

A hotkey is a combination of keys that triggers an action. In v2, the syntax is incredibly clean: It looks and feels like modern programming, lowering

In v1, you had to choose between Send , SendInput , and SendEvent . Get it wrong, and your script ran too fast for the target app.