okey-cli 0.1.2

An advanced, easy-to-use key remapper for Linux
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod adapter;
mod buffer;
mod combo;
mod event;
mod input;
mod layer;
mod mapping;
mod proxy;
mod shared;
mod tap_dance;

pub use adapter::KeyAdapter;
pub use proxy::InputProxy;

#[cfg(test)]
pub use proxy::EventProxy;