1 unstable release
| 0.1.0 | Nov 15, 2025 |
|---|
#12 in #keymap
Used in gpuikit-editor
51KB
307 lines
Keymap module for managing keyboard shortcuts and their associated actions
This module provides JSON-based keymap configuration support, allowing keybindings to be loaded from external files rather than hardcoded.
gpuikit
A UI toolkit for GPUI applications.
🚧 Note: Expect every release to have many, undocumented breaking changes for now. Use at your own risk and pin your verisons 🚧
Usage
[dependencies]
gpuikit = "*"
# OR to enable the text editor component:
# gpuikit = { version = "*", features = ["editor"] }
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT License (LICENSE-MIT)
at your option.
Next...
- checkbox
- context menu
- image
- link
- list item
- modal
- spinner
- split button
- toast
- tooltip
Dependencies
~45–88MB
~1.5M SLoC