14 unstable releases (3 breaking)

0.4.1 Oct 6, 2024
0.4.0 Oct 6, 2024
0.3.0 Apr 7, 2024
0.2.9 Feb 17, 2024
0.1.0 Dec 8, 2023

#204 in GUI

28 downloads per month

Unlicense OR MIT OR BSL-1.0

33KB
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
~86K SLoC