You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_docs/en/changes.t2t
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ What's New in NVDA
19
19
- This affects the following devices: MiniSeika (16, 24 cells), V6, and V6Pro (40 cells)
20
20
- Manually selecting the bluetooth COM port is also now supported.
21
21
-
22
+
- Added a command to toggle the braille viewer; there is no default associated gesture. (#13258)
22
23
-
23
24
24
25
@@ -73,14 +74,14 @@ What's New in NVDA
73
74
- ``core.CallCancelled`` is now ``exceptions.CallCancelled``. (#12940)
74
75
- All constants starting with RPC from ``core`` and ``logHandler`` are moved into ``RPCConstants.RPC`` enum. (#12940)
75
76
- It is recommended that ``mouseHandler.doPrimaryClick`` and ``mouseHandler.doSecondaryClick`` functions should be used to click the mouse to perform a logical action such as activating (primary) or secondary (show context menu),
76
-
rather than using executeMouseEvent and specifying the left or right mouse button specifically.
77
+
rather than using ``executeMouseEvent`` and specifying the left or right mouse button specifically.
77
78
This ensures code will honor the Windows user setting for swapping the primary mouse button. (#12642)
78
79
- ``config.getSystemConfigPath`` has been removed - there is no replacement. (#12943)
79
80
- ``shlobj.SHGetFolderPath`` has been removed - please use ``shlobj.SHGetKnownFolderPath`` instead. (#12943)
80
81
- ``shlobj`` constants have been removed. A new enum has been created, ``shlobj.FolderId`` for usage with ``SHGetKnownFolderPath``. (#12943)
81
82
- ``diffHandler.get_dmp_algo`` and ``diffHandler.get_difflib_algo`` have been replaced with ``diffHandler.prefer_dmp`` and ``diffHandler.prefer_difflib`` respectively. (#12974)
82
83
- ``languageHandler.curLang`` has been removed - to get the current NVDA language use ``languageHandler.getLanguage()``. (#13082)
83
-
- A `getStatusBarText` method can be implemented on an appModule to customize the way NVDA fetches the text from the status bar. (#12845)
84
+
- A ``getStatusBarText`` method can be implemented on an appModule to customize the way NVDA fetches the text from the status bar. (#12845)
84
85
- ``globalVars.appArgsExtra`` has been removed. (#13087)
85
86
- If your add-on need to process additional command line arguments see the documentation of ``addonHandler.isCLIParamKnown`` and the developer guide for details.
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.t2t
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2200,6 +2200,8 @@ To prevent unintentionally routing to cells, the command is delayed.
2200
2200
The mouse must hover until the cell turns green.
2201
2201
The cell will start as a light yellow colour, transition to orange, then suddenly become green.
2202
2202
2203
+
To toggle the braille viewer from anywhere, please assign a custom gesture using the [Input Gestures dialog #InputGestures].
2204
+
2203
2205
++ Python Console ++[PythonConsole]
2204
2206
The NVDA Python console, found under Tools in the NVDA menu, is a development tool which is useful for debugging, general inspection of NVDA internals or inspection of the accessibility hierarchy of an application.
2205
2207
For more information, please see the [NVDA Developer Guide https://www.nvaccess.org/files/nvda/documentation/developerGuide.html].
0 commit comments