//! The platform implementation of the `keysim` crate on the Linux operating system.
#[cfg(not(feature ="x11"))]compile_error!("at the moment, only the X11 window manager is supported by `keysim`");#[cfg(feature ="x11")]pubmodx11;modsimulator;pubuseself::simulator::*;moderror;pubuseself::error::*;