A community-driven collection of keyboard shortcut cheat sheets. This repository serves as a central hub for sharing and discovering keyboard shortcuts across different applications, tools, and operating systems.
We welcome contributions! Here's how to add a new cheat sheet:
- Fork this repository
- Create your cheat sheet YAML file in the
cheatsheets
directory - Submit a Pull Request
- Place your YAML file in the
cheatsheets
directory - Use a descriptive filename (e.g.,
macos-vscode.yaml
,windows-photoshop.yaml
) - Verify shortcuts are correct for the specified system and correspond to the default shortcuts for the corresponding application.
- Group related shortcuts into logical categories
- Use standard key names (CMD, CTRL, ALT, SHIFT)
- Include clear and concise descriptions
For detailed formatting instructions, check out the YAML Cheat Sheet Specification Guide.
Browse the collection:
- Through the
cheatsheets
directory - On our live site
This collection is generated using KoalaKeys, a tool that creates interactive HTML cheat sheets from YAML files.
This collection is licensed under the GPLv3 License.
Want to contribute to the KoalaKeys tool itself? Visit the main repository.