Simulate input/Keyboard: Difference between revisions

no edit summary
(Added Kotlin)
No edit summary
Line 497:
/*stick a fork in it, we're all done. */</lang><br><br>
 
 
=={{header|Rust}}==
{{works with|Rust|1.25+}}
{{libheader|AutoPilot}}
 
<lang Rust>extern crate autopilot;
fn main() {
autopilot::key::type_string("Hello, world!", None, None, &[]);
}</lang>
=={{header|Scala}}==
{{libheader|Scala}}