Locked
Re: the opera browser
Gene
Here are two possible ways to bring up the context
menu.
Try unloading and running NVDA. Now and then,
a screen-reader isn't running properly and keeps a command from
functioning. Rarely, I've had the context menu not open and unloading and
running the screen-reader solved the problem. Regarding how to bring up the context menu, if the
standard keyboards methods don't do so, try the simulated mouse. Route the
mouse to where you are with the command numpad insert numpad slash. Hold
numpad insert and press slash. Then, after releasing both keys, move one
key to the right of the numpad slash and press it. That is the numpad star
and it is the right mouse click key. See if the context menu comes
up.
Gene ----- Original Message -----
The question is evidently being asked because the
usual command doesn't bring up a context menu, at least in that
installation. The question also says in Opera, which implies that the
context menus are being used in other programs.
Gene
----- Original Message -----
Hi. If you have a keyboard with a specialized context menu key, then it
is one key to the left of the right control key. The alternative is to
press shift+f10. Cheers! On 11/9/2019 6:34 PM, P. Otter wrote:
hi! |
|
Locked
Re: the opera browser
Gene
The question is evidently being asked because the
usual command doesn't bring up a context menu, at least in that
installation. The question also says in Opera, which implies that the
context menus are being used in other programs.
Gene
----- Original Message -----
Hi. If you have a keyboard with a specialized context menu key, then it
is one key to the left of the right control key. The alternative is to
press shift+f10. Cheers! On 11/9/2019 6:34 PM, P. Otter wrote:
hi! |
|
Re: NVDA and Autohotkey
Mr. Wong Chi Wai, William <cwwong.pro@...>
Hello,
Sorry, no one responded to my previous email, thus I resend it. 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. |
|
Re: Urgent help needed NVDA was not able to loa Microsoft SAPI 5
Mr. Wong Chi Wai, William <cwwong.pro@...>
Hi,
toggle quoted message
Show quoted text
I try to make NVDA clean without addons and here is the log. The fact is, if I run narrator, Microsoft Anna works well with narrator. Quentin Christensen 於 8/11/2019 14:09
寫道:
|
|
Locked
Re: the opera browser
Jaffar Sidek <jaffar.sidek10@...>
Hi. If you have a keyboard with a specialized context menu key,
then it is one key to the left of the right control key. The
alternative is to press shift+f10. Cheers! On 11/9/2019 6:34 PM, P. Otter wrote:
hi! |
|
Locked
Re: the opera browser
P. Otter
hi!
toggle quoted message
Show quoted text
can you tell me what is the context menu in opera? I need also that key to enable google picture describer. but I can'nt find that key. do you know how? cheers paul otter Op 8-11-2019 om 23:38 schreef Jaffar
Sidek:
|
|
Locked
Re: the opera browser
Robert Doc Wright godfearer
thanks
****** character is found in how you treat people who cannot do anything for you!
From: Jaffar Sidek
Sent: Saturday, November 9, 2019 1:38 AM To: nvda@nvda.groups.io Subject: Re: [nvda] the opra browser
Hi. Did you set your download directory and whether you would like Opera to ask you if you wanted to save the downloaded file and where? Click the "Advance" button and move to the Download setting and configure it from there. I have had no problem with downloading my files because it works just like Chrome or firefox. Cheers! On 11/9/2019 4:29 PM, Robert Doc Wright godfearer wrote:
|
|
Locked
Re: the opera browser
Jaffar Sidek <jaffar.sidek10@...>
Hi. Did you set your download directory and whether you would
like Opera to ask you if you wanted to save the downloaded file
and where? Click the "Advance" button and move to the Download
setting and configure it from there. I have had no problem with
downloading my files because it works just like Chrome or
firefox. Cheers! On 11/9/2019 4:29 PM, Robert Doc Wright
godfearer wrote:
|
|
Locked
Re: the opera browser
Robert Doc Wright godfearer
I did just discover one short coming. It seems a bit confused when you click on a download link. I had to switch back to chrome. Otherwise, it seems all right.
****** character is found in how you treat people who cannot do anything for you!
From: Arlene
Sent: Friday, November 8, 2019 8:30 PM To: nvda@nvda.groups.io Subject: Re: [nvda] the opra browser
Oh, okay. When I was on the advanced Jaws list. People complained that opera was not very user friendly. I never tried it I thought it was for deep coding! I guess it got better as time went on. I never seen questions about it in windows 7. Not until now.
Sent from Mail for Windows 10
From: Jaffar Sidek
It runs first class on windows 10 1903 On 11/9/2019 1:11 AM, Arlene wrote:
|
|
Re: Re-Order quick actions in Action Center with keyboard
Denis Sariyannis
Hi Joseph and Costa, Thank you so much for your quick replies. They are very helpful. I didn't even know that it is possible to rearrange the tiles on the start menu With the keyboard. Best regards Denis Von meinem iPhone gesendet Am 09.11.2019 um 07:07 schrieb Joseph Lee <joseph.lee22590@...>:
|
|
Re: NVDA+Outlook, and number of new messages
Cordelia Scharpf
Many thanks, Cearbhall, for that tip. The screen reader I have been using
toggle quoted message
Show quoted text
for years displays such information right away when I open Outlook. I guess I will have to do some learning when switching to NVDA as my primary screen reader. Best regards, Cordelia -----Original Message-----
From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of Cearbhall O'Meadhra Sent: Friday, November 08, 2019 7:19 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA+Outlook, and number of new messages Cordelia, Close all open emails and make sure that your cursor is resting on any closed message in the current folder. Press control+Shif+tab to opens the "Folder List". NVDA announces "Folder List minimised". Press space bar to expand the list. Arrow down to the folder you want. Note that NVDA speaks the number of messages contained in the folder after giving the folder name. You can also open the Folder List by using control+y but this view of the list does not show the number of emails contained in each folder. All the best, Cearbhall m +353 (0)833323487 Ph: _353 (0)1-2864623 e: cearbhall.omeadhra@... -----Original Message----- From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Cordelia Scharpf Sent: Friday, November 8, 2019 5:25 PM To: nvda@nvda.groups.io Subject: [nvda] NVDA+Outlook, and number of new messages Hi: I am looking for a method in NVDA to determine the number of new messages arriving in Outlook's in-box, spam folder, and junk mail. Does NVDA offer such info without my having to arrow up and down each list in each folder? Thanks. Cordelia |
|
Re: Re-Order quick actions in Action Center with keyboard
Hi, Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Kostadin Kolev
Sent: Friday, November 8, 2019 10:05 PM To: nvda@nvda.groups.io Subject: Re: [nvda] Re-Order quick actions in Action Center with keyboard
Hello, Yes, you can. The principle is the same as for tiles in the Start menu and maybe some other places in Windows 10. And that is: Focus an item that you want to move and then use Alt+Shift+Arrow keys to move the item. Note, that the items are placed in a grid with 4 items in a row and down and right moves the item to the right and on the next row eventually and left and up moves the item to the left and on the previous row eventually. Also note, that at least for me, NVDA does not announce the movement of the items (Narrator does). When you're done, tab to the "Done" button and activate it to save your settings. If you don't want to save your changes, press ESCAPE to just dismiss the editing window. Another note: the label of the "Done" button seams to be different for screen readers, but it is the one before the one for adding items to the quick actions panel. ______ На 9.11.2019 г. в 0:31, Denis Sariyannis написа:
|
|
Re: Re-Order quick actions in Action Center with keyboard
Hello, Yes, you can. The principle is the same as for tiles in the Start menu and maybe some other places in Windows 10. And that is: Focus an item that you want to move and then use Alt+Shift+Arrow keys to move the item. Note, that the items are placed in a grid with 4 items in a row and down and right moves the item to the right and on the next row eventually and left and up moves the item to the left and on the previous row eventually. Also note, that at least for me, NVDA does not announce the movement of the items (Narrator does). When you're done, tab to the "Done" button and activate it to save your settings. If you don't want to save your changes, press ESCAPE to just dismiss the editing window. Another note: the label of the "Done" button seams to be different for screen readers, but it is the one before the one for adding items to the quick actions panel.______ На 9.11.2019 г. в 0:31, Denis
Sariyannis написа:
|
|
Re: NVDA announcing new opened windows
Desert Moon
Hello Janet and list,
I have the Extra Sounds Add-in for Firefox: https://addons.mozilla.org/en-US/firefox/addon/extra-sounds/ Nothing to set up or configure. Every time a webpage has been loaded, I will hear a "ding" sound. -- Desert |
|
Locked
Re: the opera browser
Arlene
Oh, okay. When I was on the advanced Jaws list. People complained that opera was not very user friendly. I never tried it I thought it was for deep coding! I guess it got better as time went on. I never seen questions about it in windows 7. Not until now.
Sent from Mail for Windows 10
From: Jaffar Sidek
Sent: November 8, 2019 1:22 PM To: nvda@nvda.groups.io Subject: Re: [nvda] the opra browser
It runs first class on windows 10 1903 On 11/9/2019 1:11 AM, Arlene wrote:
|
|
Re: Quick default hot key question
Sile
Hi Tony, I sorted it out. I just wasn’t going deep enough into the menu to be able to change the shortcut key.
toggle quoted message
Show quoted text
On Nov 8, 2019, at 5:07 PM, Sile via Groups.Io <somodhrain@...> wrote: |
|
Locked
Re: the opera browser
Gene
Its another way of copying to the clipboard.
Remember, I said to use shift plus movement keys. and you don't have to
use the context menu. Shift down arrow and then use control
c.
Gene ----- Original Message -----
Thanks Jaffar. That exactly what I need. Blessings Pascal
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of
Jaffar Sidek
Pascal. I'm not sure if this is what you want to do, but arrow down to the link you want to copy, press shift+DownArrow to select it, then press the context menu key and arrow down to copy link address and press enter. the link should now be copied to your clipboard. I hope it helps. Cheers! On 11/9/2019 6:14 AM, coccinelle@... wrote:
|
|
Locked
Re: the opera browser
Gene
I don't know how that can be. I just tried
shift f9 on a link and it resulted in the link being followed. Nothing was
copied to the clipboard.
Gene
Yes, I said that because it is what I use in Chrome and Firefox. Thanks for the tip. Blessings Pascal From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of
Gene
You alsaid you couldn't use shift f9. its NVDA key f9. Is that why you can't use the f9 and f10 method?
Hi, I tried it and it is pretty fast and yes once can read articles with the annoyance of ads. I could not use the Shift—F9 to copy a link. Is there another way to do that. Thanks Blessings Pascal
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of
Jaffar Sidek
It runs first class on windows 10 1903 On 11/9/2019 1:11 AM, Arlene wrote:
|
|
Locked
Re: the opera browser
Pascal Lambert
Thanks Jaffar. That exactly what I need. Blessings Pascal
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jaffar Sidek
Sent: Friday, November 8, 2019 5:38 PM To: nvda@nvda.groups.io Subject: Re: [nvda] the opera browser
Pascal. I'm not sure if this is what you want to do, but arrow down to the link you want to copy, press shift+DownArrow to select it, then press the context menu key and arrow down to copy link address and press enter. the link should now be copied to your clipboard. I hope it helps. Cheers! On 11/9/2019 6:14 AM, coccinelle@... wrote:
|
|
Locked
Re: the opera browser
Pascal Lambert
Yes, I said that because it is what I use in Chrome and Firefox. Thanks for the tip. Blessings Pascal From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Gene
Sent: Friday, November 8, 2019 5:34 PM To: nvda@nvda.groups.io Subject: Re: [nvda] the opera browser
You alsaid you couldn't use shift f9. its NVDA key f9. Is that why you can't use the f9 and f10 method?
Hi, I tried it and it is pretty fast and yes once can read articles with the annoyance of ads. I could not use the Shift—F9 to copy a link. Is there another way to do that. Thanks Blessings Pascal
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jaffar Sidek
It runs first class on windows 10 1903 On 11/9/2019 1:11 AM, Arlene wrote:
|
|