gralculator/internal/ui
Grok 2ddb6f73fa ui: simplify hint and remap clear keys
- Hint now exactly: "Tab:BASE  m:MOD  BackSpace:C  Del:AC"
- Removed all operator keys, numbers, equals, q:quit etc. from the hint per request.
- Remapped:
  - backspace key -> ClearEntry (flashes the visual 'C' button)
  - delete/del key -> AllClear (flashes the visual 'AC' button)
- Removed the old 'c','C' and 'ac','ctrl+l' handlers to match the new keymap.
- Updated docs/UI_DESIGN.md example to the new minimal hint.

The visual 'C' and 'AC' buttons remain in the grid for reference; their functions are now on Backspace and Del.
2026-06-06 15:11:14 +01:00
..
ui.go ui: simplify hint and remap clear keys 2026-06-06 15:11:14 +01:00