extern crate autopilot; fn main() { autopilot::key::type_string("Hello, world!", None, None, &[]); }