Queues a key-down for the given combo without releasing it.
Queues a key-up for a previously held combo.
Queues a full press+release for the given combo.
Queues a cancellable delay for at least the requested duration; OS scheduling can make the delay longer.
Queues typing text character-by-character.
Executes all queued steps sequentially, clears the batch, and resolves when every step finishes.
A batch of keyboard actions executed sequentially while holding the script's input lane. Other input operations cannot interleave between its steps, but operating-system scheduling can extend requested delays.