|
beep keyboard 1.2 stable version.
#addonrequestreview
Just to clarify: does that mean that when capslock is on, and you press shift and a letter, it will beep? Or does it mean that when capslock is on: all letters, which are then uppercase because of cap
Just to clarify: does that mean that when capslock is on, and you press shift and a letter, it will beep? Or does it mean that when capslock is on: all letters, which are then uppercase because of cap
|
By
Luke Davis
· #8961
·
|
|
Community feedback on new Developer toolkit feature requested
Without actually experiencing this, my first guess at a good mechanism would be for me to be able to designate a target object for relative positions to be given from; and then have the ability to swi
Without actually experiencing this, my first guess at a good mechanism would be for me to be able to designate a target object for relative positions to be given from; and then have the ability to swi
|
By
Luke Davis
· #8899
·
|
|
Best Way to Persist a Variable Across Add-on Reloads
Perfect! Thanks much. That is not currently documented in either of the dev guides. Luke
Perfect! Thanks much. That is not currently documented in either of the dev guides. Luke
|
By
Luke Davis
· #8859
·
|
|
Focus Highlight 6.3
Well actually, yes. There has been a problem for a while. Go to the nvda help menu, about. Switch to screen review, and read up with numpad 7 several lines quickly. Maybe have to read back down with 9
Well actually, yes. There has been a problem for a while. Go to the nvda help menu, about. Switch to screen review, and read up with numpad 7 several lines quickly. Maybe have to read back down with 9
|
By
Luke Davis
· #8856
·
|
|
Best Way to Persist a Variable Across Add-on Reloads
Hi I have an add-on under development which writes mark lines to the NVDA log, to make it easier to find sections you are looking for. With each marker line, it includes an incrementing number. Howeve
Hi I have an add-on under development which writes mark lines to the NVDA log, to make it easier to find sections you are looking for. With each marker line, it includes an incrementing number. Howeve
|
By
Luke Davis
· #8852
·
|
|
Set value in a edit text fiel?
A less small detail is that if it was ever used as a script in a production add-on, it would not be able to have its gesture remapped to anything including the NVDA key, as then the (possibly disrupti
A less small detail is that if it was ever used as a script in a production add-on, it would not be able to have its gesture remapped to anything including the NVDA key, as then the (possibly disrupti
|
By
Luke Davis
· #8848
·
|
|
Set value in a edit text fiel?
I'm just playing along as a home viewer. I believe the OP wanted to force type text into a Firefox edit field. I have no idea why one might want to do that in an add-on, and my "there has got to be a
I'm just playing along as a home viewer. I believe the OP wanted to force type text into a Firefox edit field. I have no idea why one might want to do that in an add-on, and my "there has got to be a
|
By
Luke Davis
· #8847
·
|
|
Set value in a edit text fiel?
I developed this into a tiny globalPlugin (attached). It seems reliable for the first few characters, but then it falls apart. Open notepad and run this plugin. You will likely find that after the exc
I developed this into a tiny globalPlugin (attached). It seems reliable for the first few characters, but then it falls apart. Open notepad and run this plugin. You will likely find that after the exc
|
By
Luke Davis
· #8841
·
|
|
Set value in a edit text fiel?
When I did this successfully, I used mostly the same code, except: 1. Instead of using u"" strings, I did "from __future__ import unicode_literals". That doesn't make a difference though. 2. I did it
When I did this successfully, I used mostly the same code, except: 1. Instead of using u"" strings, I did "from __future__ import unicode_literals". That doesn't make a difference though. 2. I did it
|
By
Luke Davis
· #8840
·
|
|
Set value in a edit text fiel?
Not yet, although I did test a slight variation of the original code posted here, using notepad, and found it successful. I will review the plugin, if DaVid hasn't already. Luke
Not yet, although I did test a slight variation of the original code posted here, using notepad, and found it successful. I will review the plugin, if DaVid hasn't already. Luke
|
By
Luke Davis
· #8839
·
|
|
Set value in a edit text fiel?
Anywhere? Or just with Firefox? Luke
Anywhere? Or just with Firefox? Luke
|
By
Luke Davis
· #8834
·
|
|
accRole failures after some wx.CallAfter calls
I've changed the subject based on what is actually happening,. Contrary to what I said earlier, it does occur after cancels. Also, removing the second gui.MessageBox had no effect, so the duplicate na
I've changed the subject based on what is actually happening,. Contrary to what I said earlier, it does occur after cancels. Also, removing the second gui.MessageBox had no effect, so the duplicate na
|
By
Luke Davis
· #8795
·
|
|
Add-on for only a few quick changes?
If you hope to eventually share it as well, then there is no doubt you should make it an add-on. As a probable user of that add-on, however, I will suggest that you make the changes to punctuation lev
If you hope to eventually share it as well, then there is no doubt you should make it an add-on. As a probable user of that add-on, however, I will suggest that you make the changes to punctuation lev
|
By
Luke Davis
· #8794
·
|
|
Two gui.messageBox calls resulting in IAccessible warning?
Hello Might someone be able to explain this? I was writing an example of a set of gui.messageBox dialogs. The example works fine, but I am getting the following error as the second dialog displays (in
Hello Might someone be able to explain this? I was writing an example of a set of gui.messageBox dialogs. The example works fine, but I am getting the following error as the second dialog displays (in
|
By
Luke Davis
· #8776
·
|
|
Set value in a edit text fiel?
Never mind, on rereading your message, you already tried what i was thinking of from keyboardHandler. I had originally thought you were still talking about Jaws in that part of the message.
Never mind, on rereading your message, you already tried what i was thinking of from keyboardHandler. I had originally thought you were still talking about Jaws in that part of the message.
|
By
Luke Davis
· #8764
·
|
|
Set value in a edit text fiel?
Would gesture.send work for you? Luke
Would gesture.send work for you? Luke
|
By
Luke Davis
· #8762
·
|
|
addon proposal
Hi Austin 1. Is the normal Windows way of accessing this not accessible? 2. Are you sure your devices are providing battery information in the rather limited way that Windows wants? It would be rather
Hi Austin 1. Is the normal Windows way of accessing this not accessible? 2. Are you sure your devices are providing battery information in the rather limited way that Windows wants? It would be rather
|
By
Luke Davis
· #8751
·
|
|
Battle of the NVDA Add-on Templates
When you're done with that, I have some suggested edits for the README.
When you're done with that, I have some suggested edits for the README.
|
By
Luke Davis
· #8728
·
|
|
Battle of the NVDA Add-on Templates
What else needs to be done?
What else needs to be done?
|
By
Luke Davis
· #8726
·
|
|
Battle of the NVDA Add-on Templates
hello For a while now, there have been two NVDA Add-on templates: the one at github, and the one at bitbucket. It seems apparent that the github version is preferred, but there is a problem. In the gi
hello For a while now, there have been two NVDA Add-on templates: the one at github, and the one at bitbucket. It seems apparent that the github version is preferred, but there is a problem. In the gi
|
By
Luke Davis
· #8724
·
|