From 8f11df460a247dfcaafd84ce3046605724d11998 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 18 May 2026 17:20:11 +0800
Subject: [PATCH] feat: add hotkey input mode setting
---
VoiceSnapGo/frontend/src/lib/i18n/en.json | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/VoiceSnapGo/frontend/src/lib/i18n/en.json b/VoiceSnapGo/frontend/src/lib/i18n/en.json
index 4527cd3..5dacfa2 100755
--- a/VoiceSnapGo/frontend/src/lib/i18n/en.json
+++ b/VoiceSnapGo/frontend/src/lib/i18n/en.json
@@ -32,10 +32,17 @@
"tagline": "Snap · Voice to Text",
"description": "Hold {key} to speak, release to recognize and type",
"hotkeyLabel": "Trigger Hotkey",
- "modeHint": "Hold to record, release to type · Tap to start free talk, tap again to stop"
+ "modeHint": "Hold to record, release to type · Tap to start free talk, tap again to stop",
+ "modeHintTap": "Tap to start speaking, tap again to stop and type",
+ "modeHintHold": "Hold to speak, release to stop and type"
},
"settings": {
"inputDevice": "Input Device",
+ "hotkeyMode": "Voice Input Mode",
+ "hotkeyModeTap": "Tap",
+ "hotkeyModeHold": "Hold",
+ "hotkeyModeTapDesc": "Tap the hotkey to start speaking, then tap again to stop and type",
+ "hotkeyModeHoldDesc": "Hold the hotkey to speak, release to stop and type",
"autoHide": "Auto-hide Indicator",
"autoHideDesc": "Automatically hide the floating indicator after completion",
"soundFeedback": "Sound Feedback",
--
Gitblit v1.9.3