Expand description
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.
Modules§
- extensions
- Extension traits and helpers for GPUI keymap integration
Macros§
- bindings
- Macro to simplify creating multiple bindings
Structs§
- Binding
Spec - Specification for a key binding
- Keymap
- Represents a complete keymap configuration
- Keymap
Collection - A collection of keymaps, typically loaded from multiple files
Functions§
- binding
- Helper function to create a simple binding