|
Develop nvda add on with vscode tooltips
I would also be interested in this. If type annotations, recently presented by Joseph, get integrated into NVDA and vs code autocomplete makes use of them, the development experience could improve dra
I would also be interested in this. If type annotations, recently presented by Joseph, get integrated into NVDA and vs code autocomplete makes use of them, the development experience could improve dra
|
By
Stefan Moisei
· #14496
·
|
|
Braille display usage question.
Hi,\ I think the other way round, I am too slow reading braille, therefore I prefer speech. I use braille for math only, it is much more complex than programming. Some code lines can be complicated to
Hi,\ I think the other way round, I am too slow reading braille, therefore I prefer speech. I use braille for math only, it is much more complex than programming. Some code lines can be complicated to
|
By
Stefan Moisei
· #14071
·
|
|
get css selector of focused element
Hi, Is it possible to get a css selector for the focused web element? I tried IA2 attribeutes and iSimpleDomNode, but I only managed to get the class and id. this is not enough, since web devs hardly
Hi, Is it possible to get a css selector for the focused web element? I tried IA2 attribeutes and iSimpleDomNode, but I only managed to get the class and id. this is not enough, since web devs hardly
|
By
Stefan Moisei
· #14026
·
|
|
NVDA performance in remote or virtual environments
Hi Adriani, I am doing it on the same physical machine, using the host as the server, i.e. setting the host to be the server, and setting the guest to connect to the host local network IP address. if
Hi Adriani, I am doing it on the same physical machine, using the host as the server, i.e. setting the host to be the server, and setting the guest to connect to the host local network IP address. if
|
By
Stefan Moisei
· #13948
·
|
|
Unmute addon request.
Hi Oleksandr, An idea for how to implement it: if the option change the volume of the current app is checked, then, when pressing the keys to increase or decrease volume, find the current process name
Hi Oleksandr, An idea for how to implement it: if the option change the volume of the current app is checked, then, when pressing the keys to increase or decrease volume, find the current process name
|
By
Stefan Moisei
· #13927
·
|
|
NVDA performance in remote or virtual environments
Hi, In my experience with vm's and remote connections, nvda remote has proven to be the fastest option. Classical remote software, like rdp, team viewr etc, route the actual sound back to the host. th
Hi, In my experience with vm's and remote connections, nvda remote has proven to be the fastest option. Classical remote software, like rdp, team viewr etc, route the actual sound back to the host. th
|
By
Stefan Moisei
· #13926
·
|
|
Unmute addon request.
HI Oleksandr, The addon seems to be working fine now, thanks. I have one little suggestion. could you autoselect the current application in the volume ring? i.e. I alt+tab to chrome, chrome gets chose
HI Oleksandr, The addon seems to be working fine now, thanks. I have one little suggestion. could you autoselect the current application in the volume ring? i.e. I alt+tab to chrome, chrome gets chose
|
By
Stefan Moisei
· #13880
·
|
|
How to implement automatic switching of speech synthesizers?
Hi, You are welcome. Do you have any idea how one might pass function arguements to callback? i.e. let’s say the function is not called restore synth, but set sinth and that it receives the synth name
Hi, You are welcome. Do you have any idea how one might pass function arguements to callback? i.e. let’s say the function is not called restore synth, but set sinth and that it receives the synth name
|
By
Stefan Moisei
· #13770
·
|
|
How to implement automatic switching of speech synthesizers?
Hi Oleksandr, look in speech.py. I think CallbackCommand is what you want. something like: s=[“example text”, CallbackCommand(finished, args)] def finished.... change synth here speech.speak(s) Hopefu
Hi Oleksandr, look in speech.py. I think CallbackCommand is what you want. something like: s=[“example text”, CallbackCommand(finished, args)] def finished.... change synth here speech.speak(s) Hopefu
|
By
Stefan Moisei
· #13749
·
|
|
Help needed in developing an add-on for Discord
Hi, See this thread. the situation might have changed, and a proper event might be firing now: https://nvda-addons.groups.io/g/nvda-addons/topic/identify_fired_events/30139666?p=,,,20,0,0,0::recentpos
Hi, See this thread. the situation might have changed, and a proper event might be firing now: https://nvda-addons.groups.io/g/nvda-addons/topic/identify_fired_events/30139666?p=,,,20,0,0,0::recentpos
|
By
Stefan Moisei
· #13745
·
|
|
How to implement automatic switching of speech synthesizers?
Hi, I am not the most qualified to answer this, but, since no one did... I think the reason this happens is that the speak function returns immediately, without waiting until the message is spoken. th
Hi, I am not the most qualified to answer this, but, since no one did... I think the reason this happens is that the speak function returns immediately, without waiting until the message is spoken. th
|
By
Stefan Moisei
· #13744
·
|
|
identifying when NVDA starts and stops speaking
#addon
Hi,’ Look at the Callback speech command found in speech.py
Hi,’ Look at the Callback speech command found in speech.py
|
By
Stefan Moisei
· #13616
·
|
|
Can remote Addon automatically connect to server in lock screen?
Waht are you referring to?
Waht are you referring to?
|
By
Stefan Moisei
· #13615
·
|
|
Can remote Addon automatically connect to server in lock screen?
NVDARemote already uses ssl, so it is pretty secure. I guess it is still vunlerable to mand in the middle attacks. yes, vpn could improve security.
NVDARemote already uses ssl, so it is pretty secure. I guess it is still vunlerable to mand in the middle attacks. yes, vpn could improve security.
|
By
Stefan Moisei
· #13564
·
|
|
JAB status bar
Hello, I have a java access bridge based app in which I can find the status bar by object navigation, but NVDA doesn’t see it automatically. How might I uniquely identify the object to set it as the s
Hello, I have a java access bridge based app in which I can find the status bar by object navigation, but NVDA doesn’t see it automatically. How might I uniquely identify the object to set it as the s
|
By
Stefan Moisei
· #13451
·
|
|
Monitoring changes in dynamic HTML pages
Maybe not a classic socket, but webSockets can be surely used for this. I communicated to a browser from an external python application and it worked. I am also with James and Akash regarding the web
Maybe not a classic socket, but webSockets can be surely used for this. I communicated to a browser from an external python application and it worked. I am also with James and Akash regarding the web
|
By
Stefan Moisei
· #13077
·
|
|
find out wehn NVDA has finished speaking a given text
Hello, I understand that, from 19.3, the new speech api allows implementing callbacks triggered when speech has finished. I read the comments for the speech functions and the phonetic punctuation addo
Hello, I understand that, from 19.3, the new speech api allows implementing callbacks triggered when speech has finished. I read the comments for the speech functions and the phonetic punctuation addo
|
By
Stefan Moisei
· #12723
·
|
|
how can I make a addon about marked button, link or graphic and give some alternate text
Hi, I don't know if NVDA can do this. A better approach would be to make a browser extension, a tamper monkey script, for example. This way, it would work on both firefox and chrome, on both desktop a
Hi, I don't know if NVDA can do this. A better approach would be to make a browser extension, a tamper monkey script, for example. This way, it would work on both firefox and chrome, on both desktop a
|
By
Stefan Moisei
· #12486
·
|
|
unigramAccess - a new addon for nvda
Hi Beqa Nice work, this solves the files and members list problems in uningram! You can look at the unigram jaws scripts documentation for inspiration in regard to new features, by the way it is writt
Hi Beqa Nice work, this solves the files and members list problems in uningram! You can look at the unigram jaws scripts documentation for inspiration in regard to new features, by the way it is writt
|
By
Stefan Moisei
· #12371
·
|
|
Automatic language switching based on character set
Hi, I think you're talking about this: https://mahmood-taghavi.github.io/dual_voice/ However, it has some limitations. I don't know of any addon which works for any synth.
Hi, I think you're talking about this: https://mahmood-taghavi.github.io/dual_voice/ However, it has some limitations. I don't know of any addon which works for any synth.
|
By
Stefan Moisei
· #12357
·
|