egui-keybind

Crates.ioegui-keybind
lib.rsegui-keybind
version0.7.0
created_at2023-12-08 14:46:21.473096+00
updated_at2025-08-24 13:17:41.959455+00
descriptionA keybind widget for egui
homepagehttps://github.com/zeozeozeo/egui-keybind
repositoryhttps://github.com/zeozeozeo/egui-keybind
max_upload_size
id1062100
size131,464
zeo (zeozeozeo)

documentation

https://docs.rs/egui-keybind

README

egui-keybind, a hotkey library for egui

docs.rs Downloads on Crates.io

crates.io | docs.rs | examples | changelogs

This library provides a simple egui widget for keybindings (hotkeys).

Installation with cargo

cargo add egui-keybind

Simple example

egui-keybind example

Serde

For serde support, enable the serde feature.

License

Public domain or MIT or Boost Software License

Commit count: 28

cargo fmt