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/zh.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/C1.source/privatevoice.src/frontend/src/lib/i18n/zh.json b/C1.source/privatevoice.src/frontend/src/lib/i18n/zh.json
index de30cea..8181121 100755
--- a/C1.source/privatevoice.src/frontend/src/lib/i18n/zh.json
+++ b/C1.source/privatevoice.src/frontend/src/lib/i18n/zh.json
@@ -120,7 +120,7 @@
},
"inputMonitoring": {
"title": "输入监控",
- "desc": "用于在私语输入法窗口不可见、其他 App 正在前台时监听右 Alt 全局热键。"
+ "desc": "用于在私语输入法窗口不可见、其他 App 正在前台时监听当前全局热键。"
},
"backgroundActivity": {
"title": "后台活动 / 登录项",
@@ -138,7 +138,7 @@
"hintHoldDesc": "长按热键开始录音,松开即停止识别并输入文字,适合快速短语。",
"hintFree": "自由说话",
"hintFreeDesc": "短按一下热键开始,连续说话,再短按一下停止并输入文字,适合长段口述。",
- "hintCombo": "使用组合键(如 Ctrl+C)不会触发录音。"
+ "hintCombo": "使用组合键(如 Ctrl+C)不会触发录音。若右侧 Command / Windows 键不可用,请点击修改并选择其他热键。"
},
"about": {
"version": "版本",
--
Gitblit v1.9.3