Skip to content

Commit 4700326

Browse files
committed
Deleted the shortcut key to switch the Chinese input mode
1 parent c8cc6c8 commit 4700326

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

addon/doc/zh_CN/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
1. 模拟按下 Application 键: NVDA + ;(分号,位于字母 L 的右边);
1313
2. 开关触摸板状态: NVDA + '(单引号,位于分号[键的右边)
14-
3. 切换微软拼音的双拼 / 全拼输入模式: NVDA + Alt + B
14+
3. 切换微软拼音的双拼 / 全拼输入模式: 默认未分配(您可以在“按键与手势”对话框内手动指定一个)

addon/globalPlugins/QuickAdjustment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def script_SwitchTouchpad(self, gesture):
2929

3030
@scriptHandler.script(
3131
description=_("Switch Chinese input mode(Shuangpin or Quanpin)"),
32-
gestures=["kb:NVDA+alt+b"])
32+
gestures=[])
3333
def script_SwitchPinyinMode(self, gesture):
3434
if isDoublePinyin() == None or not(isLanSupport('zh_CN')):
3535
ui.message(_("not support"))

buildVars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def _(arg):
2727
# version
2828
"addon_version": "0.2",
2929
# Author(s)
30-
"addon_author": "Eureka <manchen_0528@outlook.com>",
30+
"addon_author": "Cary-rowen <manchen_0528@outlook.com>",
3131
# URL for the add-on documentation support
3232
"addon_url": None,
3333
# Documentation file name

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This is a NVDA addon used to quickly adjust certain functions. The current funct
1111

1212
1. Simulate pressing the Application key: NVDA +; (semicolon, located to the right of the letter L);
1313
2. Switch touchpad status: NVDA + '(single quotation mark, located at the right of the semicolon [key)
14-
3. Switch the ShuangPin/QuanPin input mode of Microsoft Pinyin in the Chinese language environment: NVDA + Alt + B.
14+
3. Switch the ShuangPin/QuanPin input mode of Microsoft Pinyin in the Chinese language environment: No default keyboard command assigned(You can manually specify one in the "Input Gesture" dialog).

0 commit comments

Comments
 (0)