Crates.io | keybindings |
lib.rs | keybindings |
version | 0.0.1 |
source | src |
created_at | 2024-02-01 09:11:23.712634 |
updated_at | 2024-02-01 09:11:23.712634 |
description | A library for processing modal input |
homepage | https://github.com/ulyssa/modalkit/tree/main/crates/keybindings |
repository | https://github.com/ulyssa/modalkit |
max_upload_size | |
id | 1122838 |
size | 117,418 |
This crate provides environment-agnostic interfaces for tracking and processing keybindings in different modes, and can be used to build applications with modal input.
See modalkit for an example of using this crate to implement Vim and Emacs keybindings.
This crate can be used by adding keybindings
to your dependencies in your
project's Cargo.toml
.
[dependencies]
modalkit = "0.0.16"
modalkit
is released under the Apache License, Version 2.0.