Skip to content

feat: add visual indicators for hybrid hotkey toggle mode#16

Open
SeoFood wants to merge 1 commit intomainfrom
issue-7
Open

feat: add visual indicators for hybrid hotkey toggle mode#16
SeoFood wants to merge 1 commit intomainfrom
issue-7

Conversation

@SeoFood
Copy link
Copy Markdown
Contributor

@SeoFood SeoFood commented Apr 3, 2026

Summary

Fixes #7 - The hybrid hotkey toggle mode was confusing because users didn't realize recording stayed active after a short press.

  • Mode-aware status text: Shows "Recording (Toggle) - press hotkey to stop" for toggle mode and "Recording (Hold)..." for PTT mode instead of the generic "Recording..."
  • Amber overlay border: The overlay pill gets a subtle amber border when in toggle mode, providing an ambient visual cue that action is needed to stop recording
  • Enhanced HotkeyModeWidget: For users who enabled the widget, "TOG" now renders with amber tint consistent with the border

No new settings required - this is an unconditional UX improvement. The hybrid hotkey behavior (600ms threshold) is unchanged.

Test Plan

  • Press Ctrl+Shift quickly (<600ms) - overlay should show "Recording (Toggle) - press hotkey to stop" with amber border
  • Hold Ctrl+Shift >600ms - overlay shows "Recording (Hold)..." with no amber border
  • Release after long hold stops recording normally
  • Press hotkey again in toggle mode stops recording
  • If HotkeyModeWidget is enabled, "TOG" label appears amber-tinted
  • Verify German localization shows correct text

Show mode-aware status text ("Recording (Toggle) - press hotkey to stop"
vs "Recording (Hold)...") and an amber overlay border when in toggle mode,
so users clearly see that recording stays active after a short press.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hybrid hotkey toggle mode is confusing — recording stays active unexpectedly

1 participant