From 7ed43baaa6be88a55952a3411575922c8d883a08 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 06 Jul 2026 15:47:42 +0800
Subject: [PATCH] feat: default right modifier hotkey

---
 C1.source/privatevoice.src/frontend/src/lib/i18n/en.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/C1.source/privatevoice.src/frontend/src/lib/i18n/en.json b/C1.source/privatevoice.src/frontend/src/lib/i18n/en.json
index 8a20dac..6632faf 100755
--- a/C1.source/privatevoice.src/frontend/src/lib/i18n/en.json
+++ b/C1.source/privatevoice.src/frontend/src/lib/i18n/en.json
@@ -120,7 +120,7 @@
     },
     "inputMonitoring": {
       "title": "Input Monitoring",
-      "desc": "Listens for the global right Alt hotkey while other apps are in front."
+      "desc": "Listens for the configured global hotkey while other apps are in front."
     },
     "backgroundActivity": {
       "title": "Background Activity / Login Item",
@@ -138,7 +138,7 @@
     "hintHoldDesc": "Hold the hotkey to record, release to recognize and type. Best for quick phrases.",
     "hintFree": "Free Talk",
     "hintFreeDesc": "Tap the hotkey once to start, speak freely, tap again to stop and type. Best for long dictation.",
-    "hintCombo": "Keyboard shortcuts (e.g. Ctrl+C) won't trigger recording."
+    "hintCombo": "Keyboard shortcuts (e.g. Ctrl+C) won't trigger recording. If the right Command / Windows key is unavailable, choose another hotkey with Change."
   },
   "about": {
     "version": "Version",

--
Gitblit v1.9.3