|
How can I customize announcement of keys?
Thanks for taking a look at the problem through your add-on. I use it and can highly recommend it as a very useful add-on, so I will be looking forward to see what possible solutions you might find. D
Thanks for taking a look at the problem through your add-on. I use it and can highly recommend it as a very useful add-on, so I will be looking forward to see what possible solutions you might find. D
|
By
Daniel Gartmann
· #14668
·
|
|
How can I customize announcement of keys?
Exactly, Rui. I also tried that 😊. Daniel Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> På vegne af Rui Fontes Sendt: 23. februar 2021 17:06 Til: nvda-addons@...
Exactly, Rui. I also tried that 😊. Daniel Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> På vegne af Rui Fontes Sendt: 23. februar 2021 17:06 Til: nvda-addons@...
|
By
Daniel Gartmann
· #14666
·
|
|
How can I customize announcement of keys?
Hello, I recently filed an issue as I would like a way to customize what keys are announced. This issue deals specifically with the Windows key as it is not spoken even with Speak functionKeys turned
Hello, I recently filed an issue as I would like a way to customize what keys are announced. This issue deals specifically with the Windows key as it is not spoken even with Speak functionKeys turned
|
By
Daniel Gartmann
· #14664
·
|
|
Testing modifications or additions to add-ons
Hello, If I want to try adding code to an add-on that I have installed, what is the procedure I should take? Should I use the development scratch pad and somehow make sure the original add-on gets cal
Hello, If I want to try adding code to an add-on that I have installed, what is the procedure I should take? Should I use the development scratch pad and somehow make sure the original add-on gets cal
|
By
Daniel Gartmann
· #14520
·
|
|
inputCore.manager.emulateGesture() not firing all keystrokes?
These questions are extremely helpful to me as someone who has a hard time getting started with NVDA add-on writing. Let’s hope that some of these answers can be picked up by the great developers on t
These questions are extremely helpful to me as someone who has a hard time getting started with NVDA add-on writing. Let’s hope that some of these answers can be picked up by the great developers on t
|
By
Daniel Gartmann
· #14373
·
|
|
NVDAExtensionGlobalPlugin and announcement of wireless strength
Thanks for recommending the add-on WlanReporter linked to in this topic. It even reports what type of connection you are connected to.
Thanks for recommending the add-on WlanReporter linked to in this topic. It even reports what type of connection you are connected to.
|
By
Daniel Gartmann
· #13787
·
|
|
NVDAExtensionGlobalPlugin and announcement of wireless strength
Hello Paul, I am trying the NVDAExtensionGlobalPlugin and I have one question: Is it possible to make the plugin announce the strength of the wireless network that the computer is currently connected
Hello Paul, I am trying the NVDAExtensionGlobalPlugin and I have one question: Is it possible to make the plugin announce the strength of the wireless network that the computer is currently connected
|
By
Daniel Gartmann
· #13717
·
|
|
Enhanced Touch Gestures and Resource Monitor June 21st development snapshot
Hello Joseph, Regarding Resource Monitor: Is it possible to have it announce the strength of the currently connected wifi as well as the name of that wifi? Daniel Fra: nvda-addons@...
Hello Joseph, Regarding Resource Monitor: Is it possible to have it announce the strength of the currently connected wifi as well as the name of that wifi? Daniel Fra: nvda-addons@...
|
By
Daniel Gartmann
· #12721
·
|
|
Outlook Extended: Can't read headers in meting request
Done privately. Daniel Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> PÃ¥ vegne af Cyrille via groups.io Sendt: 20. maj 2020 14:25 Til: nvda-addons@nvda-addons.groups.io Emn
Done privately. Daniel Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> PÃ¥ vegne af Cyrille via groups.io Sendt: 20. maj 2020 14:25 Til: nvda-addons@nvda-addons.groups.io Emn
|
By
Daniel Gartmann
· #12545
·
|
|
Outlook Extended: Can't read headers in meting request
Cyrille, Thanks for asking. Yes. I am able to reach the headers in the meeting request with the Tab key. And to your question about whether there are other issues: When I have the Bcc field enabled, a
Cyrille, Thanks for asking. Yes. I am able to reach the headers in the meeting request with the Tab key. And to your question about whether there are other issues: When I have the Bcc field enabled, a
|
By
Daniel Gartmann
· #12541
·
|
|
Outlook Extended: Can't read headers in meting request
Microsoft® Outlook® for Microsoft 365 MSO (16.0.12730.20252) 64-bit I have not tested with any other version of Outlook. I tested with a cancelled meeting request in the form of an e-mail open from th
Microsoft® Outlook® for Microsoft 365 MSO (16.0.12730.20252) 64-bit I have not tested with any other version of Outlook. I tested with a cancelled meeting request in the form of an e-mail open from th
|
By
Daniel Gartmann
· #12537
·
|
|
Outlook Extended: Can't read headers in meting request
Hi Cyrille and Ralf, A log has been sent privately. Thanks to both of you for following up so quickly. Daniel Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> PÃ¥ vegne af Ral
Hi Cyrille and Ralf, A log has been sent privately. Thanks to both of you for following up so quickly. Daniel Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> PÃ¥ vegne af Ral
|
By
Daniel Gartmann
· #12525
·
|
|
Outlook Extende: Can't read headers in meting request
Hi, In a cancelled meeting request, I can’t use Alt+1 through Alt+0 to read the headers. Is there any interest in more details? I don’t know what kind of input is needed for the authors to be able to
Hi, In a cancelled meeting request, I can’t use Alt+1 through Alt+0 to read the headers. Is there any interest in more details? I don’t know what kind of input is needed for the authors to be able to
|
By
Daniel Gartmann
· #12513
·
|
|
How to make global plug-in when NVDA starts
Hi, Well, when I look in core.py, the only reference to postNvdaStartup Is this line: postNvdaStartup = extensionPoints.Action() Where would I put the event? Daniel Fra: nvda-addons@...
Hi, Well, when I look in core.py, the only reference to postNvdaStartup Is this line: postNvdaStartup = extensionPoints.Action() Where would I put the event? Daniel Fra: nvda-addons@...
|
By
Daniel Gartmann
· #12210
·
|
|
How to make global plug-in when NVDA starts
Hi, I am trying to make NVDA read some information every time it starts up. I am coming from JAWS where you would put this into the AutoStartEvent in the MyExtensions file 😊. What should I look into w
Hi, I am trying to make NVDA read some information every time it starts up. I am coming from JAWS where you would put this into the AutoStartEvent in the MyExtensions file 😊. What should I look into w
|
By
Daniel Gartmann
· #12208
·
|
|
Zoom: No character echo when entering meeting ID
I filed an issue at: https://github.com/nvaccess/nvda/issues/10917 Daniel -----Oprindelig meddelelse----- Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> PÃ¥ vegne af Brian's
I filed an issue at: https://github.com/nvaccess/nvda/issues/10917 Daniel -----Oprindelig meddelelse----- Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@nvda-addons.groups.io> PÃ¥ vegne af Brian's
|
By
Daniel Gartmann
· #11999
·
|
|
Zoom: No character echo when entering meeting ID
Hello, A while back there was an offer to enhance NVDA functionality with online meeting platforms such as Zoom. Well, I have problems entering a meeting-id and hearing the individual characters in th
Hello, A while back there was an offer to enhance NVDA functionality with online meeting platforms such as Zoom. Well, I have problems entering a meeting-id and hearing the individual characters in th
|
By
Daniel Gartmann
· #11992
·
|
|
SysTrayList: Adding keystroke doesn't seem to work
Hello Rui, It is working now for me as well. I think the cause was as simple as forgetting to hit the ok button. Sorry for the false alarm. Daniel Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@n
Hello Rui, It is working now for me as well. I think the cause was as simple as forgetting to hit the ok button. Sorry for the false alarm. Daniel Fra: nvda-addons@nvda-addons.groups.io <nvda-addons@n
|
By
Daniel Gartmann
· #11902
·
|
|
SysTrayList: Adding keystroke doesn't seem to work
Hi, Using NVDA 2019.3.1 installed version with SysTrayList installed. When I go into the Input Gestures dialog to add another keystroke e.g. Shift+f11 to list the items in the System Tray apart from N
Hi, Using NVDA 2019.3.1 installed version with SysTrayList installed. When I go into the Input Gestures dialog to add another keystroke e.g. Shift+f11 to list the items in the System Tray apart from N
|
By
Daniel Gartmann
· #11900
·
|
|
Add-on Development Guide: Where is exammple of unassigned gesture for script?
Hello, I want to make a script with a non-defined gesture, so that the user can define one. Looking through the Development Guide at: https://github.com/nvdaaddons/DevGuide/wiki/NVDA-Add-on-Developmen
Hello, I want to make a script with a non-defined gesture, so that the user can define one. Looking through the Development Guide at: https://github.com/nvdaaddons/DevGuide/wiki/NVDA-Add-on-Developmen
|
By
Daniel Gartmann
· #11314
·
|