|
Is it recommended for a new nvda user to start with win 10 or win 11?
Hi, Regardless of what one can think of win11, I would recommend using it from the start, no point in getting used to stuf that he will have to forget, as he will have to update eventually - And as fa
Hi, Regardless of what one can think of win11, I would recommend using it from the start, no point in getting used to stuf that he will have to forget, as he will have to update eventually - And as fa
|
By
Patrick Le Baudour
· #102037
·
|
|
Preserving Start Marker Despite Window Change
Oh, my bad, I forgot to check... there is a similar functionality with notepad++, "begin/end select" in the edit menu or through context menu. first use start the selection and the menu item gets chec
Oh, my bad, I forgot to check... there is a similar functionality with notepad++, "begin/end select" in the edit menu or through context menu. first use start the selection and the menu item gets chec
|
By
Patrick Le Baudour
· #101917
·
|
|
Preserving Start Marker Despite Window Change
Hi, Can't you just do it in two steps? copy everything to a new document if needed (shouldn't be necessary with notepad++, you can always reload from disk), go to the start of the wanted part, remove
Hi, Can't you just do it in two steps? copy everything to a new document if needed (shouldn't be necessary with notepad++, you can always reload from disk), go to the start of the wanted part, remove
|
By
Patrick Le Baudour
· #101915
·
|
|
NVDA profile and Triggering it for "Say All"
Hi, I would tend to only use say all for reading articles or (web)novels so i would be tempted to use it to disable announcing stuff like formating or links, possibly use a slightly slower speed than
Hi, I would tend to only use say all for reading articles or (web)novels so i would be tempted to use it to disable announcing stuff like formating or links, possibly use a slightly slower speed than
|
By
Patrick Le Baudour
· #100489
·
|
|
On Windows 11, NVDA seems to perform poorly in visual studio 2022
Hello, the one setting that comes to mind, in the advanced category, is "Enable selective registration for UI Automation events and property changes". Without it, nvda is just overloaded with events s
Hello, the one setting that comes to mind, in the advanced category, is "Enable selective registration for UI Automation events and property changes". Without it, nvda is just overloaded with events s
|
By
Patrick Le Baudour
· #100351
·
|
|
The Japanese 1Core voices have failed my first test of them
Hi, for the record, using one core japanese voices, it seems it doesn't read the lines if automatic language switching is on, but it does read them properly if it is off. -- Patrick
Hi, for the record, using one core japanese voices, it seems it doesn't read the lines if automatic language switching is on, but it does read them properly if it is off. -- Patrick
|
By
Patrick Le Baudour
· #97827
·
|
|
Another annoyance that can't be turned off
Hi, the start menu is not the only place suggestions can happen, and even there it has occasionally been useful to me when the system was very sluggish and the spoken suggestion announcement would hav
Hi, the start menu is not the only place suggestions can happen, and even there it has occasionally been useful to me when the system was very sluggish and the spoken suggestion announcement would hav
|
By
Patrick Le Baudour
· #92585
·
|
|
NVDA speaks different cursors.
Hi, I would guess the first item: "Report Mouse Shape Changes", in the mouse category of nvda settings is the one tht needs unchecking. Regards, -- Patrick.
Hi, I would guess the first item: "Report Mouse Shape Changes", in the mouse category of nvda settings is the one tht needs unchecking. Regards, -- Patrick.
|
By
Patrick Le Baudour
· #90571
·
|
|
Firefox download new version dialog
Hi, F6 would be the way to go. you may have to use it more than once depending on where you are. If I remember correctly, there is a check for update part in the settings page. -- Patrick
Hi, F6 would be the way to go. you may have to use it more than once depending on where you are. If I remember correctly, there is a check for update part in the settings page. -- Patrick
|
By
Patrick Le Baudour
· #87590
·
|
|
NVDA screen reader problem with fire fox version 90
Hi, for information, it is not a nvda problem at all, it only affects 64-bits firefox releases with some specific registry settings, that can alas be modified by unrelated programs like acrobat reader
Hi, for information, it is not a nvda problem at all, it only affects 64-bits firefox releases with some specific registry settings, that can alas be modified by unrelated programs like acrobat reader
|
By
Patrick Le Baudour
· #85043
·
|
|
Correcting speech pattern
Hi, Unfortunately, it is not a feature of nvda but one specific to the engine/voice, thus there is no simple way to avoid that kind of things altogether. It should be possible to use the dictionary to
Hi, Unfortunately, it is not a feature of nvda but one specific to the engine/voice, thus there is no simple way to avoid that kind of things altogether. It should be possible to use the dictionary to
|
By
Patrick Le Baudour
· #84831
·
|
|
locked
Updated Firefox to version 89, can no longer use w/NVDA
Hi, Seems I also have this problem - it worked fine the first time after installation but once firefox got closed and started again, I only got unknown elements. as said here already,Starting with pro
Hi, Seems I also have this problem - it worked fine the first time after installation but once firefox got closed and started again, I only got unknown elements. as said here already,Starting with pro
|
By
Patrick Le Baudour
· #84754
·
|
|
words with no spaces on this web page?
Another possibility is that while parsing, it create implicit elements isolating stuff between two comment tags. With a display style inline-block, lone spaces are discarded but other elements margin
Another possibility is that while parsing, it create implicit elements isolating stuff between two comment tags. With a display style inline-block, lone spaces are discarded but other elements margin
|
By
Patrick Le Baudour
· #84201
·
|
|
words with no spaces on this web page?
Hi, when checking html code, it goes like: Thank<!-- --> <!-- -->you<!-- --> <!-- -->for<!-- --> <!-- -->your and so on... each word and each space seems separated by an empty html comment, it seems t
Hi, when checking html code, it goes like: Thank<!-- --> <!-- -->you<!-- --> <!-- -->for<!-- --> <!-- -->your and so on... each word and each space seems separated by an empty html comment, it seems t
|
By
Patrick Le Baudour
· #84187
·
|
|
default speech dictionary, as and American Samoa
well, i got the same american samoa replacement with one core zara, and tested before posting., it did solve it. after checking other voices, same thing with one core marc, , sapi5 zira and david. Bri
well, i got the same american samoa replacement with one core zara, and tested before posting., it did solve it. after checking other voices, same thing with one core marc, , sapi5 zira and david. Bri
|
By
Patrick Le Baudour
· #83787
·
|
|
default speech dictionary, as and American Samoa
Regular expressions capture the largest possible match by default, this is probably also the reason only the second as is affected by that problem -- Patrick
Regular expressions capture the largest possible match by default, this is probably also the reason only the second as is affected by that problem -- Patrick
|
By
Patrick Le Baudour
· #83782
·
|
|
default speech dictionary, as and American Samoa
Hi, I tried to narrow down the thing, seems it need a number, and a word like street, road, hill are needed to match. based on the first one, I tried the pattern (\d+)([^0-9,]+\sas\s) replacing by \1,
Hi, I tried to narrow down the thing, seems it need a number, and a word like street, road, hill are needed to match. based on the first one, I tried the pattern (\d+)([^0-9,]+\sas\s) replacing by \1,
|
By
Patrick Le Baudour
· #83780
·
|
|
Browse Dialogs with NVDA
Hi, I've had the problem several times, I just never use grouping in explorer, but after several windows updates the download folder got brouped by date both in explorer and browse dialogs, so i had t
Hi, I've had the problem several times, I just never use grouping in explorer, but after several windows updates the download folder got brouped by date both in explorer and browse dialogs, so i had t
|
By
Patrick Le Baudour
· #82042
·
|
|
Pause When Changing Paragraphs in Say All
Hi, i got some result using the speech dictionary, in regular expression mode, replacing $ with ... ... ... ... .. there may be some side effects, though, as there is no way to limit it to the say all
Hi, i got some result using the speech dictionary, in regular expression mode, replacing $ with ... ... ... ... .. there may be some side effects, though, as there is no way to limit it to the say all
|
By
Patrick Le Baudour
· #81490
·
|
|
nvda accessibility with calibre:
Hi, last time I tried, it was a pain, but since then an add-on has been developped: https://addons.nvda-project.org/addons/calibre.en.html i haven't tried it, as i only use calibre's ebook conversion
Hi, last time I tried, it was a pain, but since then an add-on has been developped: https://addons.nvda-project.org/addons/calibre.en.html i haven't tried it, as i only use calibre's ebook conversion
|
By
Patrick Le Baudour
· #80599
·
|