setting-up-shortcuts
Installation
SKILL.md
Setting Up Keyboard Shortcuts
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
- PySide6 desktop apps that need customizable keyboard shortcuts
- Apps targeting multiple platforms (Linux, Windows, macOS)
- Apps where users should be able to edit shortcuts via config file
Quick Start
Related skills