pub const KEYBOARD: &str = "app.keyboard";Expand description
Dispatch keyboard input to a host app window’s focused control.
Accepts {window_id?, action} where action is a tagged object
such as {kind:"type", text} or {kind:"press", key, modifiers?}.