1 unstable release

0.1.0 Nov 15, 2025

#12 in #keymap


Used in gpuikit-editor

MIT/Apache

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

CleanShot 2025-12-05 at 14 31 13@2x

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:

at your option.

Next...

  • checkbox
  • context menu
  • image
  • link
  • list item
  • modal
  • spinner
  • split button
  • toast
  • tooltip

Dependencies

~45–88MB
~1.5M SLoC