Added player keyboard shortcuts

This commit is contained in:
Tiberiu Ichim 2026-02-22 09:57:10 +02:00
parent c3acd209bd
commit 8b130cb097
6 changed files with 39 additions and 11 deletions

View file

@ -219,6 +219,7 @@ Each new feature or major change should be documented in an artifact specificati
### Organization
- **Location**: All artifact specifications are stored in the `artifacts/` directory.
- **Index**: You can look up previous artifact specification files in `artifacts/index.md`.
- **Dated Folders**: Specifications **MUST** be placed in a subfolder named by the current date (e.g., `artifacts/YYYY-MM-DD/`).
- **CRITICAL**: Do **NOT** create specification files directly in the `artifacts/` root. Always use the dated folder.
- **Filename**: Use descriptive names for the specification files (e.g., `move-to-library-specification.md`).