Re: NVDA and Autohotkey
Mr. Wong Chi Wai, William <cwwong.pro@...>
autoit3?
toggle quoted messageShow quoted text
高生旺 於 3/11/2019 19:01 寫道:
Why don't you use autoit3?
|
|
Re: NVDA and Autohotkey
=?ISO-2022-JP?Q?=1B$B9b=4082=22=1B=28J?=
Why don't you use autoit3?
toggle quoted messageShow quoted text
On Sun, 3 Nov 2019, Mr. Wong Chi Wai, William wrote:
Date: Sun, 3 Nov 2019 18:51:08 +0800
|
|
Re: NVDA and Autohotkey
Mr. Wong Chi Wai, William <cwwong.pro@...>
Hermann,
toggle quoted messageShow quoted text
Hello, I have the following script as an example FileEncoding, UTF-8 Menu, Clipboard Sync, Add, Save Windows Clipboard to Cloud, Clipboard2Cloud_Save Menu, Clipboard Sync, Add, Append Windows Clipboard to Cloud, Clipboard2Cloud_Append Menu, Clipboard Sync, Add, Read Cloud to Windows Clipboard, Cloud2Clipboard Menu, Clipboard Sync, Add, Open Text File, OpenClipboardsyncTxtFile ;Menu, Software, Add, Firefox (Default profile), FirefoxDefault Menu, Shortcuts, Add, Firefox Limited configuration Profile, FirefoxLimitedcfg Menu, Folder, Add, AppData Folder, OpenFolder_appdata Menu, Folder, Add, Downloads, OpenFolder_Downloads Menu, Folder, Add, Secondary Drive (E Drive), OpenFolder_EDrive Menu, Folder, Add, Startup Folder, OpenFolder_Startup Menu, Work Related, Add, Payment Record Folder, OpenFolder_paymentrecord Menu, Video, Add, Append to m3u file, Video_appendtom3u Menu, Video, Add, Clear m3u file, Video_clearm3u Menu, Video, Add, Play m3u file, Video_playm3u Menu, My Favourite, Add, Apple Clipboard Sync, :Clipboard Sync Menu, My Favourite, Add, Folder, :Folder Menu, My Favourite, Add, Dropbox, OpenFolder_Dropbox Menu, My Favourite, Add, Shortcuts, :Shortcuts Menu, My Favourite, Add, Google Drive, OpenFolder_Googledrive Menu, My Favourite, Add, ICloud Drive, OpenFolder_Iclouddrive Menu, My Favourite, Add, Work Related, :Work Related Menu, My Favourite, Add, Video, :Video return Clipboard2Cloud_Save: ;Dropbox FileDelete, C:\Users\%CurrentOS_UserName%\Dropbox\Apple Shortcuts\IOS clipboard.txt FileAppend, %clipboard%, C:\Users\%CurrentOS_UserName%\Dropbox\Apple Shortcuts\IOS clipboard.txt ;ICloud ;FileDelete, C:\Users\%CurrentOS_UserName%\iCloudDrive\iCloud~is~workflow~my~workflows\Apple Shortcuts\IOS clipboard.txt ;FileAppend, %clipboard%, C:\Users\%CurrentOS_UserName%\Dropbox\Apple Shortcuts\IOS clipboard.txt TrayTip, Windows Clipboard saved to Cloud,%clipboard% return Clipboard2Cloud_Append: ;Dropbox FileAppend, `r`n, C:\Users\%CurrentOS_UserName%\Dropbox\Apple Shortcuts\IOS clipboard.txt FileAppend, %clipboard%, C:\Users\%CurrentOS_UserName%\Dropbox\Apple Shortcuts\IOS clipboard.txt ;Icloud ;FileAppend, `r`n, C:\Users\%CurrentOS_UserName%\iCloudDrive\iCloud~is~workflow~my~workflows\Apple Shortcuts\IOS clipboard.txt ;FileAppend, %clipboard%, C:\Users\%CurrentOS_UserName%\iCloudDrive\iCloud~is~workflow~my~workflows\Apple Shortcuts\IOS clipboard.txt TrayTip, Windows Clipboard appended to Cloud, %clipboard% return Cloud2Clipboard: clipboard := "" ;Dropbox FileRead, clipboard, C:\Users\%CurrentOS_UserName%\Dropbox\Apple Shortcuts\IOS clipboard.txt ;ICloud ;FileRead, clipboard, C:\Users\%CurrentOS_UserName%\iCloudDrive\iCloud~is~workflow~my~workflows\Apple Shortcuts\IOS clipboard.txt TrayTip, Cloud to Windows Clipboard, %clipboard% return OpenClipboardsyncTxtFile: ;Dropbox Run C:\Users\%CurrentOS_UserName%\Dropbox\Apple Shortcuts\IOS clipboard.txt ;Icloud ;Run C:\Users\%CurrentOS_UserName%\iCloudDrive\iCloud~is~workflow~my~workflows\Apple Shortcuts\IOS clipboard.txt return ;FirefoxDefault: ;Run C:\Program Files\Mozilla Firefox\firefox.exe -no-remote -p default ;return FirefoxLimitedcfg: Run C:\Program Files\Mozilla Firefox\firefox.exe -no-remote -p limitedcfg return OpenFolder_appdata: Run C:\Users\%CurrentOS_UserName%\AppData\Roaming return OpenFolder_Downloads: Run C:\Users\%CurrentOS_UserName%\Downloads return OpenFolder_Dropbox: Run C:\Users\%CurrentOS_UserName%\Dropbox return OpenFolder_EDrive: Run E:\ return OpenFolder_Googledrive: Run C:\Users\%CurrentOS_UserName%\Google Drive return OpenFolder_Iclouddrive: Run C:\Users\%CurrentOS_UserName%\iCloudDrive return OpenFolder_paymentrecord: Run C:\Users\%CurrentOS_UserName%\Dropbox\Payment Record - Unpaid 待付款 return OpenFolder_Startup: Run C:\Users\%CurrentOS_UserName%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup return Video_appendtom3u: FileAppend, %clipboard%, C:\Users\%CurrentOS_UserName%\Dropbox\playlist.m3u FileAppend, `r`n, C:\Users\%CurrentOS_UserName%\Dropbox\playlist.m3u TrayTip, %clipboard%, appended to m3u file. return Video_clearm3u: FileDelete, C:\Users\%CurrentOS_UserName%\Dropbox\playlist.m3u FileAppend, , C:\Users\%CurrentOS_UserName%\Dropbox\playlist.m3u TrayTip, , m3u file is cleared. return Video_playm3u: Run "C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe" C:\Users\%CurrentOS_UserName%\Dropbox\playlist.m3u return ^!h::Menu, My Favourite, Show I don't know why NVDA always defer reporting the TrayTip notification. For example, Now I am editing the email to send to you, If I press ctrl alt h to bring up the menue and selected clear m3u file, NVDA will say something like composing email, and read the title of Thunderbird, and read the current line in focus, then read the notification. I would like NVDA to read it immediately, do you know any way to fix this? Thanks. email, Hermann-Josef Kurzen 於 3/11/2019 18:25 寫道:
Hi William,
|
|
Re: NVDA and Autohotkey
Hermann-Josef Kurzen
Hi William,
toggle quoted messageShow quoted text
my name ist Hermann. I'm using NVDA as well as Autohotkey. Greetings - Hermann --- Ursprüngliche Nachricht ---
Von: "Mr. Wong Chi Wai, William" <cwwong.pro@gmail.com> Wichtigkeit Normal
|
|
Re: NVDA and Autohotkey
Tyler Spivey
I do.
toggle quoted messageShow quoted text
What's the problem, and does it go away if you toggle Handle keys from other applications in NVDA's keyboard settings?
On 11/3/2019 2:07 AM, Mr. Wong Chi Wai, William wrote:
Hello,
|
|
NVDA and Autohotkey
Mr. Wong Chi Wai, William <cwwong.pro@...>
Hello,
Before I explain the problem, I would like to know if there is any person here using autohotkey? William
|
|
Re: NVDA remote
Can you provide a diag log to the nvda team with the add on in question turned on so he can troubleshoot? Sarah Alawami, owner of TFFP. . For more info go to our website. This is also our libsyn page as well. to subscribe to the feed click here Our telegram channel is also a good place for an announce only in regard to podcasts, contests, etc. Our discord is where you will know when we go live on youtube, twitch and mixer. Thanks Restream staff. Finally, to become a patron and help support the podcast go here
On 2 Nov 2019, at 10:47, Mallard wrote:
|
|
Re: NVDA remote
Mallard
Joseph,
toggle quoted messageShow quoted text
I had to remove Win10 app essantials too, for a diffeent reason. When I typed, while my braille display presented me with the typed text immediately asexpected, the synth (espeak) kind of recited character by character very slowly, and I could no longer act on what i was working at until it had finished. Upon a friend's suggestion, I disabled the add-on, and all works as expected. hth, Ollie ps: I noticed that behaviour especially in Unigram, but also in Notepad, Libreoffice, but not so much in thunderbird.
Il 01/11/2019 00:33, Joseph Lee ha scritto:
Hi,
|
|
Re: NVDA and Status Bar in Thunderbird 68.
Gene
There is no status line in Firefox. There was
a long time ago, but it was removed.
Gene
----- Original Message -----
From: zahra
Sent: Saturday, November 02, 2019 3:30 AM
Subject: Re: [nvda] NVDA and Status Bar in Thunderbird
68. for me, even status bar does not work in firefox since version 4. and i am very glad that thunderbird did not follow this method at least until version 68. is there a solution to reenable status bar in firefox later than 3.6? On 11/2/19, Ron Canazzi <aa2vm@...> wrote: > I did maximize the window and that didn't work. > > I reinstalled the last functional version I had--which was 60.8X and > everything works again. > > I know there have been some accessibility issues with versions of > Thunderbird later than 60 but I didn't think it was something as > fundamental ad the status line. > > > On 11/2/2019 12:52 AM, Gene wrote: >> Have you tried maximizing or restoring the program? >> Gene >> ----- Original Message ----- >> *From:* Ron Canazzi <mailto:aa2vm@...> >> *Sent:* Friday, November 01, 2019 11:30 PM >> *To:* nvda@nvda.groups.io <mailto:nvda@nvda.groups.io> >> *Subject:* Re: [nvda] NVDA and Status Bar in Thunderbird 68. >> >> It was checked. >> On 11/1/2019 11:12 PM, hurrikennyandopo ... wrote: >>> >>> Hi >>> >>> >>> Under tool bars then status bar menu is it checked? I got it to read >>> out the status bar just then. >>> >>> >>> I am guessing it has become unchecked. >>> >>> >>> Using the version of Thunder bird you mentioned. >>> >>> >>> Gene nz >>> >>> >>> This is using nvda 2019.2.1 and windows 10 version 1903. >>> >>> On 2/11/2019 3:38 PM, Ron Canazzi wrote: >>>> Hi Group, >>>> >>>> I upgraded to Thunderbird 68.231 and now NVDA will not read the >>>> status bar. Is there any work around for this issue? >>>> >>> -- >>> Image NVDA certified expert >>> Check out my website for NVDA tutorials and other blindness related >>> materials at http://www.accessibilitycentral.net >>> >>> To find out which library networks in New Zealand have a copy of the >>> NVDA screen reader on them and there library locations please go to >>> http://www.accessibilitycentral.net/nz%20libraries%20with%20nvda.html >>> To find a NVDA certified expert near you, please visit the following >>> link https://certification.nvaccess.org/. The certification page >>> contains the official list of NVDA certified individuals from around >>> the world, who have sat and successfully passed the NVDA expert exam. >>> >> >> -- >> They Ask Me If I'm Happy; I say Yes. >> They ask: "How Happy are You?" >> I Say: "I'm as happy as a stow away chimpanzee on a banana boat!" >> > > -- > They Ask Me If I'm Happy; I say Yes. > They ask: "How Happy are You?" > I Say: "I'm as happy as a stow away chimpanzee on a banana boat!" > > > > > -- By God, were I given all the seven heavens with all they contain in order that I may disobey God by depriving an ant from the husk of a grain of barley, I would not do it. imam ali
|
|
Re: NVDA and Status Bar in Thunderbird 68.
hi.
toggle quoted messageShow quoted text
for me, even status bar does not work in firefox since version 4. and i am very glad that thunderbird did not follow this method at least until version 68. is there a solution to reenable status bar in firefox later than 3.6?
On 11/2/19, Ron Canazzi <aa2vm@roadrunner.com> wrote:
I did maximize the window and that didn't work. --
By God, were I given all the seven heavens with all they contain in order that I may disobey God by depriving an ant from the husk of a grain of barley, I would not do it. imam ali
|
|
Re: NVDA and Status Bar in Thunderbird 68.
Ron Canazzi
I did maximize the window and that didn't work.
I reinstalled the last functional version I had--which was 60.8X and everything works again. I know there have been some accessibility issues with versions of Thunderbird later than 60 but I didn't think it was something as fundamental ad the status line. On 11/2/2019 12:52 AM, Gene wrote:
-- They Ask Me If I'm Happy; I say Yes. They ask: "How Happy are You?" I Say: "I'm as happy as a stow away chimpanzee on a banana boat!"
|
|
NVDA remote
Robert Doc Wright godfearer
Is there any way to change the f11 command in remote?it conflicts with the key in Money talks that shows running balance.
****** character is found in how you treat people who cannot do anything for you!
|
|
Re: NVDA and Status Bar in Thunderbird 68.
hurrikennyandopo ...
Hi
Just had a new update and where I thought it was 68 it must of been the versionh before.
It is on 68 of it and yes even though my status bar is checked it does not get reported down on the status area so some ting is broke.
it just says like no information.
But the menu for status bar is still under the menus mentioned before.
Gene nz
On 2/11/2019 5:30 pm, Ron Canazzi wrote:
It was checked. --
Check out my website for NVDA tutorials and other blindness related materials at
http://www.accessibilitycentral.net
To find out which library networks in New Zealand have a copy of the NVDA screen reader on them and there library locations please go to http://www.accessibilitycentral.net/nz%20libraries%20with%20nvda.html To find a NVDA certified expert near you, please visit the following link https://certification.nvaccess.org/. The certification page contains the official list of NVDA certified individuals from around the world, who have sat and successfully passed the NVDA expert exam.
|
|
Re: NVDA and Status Bar in Thunderbird 68.
Gene
Have you tried maximizing or restoring the
program?
Gene
----- Original Message -----
From: Ron Canazzi
Sent: Friday, November 01, 2019 11:30 PM
Subject: Re: [nvda] NVDA and Status Bar in Thunderbird
68. On 11/1/2019 11:12 PM, hurrikennyandopo ...
wrote:
-- They Ask Me If I'm Happy; I say Yes. They ask: "How Happy are You?" I Say: "I'm as happy as a stow away chimpanzee on a banana boat!"
|
|
Re: NVDA and Status Bar in Thunderbird 68.
Ron Canazzi
It was checked.
On 11/1/2019 11:12 PM, hurrikennyandopo
... wrote:
-- They Ask Me If I'm Happy; I say Yes. They ask: "How Happy are You?" I Say: "I'm as happy as a stow away chimpanzee on a banana boat!"
|
|
Re: NVDA and Status Bar in Thunderbird 68.
Gene
I wonder if there still is a status bar.
Thunderbird is far behind the fashion by having one.
Gene
----- Original Message -----
From: Ron Canazzi
Sent: Friday, November 01, 2019 9:38 PM
Subject: [nvda] NVDA and Status Bar in Thunderbird
68. I upgraded to Thunderbird 68.231 and now NVDA will not read the status bar. Is there any work around for this issue? -- They Ask Me If I'm Happy; I say Yes. They ask: "How Happy are You?" I Say: "I'm as happy as a stow away chimpanzee on a banana boat!"
|
|
Re: NVDA and Status Bar in Thunderbird 68.
hurrikennyandopo ...
Hi
Under tool bars then status bar menu is it checked? I got it to read out the status bar just then.
I am guessing it has become unchecked.
Using the version of Thunder bird you mentioned.
Gene nz
This is using nvda 2019.2.1 and windows 10 version 1903.
On 2/11/2019 3:38 PM, Ron Canazzi wrote:
Hi Group, --
Check out my website for NVDA tutorials and other blindness related materials at
http://www.accessibilitycentral.net
To find out which library networks in New Zealand have a copy of the NVDA screen reader on them and there library locations please go to http://www.accessibilitycentral.net/nz%20libraries%20with%20nvda.html To find a NVDA certified expert near you, please visit the following link https://certification.nvaccess.org/. The certification page contains the official list of NVDA certified individuals from around the world, who have sat and successfully passed the NVDA expert exam.
|
|
NVDA and Status Bar in Thunderbird 68.
Ron Canazzi
Hi Group,
I upgraded to Thunderbird 68.231 and now NVDA will not read the status bar. Is there any work around for this issue? -- They Ask Me If I'm Happy; I say Yes. They ask: "How Happy are You?" I Say: "I'm as happy as a stow away chimpanzee on a banana boat!"
|
|
Re: Microsoft one core voices
George McCoy
You don't have to download languages to get the associated voices in windows 10 1903.
toggle quoted messageShow quoted text
Press windows key plus i to open settings. In the search box type ease of access narrator settings. Down arrow once and press enter to enter Narrator settings. Tab through the settings to a link labeled Add More voices and press enter. Tab 6 times to the add voices button and click it. You can enter a language in the search box or arrow through the list. You are not installing the language, as far as I can determine, just the voices associated with it. Select the language(s) you want with the space bar. You can select as many as you like. Tab once to the add button and click it to add the voices you selected. The process takes a few minutes because the voices must be downloades and installed. When the installations are complete, close settings. The new voices will appear in the speech section of the NvDA settings dialog. George
On 10/31/2019 2:01 PM, Don H wrote:
Running Win 10 1903 and latst released NVDA.
|
|
Re: One Core voices
George McCoy
In version 2019.2.1, rate boost works with 1-core voices.
George
On 10/30/2019 8:51 PM, molly the blind
tech lover wrote:
|
|