Skip to content

docs: fix terminal shortcut in gamification spec #15

@cevheri

Description

@cevheri

Problem

The gamification design spec (docs/superpowers/specs/2026-04-08-gamification-design.md line 39) states the Easter Egg terminal shortcut is Ctrl+Shift+T, but the actual implementation in EasterEggTerminal.astro uses Ctrl+Shift+K.

Ctrl+Shift+T is a browser shortcut (reopen closed tab), so Ctrl+Shift+K is the correct choice.

Fix

Update spec line 39:

- **Trigger**: Konami code or keyboard shortcut (Ctrl+Shift+T)
+ **Trigger**: Konami code or keyboard shortcut (Ctrl+Shift+K)

Priority

Low — documentation only.


Source: PR #11 Copilot review

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions