wrtype 0.1.0

A Rust implementation of wtype - a Wayland virtual keyboard tool that types text and sends key events
Documentation
1
2
3
4
fn main() {
    // Re-run build script if protocol file changes
    println!("cargo:rerun-if-changed=wtype/protocol/virtual-keyboard-unstable-v1.xml");
}