//! Implements the various keyboard layouts.
//!
//! We have one layout per file, but where two layouts are similar, you can
//! handle all the 'different' keys first, and then jump to another handler -
//! see UK105 and US104 as an example of that.
pub use Dvorak104Key;
pub use Us104Key;
pub use Uk105Key;
pub use Jis109Key;
pub use Azerty;