setting-up-shortcuts

Installation
SKILL.md

Setting Up Keyboard Shortcuts

Prerequisites

This skill extends myai's engineering-principles. Load that first. using-my-skills and engineering-principles are assumed already loaded via myai bootstrap.

For the general engineering philosophy, see myai's engineering-principles. This skill covers only Python-specific shortcut setup: PySide6 keyboard shortcut manager with TOML config, platform-specific defaults, and Qt integration.

Shared keyboard shortcuts system for PySide6 applications. Provides platform-specific defaults, TOML configuration, and Qt integration.

Copy shared/shortcuts/ and the matching tests from shared_tests/.

See also: shared/shortcuts/README.md for full API reference.


When to Use

Installs
28
GitHub Stars
1
First Seen
Mar 9, 2026
setting-up-shortcuts — quick-brown-foxxx/coding_rules_python