Crate gpuikit_keymap

Crate gpuikit_keymap 

Source
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§

BindingSpec
Specification for a key binding
Keymap
Represents a complete keymap configuration
KeymapCollection
A collection of keymaps, typically loaded from multiple files

Functions§

binding
Helper function to create a simple binding