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 native-thread sleep (guaranteed timing, not JS event-loop).
Queues typing text character-by-character.
Executes all queued steps sequentially and clears the batch.
A batch of keyboard actions executed atomically on a single native thread.