What
Add a keyboard shortcut to start/stop the task timer, and a tooltip on the timer button that shows the shortcut.
Where
apps/web/components/item-detail.tsx — the timer toggle is around lines 779–789 (data-testid="timer-toggle").
How to verify
Run the web app, open a task, and confirm the shortcut starts/stops the timer and the tooltip shows it. Respect prefers-reduced-motion.
Notes
Pick a shortcut that doesn't clash with existing ones — note your choice in the PR.
What
Add a keyboard shortcut to start/stop the task timer, and a tooltip on the timer button that shows the shortcut.
Where
apps/web/components/item-detail.tsx— the timer toggle is around lines 779–789 (data-testid="timer-toggle").How to verify
Run the web app, open a task, and confirm the shortcut starts/stops the timer and the tooltip shows it. Respect
prefers-reduced-motion.Notes
Pick a shortcut that doesn't clash with existing ones — note your choice in the PR.