From c5b82355002325139ae3688d6202bd2f8ce7db53 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Sun, 17 Sep 2023 10:22:11 +0200 Subject: [PATCH 01/28] Updated user guide with missing key commands and details to log file and app modules --- user_docs/en/userGuide.t2t | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index e851ca0dbf1..897497620a4 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2785,10 +2785,20 @@ You can browse installed incompatible add-ons using the [incompatible add-ons ta ++ Log Viewer ++[LogViewer] The log viewer, found under Tools in the NVDA menu, allows you to view all the logging output that has occurred up until now from when you last started NVDA. +%kc:beginInclude Using NVDA+F1 will open the log viewer and display developer information about the current navigator object. +%kc:endInclude Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it shows the most recent output since the Log viewer was opened. These actions are available under the viewer's Log menu. +The file which is opened when you press NVDA+f1 is saved on your computer in the temporary folder "%temp%" of your Windows and is called NVDA.log. +A log file is also saved in case NVDA crashes. The file is called NVDA_old.log and is saved in the same location. + +You can also copy some content of the log without opening the log viewer. +%kc:beginInclude +Press CTRL+NVDA+Shift+F1 to set the starting point for the content that should be copied, do the action that you want to review the log for and press CTRL+NVDA+Shift+F1 again to set the end point and to place the content between starting point and end point in your clipboard. +%kc:endInclude +Now you can paste the content anywhere you want. ++ Speech Viewer ++[SpeechViewer] For sighted software developers or people demoing NVDA to sighted audiences, a floating window is available that allows you to view all the text that NVDA is currently speaking. @@ -2866,6 +2876,12 @@ Specifically, following issues can be solved by running this tool: ++ Reload plugins ++[ReloadPlugins] This item, once activated, reloads app modules and global plugins without restarting NVDA, which can be useful for developers. +You can also find out whether the application that you focus has an app module integrated in NVDA or not. +%kc:beginInclude +Press ctrl+NVDA+f1 while you focus an application To hear the name of the app module integrated in NVDA - if any - and the name of the executable of the currently running application. +In case there is no app module integrated in NVDA for the focused application, you will only hear the name of the executable. +%kc:endInclude + + Supported Speech Synthesizers +[SupportedSpeechSynths] This section contains information about the speech synthesizers supported by NVDA. For an even more extensive list of free and commercial synthesizers that you can purchase and download for use with NVDA, please see the [extra voices page https://github.com/nvaccess/nvda/wiki/ExtraVoices]. From 5cbd648cf70c78df338809efe31249033fe924f1 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Sun, 17 Sep 2023 10:51:30 +0200 Subject: [PATCH 02/28] Revisited the changes and structured the commands as table to be consistent with other sections in the user guide --- user_docs/en/userGuide.t2t | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 897497620a4..d61e66ff9fa 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2785,20 +2785,18 @@ You can browse installed incompatible add-ons using the [incompatible add-ons ta ++ Log Viewer ++[LogViewer] The log viewer, found under Tools in the NVDA menu, allows you to view all the logging output that has occurred up until now from when you last started NVDA. -%kc:beginInclude -Using NVDA+F1 will open the log viewer and display developer information about the current navigator object. -%kc:endInclude Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it shows the most recent output since the Log viewer was opened. These actions are available under the viewer's Log menu. The file which is opened when you press NVDA+f1 is saved on your computer in the temporary folder "%temp%" of your Windows and is called NVDA.log. A log file is also saved in case NVDA crashes. The file is called NVDA_old.log and is saved in the same location. -You can also copy some content of the log without opening the log viewer. +You can also copy some content of the log without opening the log viewer and paste the content from your clipboard anywhere you want. %kc:beginInclude -Press CTRL+NVDA+Shift+F1 to set the starting point for the content that should be copied, do the action that you want to review the log for and press CTRL+NVDA+Shift+F1 again to set the end point and to place the content between starting point and end point in your clipboard. +|| Name | Desktop key | Laptop key | Touch | Description | +| Open log viewer | nvda+f1 | nvda+f1 | none | this will open the log viewer and display developer information about the current navigator object. | +| Copy a fragment of the log to the clipboard | ctrl+nvda+shift+f1 | ctrl+nvda+shift+f1 | none | This command pressed once, sets the starting point for the content that should be copied. Pressed a second time after you do an action, sets the end point and places the content between starting point and end point in your clipboard. | %kc:endInclude -Now you can paste the content anywhere you want. ++ Speech Viewer ++[SpeechViewer] For sighted software developers or people demoing NVDA to sighted audiences, a floating window is available that allows you to view all the text that NVDA is currently speaking. @@ -2878,8 +2876,9 @@ This item, once activated, reloads app modules and global plugins without restar You can also find out whether the application that you focus has an app module integrated in NVDA or not. %kc:beginInclude -Press ctrl+NVDA+f1 while you focus an application To hear the name of the app module integrated in NVDA - if any - and the name of the executable of the currently running application. -In case there is no app module integrated in NVDA for the focused application, you will only hear the name of the executable. +|| Name | Desktop key | Laptop key | Touch | Description | +| Report loaded plugin and executable | ctrl+nvda+f1 | ctrl+nvda+f1 | none | Use this command while you focus an application To hear the name of the app module integrated in NVDA - if any - and the name of the executable of the currently running application. In case there is no app module integrated in NVDA for the focused application, you will only hear the name of the executable. | +| Reload plugins | ctrl+nvda+f3 | ctrl+nvda+f3 | none | this command reloads NVDA's global plugins and app modules. | %kc:endInclude + Supported Speech Synthesizers +[SupportedSpeechSynths] From c890e0c0d1ef1fa904c01c5bb98e9cddc412a6fa Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Sun, 17 Sep 2023 18:33:34 +0200 Subject: [PATCH 03/28] Addressed review comments --- user_docs/en/userGuide.t2t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index d61e66ff9fa..f9bde7a5b58 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2788,10 +2788,10 @@ The log viewer, found under Tools in the NVDA menu, allows you to view all the l Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it shows the most recent output since the Log viewer was opened. These actions are available under the viewer's Log menu. -The file which is opened when you press NVDA+f1 is saved on your computer in the temporary folder "%temp%" of your Windows and is called NVDA.log. -A log file is also saved in case NVDA crashes. The file is called NVDA_old.log and is saved in the same location. +The file which is displayed when you open the log viewer is saved on your computer in the temporary folder "%temp%" of your Windows and is called NVDA.log. +This log file is also saved when a new session of NVDA is started or when NVDA crashes. The file is automatically renamaed to NVDA_old.log and a new NVDA log file is generated when the new NVDA session starts. -You can also copy some content of the log without opening the log viewer and paste the content from your clipboard anywhere you want. +You can also copy some content of the current log file without opening the log viewer and paste the content from your clipboard anywhere you want. %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | | Open log viewer | nvda+f1 | nvda+f1 | none | this will open the log viewer and display developer information about the current navigator object. | From 7841b1fbb2af48c42af3cf2a167b63f03962b413 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Sun, 17 Sep 2023 18:37:01 +0200 Subject: [PATCH 04/28] Update user_docs/en/userGuide.t2t Co-authored-by: Cyrille Bougot --- user_docs/en/userGuide.t2t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index f9bde7a5b58..ac7512863cd 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2874,7 +2874,8 @@ Specifically, following issues can be solved by running this tool: ++ Reload plugins ++[ReloadPlugins] This item, once activated, reloads app modules and global plugins without restarting NVDA, which can be useful for developers. -You can also find out whether the application that you focus has an app module integrated in NVDA or not. +You can also find out whether the application that you focus has an associated app module. + %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | | Report loaded plugin and executable | ctrl+nvda+f1 | ctrl+nvda+f1 | none | Use this command while you focus an application To hear the name of the app module integrated in NVDA - if any - and the name of the executable of the currently running application. In case there is no app module integrated in NVDA for the focused application, you will only hear the name of the executable. | From 68724a85b1d60f9dd5f6f5d4680ba9c3d8eeb8b5 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Sun, 17 Sep 2023 18:37:18 +0200 Subject: [PATCH 05/28] Update user_docs/en/userGuide.t2t Co-authored-by: Cyrille Bougot --- user_docs/en/userGuide.t2t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index ac7512863cd..055ec892fd3 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2878,7 +2878,8 @@ You can also find out whether the application that you focus has an associated %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | -| Report loaded plugin and executable | ctrl+nvda+f1 | ctrl+nvda+f1 | none | Use this command while you focus an application To hear the name of the app module integrated in NVDA - if any - and the name of the executable of the currently running application. In case there is no app module integrated in NVDA for the focused application, you will only hear the name of the executable. | +| Report loaded plugin and executable | ctrl+nvda+f1 | ctrl+nvda+f1 | none | Report the name of the app module associated to the current application, if any, and the name of the executable of the currently running application. | + | Reload plugins | ctrl+nvda+f3 | ctrl+nvda+f3 | none | this command reloads NVDA's global plugins and app modules. | %kc:endInclude From b4205e98f6387e8feff561efff2caaa35faf133c Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Sun, 17 Sep 2023 18:48:37 +0200 Subject: [PATCH 06/28] Update userGuide.t2t --- user_docs/en/userGuide.t2t | 2 -- 1 file changed, 2 deletions(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 055ec892fd3..2a4e402cdee 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2873,13 +2873,11 @@ Specifically, following issues can be solved by running this tool: ++ Reload plugins ++[ReloadPlugins] This item, once activated, reloads app modules and global plugins without restarting NVDA, which can be useful for developers. - You can also find out whether the application that you focus has an associated app module. %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | | Report loaded plugin and executable | ctrl+nvda+f1 | ctrl+nvda+f1 | none | Report the name of the app module associated to the current application, if any, and the name of the executable of the currently running application. | - | Reload plugins | ctrl+nvda+f3 | ctrl+nvda+f3 | none | this command reloads NVDA's global plugins and app modules. | %kc:endInclude From 77a773fe3a3d1bb398fe9f22159e86458f45fcbf Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Wed, 20 Sep 2023 13:58:13 +0200 Subject: [PATCH 07/28] Update user_docs/en/userGuide.t2t Co-authored-by: Sean Budd --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 2a4e402cdee..18a8e117f84 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2788,7 +2788,7 @@ The log viewer, found under Tools in the NVDA menu, allows you to view all the l Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it shows the most recent output since the Log viewer was opened. These actions are available under the viewer's Log menu. -The file which is displayed when you open the log viewer is saved on your computer in the temporary folder "%temp%" of your Windows and is called NVDA.log. +The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%/nvda.log``. This log file is also saved when a new session of NVDA is started or when NVDA crashes. The file is automatically renamaed to NVDA_old.log and a new NVDA log file is generated when the new NVDA session starts. You can also copy some content of the current log file without opening the log viewer and paste the content from your clipboard anywhere you want. From 332103e24d71eaf60ac45c96d344fe2821a81cca Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Wed, 20 Sep 2023 13:59:43 +0200 Subject: [PATCH 08/28] Update user_docs/en/userGuide.t2t Co-authored-by: Sean Budd --- user_docs/en/userGuide.t2t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 18a8e117f84..dcd1acc322d 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2789,7 +2789,8 @@ The log viewer, found under Tools in the NVDA menu, allows you to view all the l Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it shows the most recent output since the Log viewer was opened. These actions are available under the viewer's Log menu. The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%/nvda.log``. -This log file is also saved when a new session of NVDA is started or when NVDA crashes. The file is automatically renamaed to NVDA_old.log and a new NVDA log file is generated when the new NVDA session starts. +A new log file is created each time NVDA is started. +When this happens, the previous NVDA session's log file is moved to ``%temp%/nvda-old.log``. You can also copy some content of the current log file without opening the log viewer and paste the content from your clipboard anywhere you want. %kc:beginInclude From 5e6c85500f147e1730bfa4114abe11d485905694 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Wed, 20 Sep 2023 21:03:57 +0200 Subject: [PATCH 09/28] Update user_docs/en/userGuide.t2t Co-authored-by: Sean Budd --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index dcd1acc322d..66e1c1a6d93 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2792,7 +2792,7 @@ The file which is displayed when you open the log viewer is saved on your comput A new log file is created each time NVDA is started. When this happens, the previous NVDA session's log file is moved to ``%temp%/nvda-old.log``. -You can also copy some content of the current log file without opening the log viewer and paste the content from your clipboard anywhere you want. +You can also copy a fragment of the current log file to the clipboard without opening the log viewer. %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | | Open log viewer | nvda+f1 | nvda+f1 | none | this will open the log viewer and display developer information about the current navigator object. | From 2f27e617af486669dca0aa9537da384becd3e35e Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Wed, 20 Sep 2023 21:05:06 +0200 Subject: [PATCH 10/28] Update user_docs/en/userGuide.t2t Co-authored-by: Sean Budd --- user_docs/en/userGuide.t2t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 66e1c1a6d93..2c8796f765b 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2795,8 +2795,8 @@ When this happens, the previous NVDA session's log file is moved to ``%temp%/nvd You can also copy a fragment of the current log file to the clipboard without opening the log viewer. %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | -| Open log viewer | nvda+f1 | nvda+f1 | none | this will open the log viewer and display developer information about the current navigator object. | -| Copy a fragment of the log to the clipboard | ctrl+nvda+shift+f1 | ctrl+nvda+shift+f1 | none | This command pressed once, sets the starting point for the content that should be copied. Pressed a second time after you do an action, sets the end point and places the content between starting point and end point in your clipboard. | +| Open log viewer | ``NVDA+f1`` | ``NVDA+f1`` | None | This will open the log viewer and display developer information about the current navigator object. | +| Copy a fragment of the log to the clipboard | ``NVDA+control+shift+f1`` | ``NVDA+control+shift+f1`` | None | When this command is pressed once, it sets a starting point for the log content that should be captured. When pressed a second time, it copies the log content since the start point to your clipboard. | %kc:endInclude ++ Speech Viewer ++[SpeechViewer] From 263abd54d6ec50fbde8f43561b549eecb83ce416 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Wed, 20 Sep 2023 21:06:00 +0200 Subject: [PATCH 11/28] Update user_docs/en/userGuide.t2t Co-authored-by: Sean Budd --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 2c8796f765b..4bb7db67776 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2874,7 +2874,7 @@ Specifically, following issues can be solved by running this tool: ++ Reload plugins ++[ReloadPlugins] This item, once activated, reloads app modules and global plugins without restarting NVDA, which can be useful for developers. -You can also find out whether the application that you focus has an associated app module. +You can also find out whether the application that you focus has an associated app module. %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | From 441c38c66e4991190fadb3130240368d4b1790f5 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Wed, 20 Sep 2023 21:07:02 +0200 Subject: [PATCH 12/28] Update user_docs/en/userGuide.t2t Co-authored-by: Sean Budd --- user_docs/en/userGuide.t2t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 4bb7db67776..746d9607b88 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2878,8 +2878,8 @@ You can also find out whether the application that you focus has an associated a %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | -| Report loaded plugin and executable | ctrl+nvda+f1 | ctrl+nvda+f1 | none | Report the name of the app module associated to the current application, if any, and the name of the executable of the currently running application. | -| Reload plugins | ctrl+nvda+f3 | ctrl+nvda+f3 | none | this command reloads NVDA's global plugins and app modules. | +| Report loaded plugin and executable | ``NVDA+control+f1`` | ``NVDA+control+f1`` | None | Report the name of the app module associated to the current application, if any, and the name of the executable of the currently running application. | +| Reload plugins | ``control+f3`` | ``NVDA+control+f3`` | None | Reloads NVDA's global plugins and app modules. | %kc:endInclude + Supported Speech Synthesizers +[SupportedSpeechSynths] From 97edf27944eb7f994427b166ec0307605b15f411 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 09:59:09 +0200 Subject: [PATCH 13/28] Update user_docs/en/userGuide.t2t Co-authored-by: Cyrille Bougot --- user_docs/en/userGuide.t2t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 746d9607b88..60b6091e3a5 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2874,7 +2874,8 @@ Specifically, following issues can be solved by running this tool: ++ Reload plugins ++[ReloadPlugins] This item, once activated, reloads app modules and global plugins without restarting NVDA, which can be useful for developers. -You can also find out whether the application that you focus has an associated app module. + +The following NVDA key commands may also be useful: %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | From 3e421074e13e99367b425b0b8ca6111073f93963 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 10:23:48 +0200 Subject: [PATCH 14/28] Update userGuide.t2t --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 60b6091e3a5..b079f9dc131 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2879,7 +2879,7 @@ The following NVDA key commands may also be useful: %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | -| Report loaded plugin and executable | ``NVDA+control+f1`` | ``NVDA+control+f1`` | None | Report the name of the app module associated to the current application, if any, and the name of the executable of the currently running application. | +| Report loaded app module and executable | ``NVDA+control+f1`` | ``NVDA+control+f1`` | None | Report the name of the app module, if any, and the name of the executable associated to the active application which has the keyboard focus. | | Reload plugins | ``control+f3`` | ``NVDA+control+f3`` | None | Reloads NVDA's global plugins and app modules. | %kc:endInclude From d5287bc24d1ebc6a22606f0445d5725c2026b2ed Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 10:29:34 +0200 Subject: [PATCH 15/28] Update user_docs/en/userGuide.t2t Co-authored-by: Sean Budd --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index b079f9dc131..b86a27fa77c 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2795,7 +2795,7 @@ When this happens, the previous NVDA session's log file is moved to ``%temp%/nvd You can also copy a fragment of the current log file to the clipboard without opening the log viewer. %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | -| Open log viewer | ``NVDA+f1`` | ``NVDA+f1`` | None | This will open the log viewer and display developer information about the current navigator object. | +| Open log viewer | ``NVDA+f1`` | ``NVDA+f1`` | None | Opens the log viewer and displays developer information about the current navigator object. | | Copy a fragment of the log to the clipboard | ``NVDA+control+shift+f1`` | ``NVDA+control+shift+f1`` | None | When this command is pressed once, it sets a starting point for the log content that should be captured. When pressed a second time, it copies the log content since the start point to your clipboard. | %kc:endInclude From accde6568e7b13cd3b07b883ab6b6d91790851c0 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 10:34:46 +0200 Subject: [PATCH 16/28] Update userGuide.t2t --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index b86a27fa77c..9788dd7d463 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2879,8 +2879,8 @@ The following NVDA key commands may also be useful: %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | -| Report loaded app module and executable | ``NVDA+control+f1`` | ``NVDA+control+f1`` | None | Report the name of the app module, if any, and the name of the executable associated to the active application which has the keyboard focus. | | Reload plugins | ``control+f3`` | ``NVDA+control+f3`` | None | Reloads NVDA's global plugins and app modules. | +| Report loaded app module and executable | ``NVDA+control+f1`` | ``NVDA+control+f1`` | None | Report the name of the app module, if any, and the name of the executable associated to the active application which has the keyboard focus. | %kc:endInclude + Supported Speech Synthesizers +[SupportedSpeechSynths] From f2e16d37ed374293db1e1b0ef556c4fdd4c8674a Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 10:41:41 +0200 Subject: [PATCH 17/28] Update user_docs/en/userGuide.t2t Co-authored-by: Luke Davis <8139760+XLTechie@users.noreply.github.com> --- user_docs/en/userGuide.t2t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 9788dd7d463..f90c08e45a2 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2786,7 +2786,8 @@ You can browse installed incompatible add-ons using the [incompatible add-ons ta ++ Log Viewer ++[LogViewer] The log viewer, found under Tools in the NVDA menu, allows you to view all the logging output that has occurred up until now from when you last started NVDA. -Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it shows the most recent output since the Log viewer was opened. +Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it loads new log output generated after the Log viewer was opened. + These actions are available under the viewer's Log menu. The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%/nvda.log``. A new log file is created each time NVDA is started. From 8bf44b904359f0b489bb4637db968b40061a9b9e Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 10:48:13 +0200 Subject: [PATCH 18/28] Update user_docs/en/userGuide.t2t Co-authored-by: Luke Davis <8139760+XLTechie@users.noreply.github.com> --- user_docs/en/userGuide.t2t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index f90c08e45a2..7df0ed809ff 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2789,7 +2789,8 @@ The log viewer, found under Tools in the NVDA menu, allows you to view all the l Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it loads new log output generated after the Log viewer was opened. These actions are available under the viewer's Log menu. -The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%/nvda.log``. +The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%\nvda.log``. + A new log file is created each time NVDA is started. When this happens, the previous NVDA session's log file is moved to ``%temp%/nvda-old.log``. From 154c83a913a5da6559e4363678e6e8fc9db9275e Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 10:48:57 +0200 Subject: [PATCH 19/28] Update user_docs/en/userGuide.t2t Co-authored-by: Luke Davis <8139760+XLTechie@users.noreply.github.com> --- user_docs/en/userGuide.t2t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 7df0ed809ff..43f0139564e 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2792,7 +2792,8 @@ These actions are available under the viewer's Log menu. The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%\nvda.log``. A new log file is created each time NVDA is started. -When this happens, the previous NVDA session's log file is moved to ``%temp%/nvda-old.log``. +When this happens, the previous NVDA session's log file is moved to ``%temp%\nvda-old.log``. + You can also copy a fragment of the current log file to the clipboard without opening the log viewer. %kc:beginInclude From 48147016b7c957d5be96c037ca898cb01891fc70 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 10:56:17 +0200 Subject: [PATCH 20/28] Update userGuide.t2t --- user_docs/en/userGuide.t2t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 43f0139564e..24ffdc6400f 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2789,12 +2789,11 @@ The log viewer, found under Tools in the NVDA menu, allows you to view all the l Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it loads new log output generated after the Log viewer was opened. These actions are available under the viewer's Log menu. -The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%\nvda.log``. +The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%\nvda.log``. A new log file is created each time NVDA is started. When this happens, the previous NVDA session's log file is moved to ``%temp%\nvda-old.log``. - You can also copy a fragment of the current log file to the clipboard without opening the log viewer. %kc:beginInclude || Name | Desktop key | Laptop key | Touch | Description | From c151a97d6045eb7b93c9c58b9a6be4fb89cb4938 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 11:15:16 +0200 Subject: [PATCH 21/28] Update userGuide.t2t --- user_docs/en/userGuide.t2t | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 24ffdc6400f..dcf199adf67 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2784,11 +2784,10 @@ You can browse installed incompatible add-ons using the [incompatible add-ons ta + Extra Tools +[ExtraTools] ++ Log Viewer ++[LogViewer] -The log viewer, found under Tools in the NVDA menu, allows you to view all the logging output that has occurred up until now from when you last started NVDA. +The log viewer, found under Tools in the NVDA menu, allows you to view all the logging output that has occurred since the last session of NVDA was started. Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it loads new log output generated after the Log viewer was opened. - -These actions are available under the viewer's Log menu. +These actions are available under the Log viewer's menu. The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%\nvda.log``. A new log file is created each time NVDA is started. From 71b023579c285cd821e8752a1c9a10f5be17852b Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Thu, 21 Sep 2023 12:15:44 +0200 Subject: [PATCH 22/28] Update userGuide.t2t --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index dcf199adf67..d24f6538b10 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2784,7 +2784,7 @@ You can browse installed incompatible add-ons using the [incompatible add-ons ta + Extra Tools +[ExtraTools] ++ Log Viewer ++[LogViewer] -The log viewer, found under Tools in the NVDA menu, allows you to view all the logging output that has occurred since the last session of NVDA was started. +The log viewer, found under Tools in the NVDA menu, allows you to view the logging output that has occurred since the last session of NVDA was started. Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it loads new log output generated after the Log viewer was opened. These actions are available under the Log viewer's menu. From c2c71d364b5d27198fae0a4c76872fef1b3af055 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Fri, 22 Sep 2023 00:51:01 +0200 Subject: [PATCH 23/28] Update userGuide.t2t --- user_docs/en/userGuide.t2t | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index d24f6538b10..7275ee88f7a 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2795,9 +2795,9 @@ When this happens, the previous NVDA session's log file is moved to ``%temp%\nvd You can also copy a fragment of the current log file to the clipboard without opening the log viewer. %kc:beginInclude -|| Name | Desktop key | Laptop key | Touch | Description | -| Open log viewer | ``NVDA+f1`` | ``NVDA+f1`` | None | Opens the log viewer and displays developer information about the current navigator object. | -| Copy a fragment of the log to the clipboard | ``NVDA+control+shift+f1`` | ``NVDA+control+shift+f1`` | None | When this command is pressed once, it sets a starting point for the log content that should be captured. When pressed a second time, it copies the log content since the start point to your clipboard. | +|| Name | key | Description | +| Open log viewer | ``NVDA+f1`` | Opens the log viewer and displays developer information about the current navigator object. | +| Copy a fragment of the log to the clipboard | ``NVDA+control+shift+f1`` | When this command is pressed once, it sets a starting point for the log content that should be captured. When pressed a second time, it copies the log content since the start point to your clipboard. | %kc:endInclude ++ Speech Viewer ++[SpeechViewer] @@ -2877,11 +2877,10 @@ Specifically, following issues can be solved by running this tool: This item, once activated, reloads app modules and global plugins without restarting NVDA, which can be useful for developers. The following NVDA key commands may also be useful: - %kc:beginInclude -|| Name | Desktop key | Laptop key | Touch | Description | -| Reload plugins | ``control+f3`` | ``NVDA+control+f3`` | None | Reloads NVDA's global plugins and app modules. | -| Report loaded app module and executable | ``NVDA+control+f1`` | ``NVDA+control+f1`` | None | Report the name of the app module, if any, and the name of the executable associated to the active application which has the keyboard focus. | +|| Name | key | Description | +| Reload plugins | ``NVDA+control+f3`` | Reloads NVDA's global plugins and app modules. | +| Report loaded app module and executable | ``NVDA+control+f1`` | Report the name of the app module, if any, and the name of the executable associated to the active application which has the keyboard focus. | %kc:endInclude + Supported Speech Synthesizers +[SupportedSpeechSynths] From e96a42ffea55418447a9d774fda67941c38f259f Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Fri, 22 Sep 2023 03:04:48 +0200 Subject: [PATCH 24/28] Update user_docs/en/userGuide.t2t Co-authored-by: Luke Davis <8139760+XLTechie@users.noreply.github.com> --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 7275ee88f7a..83670d9c64f 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2880,7 +2880,7 @@ The following NVDA key commands may also be useful: %kc:beginInclude || Name | key | Description | | Reload plugins | ``NVDA+control+f3`` | Reloads NVDA's global plugins and app modules. | -| Report loaded app module and executable | ``NVDA+control+f1`` | Report the name of the app module, if any, and the name of the executable associated to the active application which has the keyboard focus. | +| Report loaded app module and executable | ``NVDA+control+f1`` | Report the name of the app module, if any, and the name of the executable associated with the application which has the keyboard focus. | %kc:endInclude + Supported Speech Synthesizers +[SupportedSpeechSynths] From 79091ec18fe23e760844ebf90e180bad7d3c5117 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Fri, 22 Sep 2023 03:08:35 +0200 Subject: [PATCH 25/28] Update user_docs/en/userGuide.t2t Co-authored-by: Luke Davis <8139760+XLTechie@users.noreply.github.com> --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 83670d9c64f..e41b21e37d9 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2878,7 +2878,7 @@ This item, once activated, reloads app modules and global plugins without restar The following NVDA key commands may also be useful: %kc:beginInclude -|| Name | key | Description | +|| Name | Key | Description | | Reload plugins | ``NVDA+control+f3`` | Reloads NVDA's global plugins and app modules. | | Report loaded app module and executable | ``NVDA+control+f1`` | Report the name of the app module, if any, and the name of the executable associated with the application which has the keyboard focus. | %kc:endInclude From eea53d4e637eb8bff55fd8364081358bb48db46c Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Fri, 22 Sep 2023 03:09:03 +0200 Subject: [PATCH 26/28] Update user_docs/en/userGuide.t2t Co-authored-by: Luke Davis <8139760+XLTechie@users.noreply.github.com> --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index e41b21e37d9..1b9b7c54b98 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2795,7 +2795,7 @@ When this happens, the previous NVDA session's log file is moved to ``%temp%\nvd You can also copy a fragment of the current log file to the clipboard without opening the log viewer. %kc:beginInclude -|| Name | key | Description | +|| Name | Key | Description | | Open log viewer | ``NVDA+f1`` | Opens the log viewer and displays developer information about the current navigator object. | | Copy a fragment of the log to the clipboard | ``NVDA+control+shift+f1`` | When this command is pressed once, it sets a starting point for the log content that should be captured. When pressed a second time, it copies the log content since the start point to your clipboard. | %kc:endInclude From 0db0ab26a7f471d246b119a1918a6773c1a1427b Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Fri, 22 Sep 2023 03:10:45 +0200 Subject: [PATCH 27/28] Update user_docs/en/userGuide.t2t Co-authored-by: Luke Davis <8139760+XLTechie@users.noreply.github.com> --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 1b9b7c54b98..d3058c2a9df 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2784,7 +2784,7 @@ You can browse installed incompatible add-ons using the [incompatible add-ons ta + Extra Tools +[ExtraTools] ++ Log Viewer ++[LogViewer] -The log viewer, found under Tools in the NVDA menu, allows you to view the logging output that has occurred since the last session of NVDA was started. +The log viewer, found under Tools in the NVDA menu, allows you to view the logging output that has occurred since the current session of NVDA was started. Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it loads new log output generated after the Log viewer was opened. These actions are available under the Log viewer's menu. From 519d880772583d5545d2dc6ea8f9e7325dcffb93 Mon Sep 17 00:00:00 2001 From: Adriani90 Date: Fri, 22 Sep 2023 03:15:28 +0200 Subject: [PATCH 28/28] Update userGuide.t2t --- user_docs/en/userGuide.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index d3058c2a9df..6542c8148c8 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -2787,7 +2787,7 @@ You can browse installed incompatible add-ons using the [incompatible add-ons ta The log viewer, found under Tools in the NVDA menu, allows you to view the logging output that has occurred since the current session of NVDA was started. Apart from reading the content, you can also Save a copy of the log file, or refresh the viewer so that it loads new log output generated after the Log viewer was opened. -These actions are available under the Log viewer's menu. +These actions are available under the Log submenu in the log viewer. The file which is displayed when you open the log viewer is saved on your computer at the file location ``%temp%\nvda.log``. A new log file is created each time NVDA is started.