Manage keybindings in a Rust terminal application
4 minute read Published: 2022-07-28To deal with hardcoded or configurable key events in a cross-platform terminal application written in Rust, you'll probably need to
- determine what keybindings you can really use,
- use convenient hardcoded keybindings,
- and read keybindings from a configuration file