Skip to content

Commit 8618c22

Browse files
committed
Remove globalPlugins/autoLangSwitch.py since it has been integrated in NVDA 2022.2.
1 parent 786075c commit 8618c22

File tree

2 files changed

+8
-42
lines changed

2 files changed

+8
-42
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ It also includes some configuration files.
1515

1616
## globalPlugins Scripts
1717

18-
### globalPlugins/autoLangSwitch.py
19-
20-
This script allows to cycles through speech automatic language detection modes off, language only and language+dialect with NVDA+shift+L shortcut.
21-
2218
### globalPlugins/changeOutputDevice.py
2319

2420
This global plugin creates a command to cycle through the audio output devices.
@@ -103,8 +99,16 @@ With Windows 10 1903 update, NVDA may start after logon even when this is disabl
10399
This script does not fix the issue. However, as a work-around, it unloads NVDA just after startup in the case it should not have started up at all.
104100
Of course, when [#9528][1] is fixed in NVDA (or in Windows), this script is useless and should be removed.
105101

102+
### globalPlugins/autoLangSwitch.py
103+
104+
This feature has been integrated in NVDA 2022.2 (see issue [#10253][2]).
105+
106+
This script allows to cycles through speech automatic language detection modes off, language only and language+dialect with NVDA+shift+L shortcut.
107+
106108
[1]: https://github.com/nvaccess/nvda/issues/9528
107109

110+
[2]: https://github.com/nvaccess/nvda/issues/10253
111+
108112
[3]: https://github.com/CyrilleB79/NVDA-Dev-Test-Toolbox
109113

110114
[4]: https://github.com/CyrilleB79/startupOptionWorkaround

globalPlugins/autoLangSwitch.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)