Multiple choice technology testing

AutoHotkey scripts can perform which of the following functions?

  1. Launch programs

  2. Send keystrokes and send mouse clicks

  3. Assign, retrieve, and manipulate variables

  4. Run loops and manipulate windows

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

AutoHotkey is a powerful automation scripting language that can indeed launch programs, send keystrokes and mouse clicks, work with variables for data storage and manipulation, run loops for repetitive tasks, and manipulate windows. All these capabilities are core features that make AutoHotkey useful for task automation and creating custom macros.