Key Down
key-down presses and holds a key until a matching key-up. Useful for drag-modifier keys and custom shortcuts that require the key to remain pressed across other actions.
yaml
- key-down: Shift
- click: the first row
- click: the fifth row
- key-up: Shift