input
input.keyComputer Keyboard Input
Simulate one computer keyboard input. LaiCai sends it through the current key mapping before it reaches the device.
Inputs
5InputValue typeRequirementAccepted sources
Key
keyCodeComputer keyboard key captured by the editor. LaiCai sends it through the current key mapping before it reaches the device; do not enter Android keycodes.numberRequiredliteralModifiers
modifiersKeyboard modifier bitmask captured with the key, such as Shift, Ctrl, Alt, or Meta.numberOptionalliteralText
textOptional text carried by the captured key event, for example \r for Enter.stringOptionalliteralPhase
phaseOptional key phase. Empty means press and release; down sends only key down; up sends only key up.stringOptionalliteralPress ms
pressMsDelay between key down and key up for a full key press. Applies only when Phase is empty.numberOptionalliteralOutputs
3Output pathValue typeCoordinate space
data.keyCodenumber—data.textstring—data.phasestring—Runtime support
DesktopSupported
Android AgentSupported