v0.1.0
The first stable release 🎉
- BREAKING: Remove
Key::Backtab
because it is actually not mapped to a single key. crossterm'sBackTab
key is now correctly mapped to Shift + Tab. - Define the minimum supported Rust version is 1.80.0.
- Clarify the versioning of this crate in documents.
- Add the contribution guide.
- Add the
vim
example to demonstrate how to use this crate for modal key bindings. - Add
Keybinds::ongoing_inputs
to get the key inputs matching to some key bindings. - Add
Key::Help
variant. - Fix parsing
NumLock
key.