Problem Statement
Selecting 3D objects in AsteroidField requires a mouse pointer click on WebGL canvas.
Why It Matters
Keyboard-only users cannot select or inspect 3D space objects directly.
Expected Behaviour
Support cycling selection through nearby 3D objects using keyboard keys (e.g. [ and ]) and Enter to select.
Acceptance Criteria
Likely Affected Files / Components
src/components/KeyboardManager.tsx
src/components/AsteroidField.tsx
Problem Statement
Selecting 3D objects in
AsteroidFieldrequires a mouse pointer click on WebGL canvas.Why It Matters
Keyboard-only users cannot select or inspect 3D space objects directly.
Expected Behaviour
Support cycling selection through nearby 3D objects using keyboard keys (e.g.
[and]) and Enter to select.Acceptance Criteria
[and]cycle selection through nearby orbital objects.Likely Affected Files / Components
src/components/KeyboardManager.tsxsrc/components/AsteroidField.tsx