15 unstable releases (4 breaking)

new 0.5.0 Jan 10, 2025
0.4.1 Oct 6, 2024
0.3.0 Apr 7, 2024
0.2.9 Feb 17, 2024
0.1.0 Dec 8, 2023

#214 in GUI

Download history 11/week @ 2024-09-24 220/week @ 2024-10-01 76/week @ 2024-10-08 12/week @ 2024-10-15 5/week @ 2024-10-29 16/week @ 2024-11-05 1/week @ 2024-12-03 6/week @ 2024-12-10 43/week @ 2024-12-31 130/week @ 2025-01-07

173 downloads per month

Unlicense OR MIT OR BSL-1.0

32KB
364 lines

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


lib.rs:

egui-keybind, a hotkey library for egui

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

Serde

For serde support, enable the serde feature.

License

Public domain or MIT or Boost Software License

Dependencies

~4–9MB
~87K SLoC