|
About non-Latin characters 8 messages
Hello. I want to localize a addon into languages with non-Latin alphabet. I need to get the equivalent of the "abcdefghijklmnopqrstuvwxyz" character set in those languages. I'm looking at the locale,
Hello. I want to localize a addon into languages with non-Latin alphabet. I need to get the equivalent of the "abcdefghijklmnopqrstuvwxyz" character set in those languages. I'm looking at the locale,
|
By Javi Domínguez
·
|
|
Which protocal nvda remote is using? 8 messages
Hi, I want to make direct remote connection to another computer. What protocol nvda remote addon uses for remote connection? Which configs should I do? Thanks allot. -- hamidreza
Hi, I want to make direct remote connection to another computer. What protocol nvda remote addon uses for remote connection? Which configs should I do? Thanks allot. -- hamidreza
|
By hamidreza abroshan
·
|
|
Greetings from the forum administrator: how are you all doing? 2 messages
Hello NVDA add-ons community, As many of you know, we are all gathered on this forum to talk about NVDA add-on development, reviews, and release announcements. As much as add-ons are vital to NVDA’s s
Hello NVDA add-ons community, As many of you know, we are all gathered on this forum to talk about NVDA add-on development, reviews, and release announcements. As much as add-ons are vital to NVDA’s s
|
By Joseph Lee
·
|
|
Notice: add-on files repo from NVDA Add-ons organization to be removed on March 1, 2021 5 messages
Hi everyone, This is to inform you that NVDA Add-ons organization version of add-on files repo will be removed on March 1, 2021. As noted in an earlier notice, this will allow folks to send pull reque
Hi everyone, This is to inform you that NVDA Add-ons organization version of add-on files repo will be removed on March 1, 2021. As noted in an earlier notice, this will allow folks to send pull reque
|
By Joseph Lee
·
|
|
How can I customize announcement of keys? 6 messages
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
·
|
|
Fix for Audio Themes and latest alphas 10 messages
Brian's Mail list account via groups.io, il 18/02/2021 12.27, ha scritto: > Yes I wrote to the author of Audio themes studio a couple of weeks ago, > as it is broken in all the recent > Alpha releases
Brian's Mail list account via groups.io, il 18/02/2021 12.27, ha scritto: > Yes I wrote to the author of Audio themes studio a couple of weeks ago, > as it is broken in all the recent > Alpha releases
|
By Alberto Buffolino
·
|
|
An error with objpad addon 9 messages
Hello, in recent snapshots there is an error with objpad addon, i can not use scan mode, here is the log. ERROR - scriptHandler.executeScript (14:53:04.955) - MainThread (1560): error executing script
Hello, in recent snapshots there is an error with objpad addon, i can not use scan mode, here is the log. ERROR - scriptHandler.executeScript (14:53:04.955) - MainThread (1560): error executing script
|
By Jiri Holzinger
·
|
|
#AddonUpdate commandHelper
#addonupdate
Hello. I just released an update for this addon with some fixes and improvements. Some of them are: The default gesture is NVDA + H, which can be customized in NVDA preferences> Input gestures. Launch
Hello. I just released an update for this addon with some fixes and improvements. Some of them are: The default gesture is NVDA + H, which can be customized in NVDA preferences> Input gestures. Launch
|
By Javi Domínguez
·
|
|
Script issue on getting text 3 messages
Hello all Thank you to allwhose help was very useful so far. In the following lines of script, I try to get text at the caret position : FO = api.getFocusObject() T = FO.makeTextInfo(textInfos.POSITIO
Hello all Thank you to allwhose help was very useful so far. In the following lines of script, I try to get text at the caret position : FO = api.getFocusObject() T = FO.makeTextInfo(textInfos.POSITIO
|
By שמואל רטבי
·
|
|
Notice on Joseph Lee's add-ons: several add-ons to require NVDA 2020.4, 2021.1 transition to be completed by summer 2 messages
Hi all, As we patiently await NVDA 2020.4, a few things to note regarding my add-ons and NVDA compatibility: NVDA 2020.4 will be required for some add-ons: starting March, add-on updates will require
Hi all, As we patiently await NVDA 2020.4, a few things to note regarding my add-ons and NVDA compatibility: NVDA 2020.4 will be required for some add-ons: starting March, add-on updates will require
|
By Joseph Lee
·
|
|
IMPORTANT (milestone in add-on store proposal): add-on files repo will be retired from NVDA Add-ons organization, no later than March 15, 2021 6 messages
Hello everyone, About a year ago, the add-ons community received a proposal to create an add-on store hosted by NV Access. Since then, several community members were researching ways to do it, and thi
Hello everyone, About a year ago, the add-ons community received a proposal to create an add-on store hosted by NV Access. Since then, several community members were researching ways to do it, and thi
|
By Joseph Lee
·
|
|
URGENT: Problem encountered in NVDA and the size parameter to control the size of a window/dialog.
Good, a few days ago I sent an email reporting a problem with NVDA display. Well let's see if raising the issue to see if I get more information than with the previous email. A screen reader is not on
Good, a few days ago I sent an email reporting a problem with NVDA display. Well let's see if raising the issue to see if I get more information than with the previous email. A screen reader is not on
|
By Héctor Javier Benítez Corredera
·
|
|
Toolbars explorer 2 messages
Hi I'm getting prompts to update 1.4dev to 1.4, is this correct? Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field.
Hi I'm getting prompts to update 1.4dev to 1.4, is this correct? Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field.
|
By Brian's Mail list account
·
|
|
Implementing a virtual list which only NVDA can see 11 messages
Hello all, Hope my message finds you well, I have a question: what is the best strategy to implement a virtual UI element which only NVDA can see? In our case, we would like to have a virtual list wit
Hello all, Hope my message finds you well, I have a question: what is the best strategy to implement a virtual UI element which only NVDA can see? In our case, we would like to have a virtual list wit
|
By mohammad suliman
·
|
|
Getting word at cursor position 3 messages
Hello all I'm trying to build an AddOn which will allows simple phonetic definition of words not correctly pronounced by some synthesizers. The idea is to have a keyboard event which will trigger the
Hello all I'm trying to build an AddOn which will allows simple phonetic definition of words not correctly pronounced by some synthesizers. The idea is to have a keyboard event which will trigger the
|
By שמואל רטבי
·
|
|
Functionality and Usage of Place Markers Add-on 3 messages
Dear all, I recently installed the Place Markers add-on and am playing around with it. The problem is that I don't quite understand what its features do and in what context to leverage them. I have re
Dear all, I recently installed the Place Markers add-on and am playing around with it. The problem is that I don't quite understand what its features do and in what context to leverage them. I have re
|
By Bhavya shah
·
|
|
question about invoking windows settings from NVDA 3 messages
Hello. I've set a button in a SettingsPanel class. I want that when it is pressed a Windows dialog will open where some parameters have to be modified. I've done this: def onWindowsSettingsButton(self
Hello. I've set a button in a SettingsPanel class. I want that when it is pressed a Windows dialog will open where some parameters have to be modified. I've done this: def onWindowsSettingsButton(self
|
By Javi Domínguez
·
|
|
Next round of community add-on registrations: Word Nav, WinWizard, Console Toolkit 7 messages
Hello all, Based on recent reviews, the following add-ons will be registered on community add-ons website this weekend (sorry for this late action): Console Toolkit WinWizard Word Nav Are there other
Hello all, Based on recent reviews, the following add-ons will be registered on community add-ons website this weekend (sorry for this late action): Console Toolkit WinWizard Word Nav Are there other
|
By Joseph Lee
·
|
|
I am asking about a problem with wxpython and NVDA. 3 messages
Hello, I would like to raise a problem that happens to me with the dialogs in NVDA and wxpython. Well, it is about the size property in the dialogs, for example: super(ViewDialog,self).__init__(parent
Hello, I would like to raise a problem that happens to me with the dialogs in NVDA and wxpython. Well, it is about the size property in the dialogs, for example: super(ViewDialog,self).__init__(parent
|
By Héctor Javier Benítez Corredera
·
|
|
FW: [nvda] In-Process 12th February
Hi add-ons community, I wish we can have more audio resources with more add-on authors being interviewed… But here it is. Hope my interview is useful for all. From: nvda@nvda.groups.io <nvda@nvda.grou
Hi add-ons community, I wish we can have more audio resources with more add-on authors being interviewed… But here it is. Hope my interview is useful for all. From: nvda@nvda.groups.io <nvda@nvda.grou
|
By Joseph Lee
·
|