1//! This is a fork intended for use by the [kanata keyboard remapper software](https://github.com/jtroo/kanata).
2//! Please make contributions to the original project.
34pub mod action;
5pub mod chord;
6pub mod key_code;
7pub mod layout;
8mod multikey_buffer;