pub const KEYBOARD: &'static str;
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?}.
{window_id?, action}
{kind:"type", text}
{kind:"press", key, modifiers?}