#keymap #editor #command

aloe-keymapping-editor

A Rust crate providing a GUI-based key mapping editor with customizable color and command integration. This crate is a translation of the c++ juce module serving the same function.

1 unstable release

Uses new Rust 2024

new 0.1.1 Apr 3, 2025

#9 in #keymap


Used in 3 crates (2 directly)

GPL-3.0 license

1.5MB
13K SLoC

Aloe KeyMapping Editor

Aloe KeyMapping Editor is a Rust crate designed for the dynamic editing and management of key mappings within applications. Essential for developers aiming to provide customizable keyboard shortcuts, this crate offers a robust interface for integrating keymap editing functionalities within graphical user interfaces.

Features

  • Customized Key Mapping: Allows modifications to predefined key mappings and provides functionalities to reset to default configurations.
  • Command Integration: Seamlessly integrates with application command management for nuanced key binding operations.
  • Color Customization: Facilitates aesthetic customization of the editor interface via flexible color settings.

Components

  • KeyMappingEditorComponent: The core editor GUI component enabling the interactive editing of keymaps.
  • KeyMappingEditorComponentCategoryItem: Manages groups of commands categorized for structured navigation.
  • KeyMappingEditorComponentChangeKeyButton: Interactively modifies individual key mappings within the interface.

Considerations

  • Code is controlled under the GPL-3.0 license, ensuring that relevant open-source standards are maintained.

Installation

To integrate this crate into your project, add the following line to your Cargo.toml:

[dependencies]
aloe-keymapping-editor = "0.1.0"

Usage

use aloe_keymapping_editor::KeyMappingEditorComponent;

fn main() {
    // Instantiation and use of KeyMappingEditorComponent
}

Contribution

For contribution, visit our GitHub repository for guidance and project functionalities.


This README was generated by an AI model and may not be 100% accurate, but it should be quite informative.

This crate is a translation of the JUCE module.

JUCE is a c++ software framework for developing high performance audio applications.

Usage falls under the GPLv3 as well as the JUCE commercial license.

See github.com/juce-framework/JUCE and the JUCE license page for details.

This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project.

Dependencies

~29–39MB
~621K SLoC