|
locked
Possible to purchase Microsoft outlook separately?
First, this topic almost certainly belongs on the chat sub-list. Second, A search on the Microsoft website reveals this link to buy Microsoft Outlook, though it might not be exactly what you're after.
First, this topic almost certainly belongs on the chat sub-list. Second, A search on the Microsoft website reveals this link to buy Microsoft Outlook, though it might not be exactly what you're after.
|
By
Sascha Cowley
· #78551
·
|
|
Unable to share links on FB
To write a post: On desktop (facebook.com), there is a heading 3 "Create a post", and below that are buttons to create posts, add activities etc. On mobile (m.facebook.com) (at least the JavaScript ve
To write a post: On desktop (facebook.com), there is a heading 3 "Create a post", and below that are buttons to create posts, add activities etc. On mobile (m.facebook.com) (at least the JavaScript ve
|
By
Sascha Cowley
· #78533
·
|
|
Unable to press the continue button when trying to join the medium partner program
I was able to tick the box by entering focus mode ([NVDA] + [SPACE]) and tabbing to the checkbox (it comes before the link in the tab order) and pressing [SPACE]. The button was then enabled and I cou
I was able to tick the box by entering focus mode ([NVDA] + [SPACE]) and tabbing to the checkbox (it comes before the link in the tab order) and pressing [SPACE]. The button was then enabled and I cou
|
By
Sascha Cowley
· #78532
·
|
|
Making NVDA profiles in diffrent languages
Given changing the NVDA language (not just speech or Braille language) requires restarting NVDA, the only way I can think of doing this is to create completely new configuration folders (not just prof
Given changing the NVDA language (not just speech or Braille language) requires restarting NVDA, the only way I can think of doing this is to create completely new configuration folders (not just prof
|
By
Sascha Cowley
· #78531
·
|
|
NVDA 2020.3 Not Activating Download Link On TeamTalk Site
Interesting. I tried in Firefox, and the download link seems to work fine. Also tried in Chrome, and, as you say, nothing happens when I hit enter on the download link, in browse or focus mode. Seems
Interesting. I tried in Firefox, and the download link seems to work fine. Also tried in Chrome, and, as you say, nothing happens when I hit enter on the download link, in browse or focus mode. Seems
|
By
Sascha Cowley
· #78232
·
|
|
IDLE not accessable with NVDA
Unfortunately, tk, the GUI framework that Idle is built with (via Python's tkinter library), has no accessibility support. You will have to use another editor or IDE. Visual Studio Code is very access
Unfortunately, tk, the GUI framework that Idle is built with (via Python's tkinter library), has no accessibility support. You will have to use another editor or IDE. Visual Studio Code is very access
|
By
Sascha Cowley
· #78036
·
|
|
Seeking explanation of unusual pronunciation on a webpage
There is an open issue about this on the NVDA GitHub repo.
There is an open issue about this on the NVDA GitHub repo.
|
By
Sascha Cowley
· #77991
·
|
|
NVDA volume louder on lock screen/secure screens
Likewise here. NVDA's volume in the system sound mixer is at 100%, as is NVDA's speech volume on the desktop and secure screens.
Likewise here. NVDA's volume in the system sound mixer is at 100%, as is NVDA's speech volume on the desktop and secure screens.
|
By
Sascha Cowley
· #77990
·
|
|
using Emoges panel
In an editable text control, open the emoji panel by pressing [Win] + [.] (full stop) or [Win] + [;] (semicolon). With the emoji panel open, you can: Use the arrow keys to browse the emojis; Type to s
In an editable text control, open the emoji panel by pressing [Win] + [.] (full stop) or [Win] + [;] (semicolon). With the emoji panel open, you can: Use the arrow keys to browse the emojis; Type to s
|
By
Sascha Cowley
· #77909
·
|
|
Accessible windows camera/video editing apps – do they exist?
I had some success using Virtual Dub several (6-7) years ago. If you're able to find it and get it to work, Windows Live Movie Maker was reasonably accessible. The Photos app in Windows 10 supports so
I had some success using Virtual Dub several (6-7) years ago. If you're able to find it and get it to work, Windows Live Movie Maker was reasonably accessible. The Photos app in Windows 10 supports so
|
By
Sascha Cowley
· #77396
·
Edited
|
|
PDF Alternative Apart from Edge?
In my experience, Acrobat is even clunkier than it used to be. I still keep it around as it's slightly better with some tagged PDFs, and I often need to fill PDF forms, which Edge doesn't support.
In my experience, Acrobat is even clunkier than it used to be. I still keep it around as it's slightly better with some tagged PDFs, and I often need to fill PDF forms, which Edge doesn't support.
|
By
Sascha Cowley
· #73448
·
|
|
Torrents in QBitTorrent, or other accessible torrent clients.
Okay. I should be clear, then, that I am referring to Transmission-QT, in which I haven't experienced those issues.
Okay. I should be clear, then, that I am referring to Transmission-QT, in which I haven't experienced those issues.
|
By
Sascha Cowley
· #72958
·
|
|
Torrents in QBitTorrent, or other accessible torrent clients.
I personally use Transmission. The only issue I really have with it is that the only thing that is read in the torrent list is the torrent name. However, if you use OCR while the list item is highligh
I personally use Transmission. The only issue I really have with it is that the only thing that is read in the torrent list is the torrent name. However, if you use OCR while the list item is highligh
|
By
Sascha Cowley
· #72955
·
|
|
Offline dictionary
I used to use WordWeb, and had no problems with it and NVDA. This was several years ago, though, so I'm not sure how accessible it is (or even if it's still available) these days. Regards, Sascha
I used to use WordWeb, and had no problems with it and NVDA. This was several years ago, though, so I'm not sure how accessible it is (or even if it's still available) these days. Regards, Sascha
|
By
Sascha Cowley
· #72820
·
|
|
how can I set symbol pronounciation for special case?
If you wanted to match other alphabetic characters (such as Greek letters), a pattern like this could work: ([^\W\d_])'
If you wanted to match other alphabetic characters (such as Greek letters), a pattern like this could work: ([^\W\d_])'
|
By
Sascha Cowley
· #72783
·
|
|
how can I set symbol pronounciation for special case?
Hi Brian, The regular expression should be: ([a-zA-Z])' That is, the second 'z' should be uppercase. As is, that regex will match anything between uppercase A and lowercase z, which includes things li
Hi Brian, The regular expression should be: ([a-zA-Z])' That is, the second 'z' should be uppercase. As is, that regex will match anything between uppercase A and lowercase z, which includes things li
|
By
Sascha Cowley
· #72779
·
|
|
Windows magnifier
I played with it a few weeks back, but ultimately removed the addon as it crashed NVDA too often.
I played with it a few weeks back, but ultimately removed the addon as it crashed NVDA too often.
|
By
Sascha Cowley
· #72705
·
|
|
Alt Keys In Edge Not Working For Menu Access
Hi Ron, I don't have a help button (and using Alt+H doesn't seem to do anything). But, at least for me, the shortcut for the "Settings and More" button is Alt+F (for foxtrot). Regards, Sascha
Hi Ron, I don't have a help button (and using Alt+H doesn't seem to do anything). But, at least for me, the shortcut for the "Settings and More" button is Alt+F (for foxtrot). Regards, Sascha
|
By
Sascha Cowley
· #72612
·
|
|
Reading PDFs in Edge Seemingly Broken
Hi Gene, Agreed. A lot of my work is with non-accessible PDFs that are produced by my university. The way Edge handles them generally works much better. For example, Acrobat will tend to just lump all
Hi Gene, Agreed. A lot of my work is with non-accessible PDFs that are produced by my university. The way Edge handles them generally works much better. For example, Acrobat will tend to just lump all
|
By
Sascha Cowley
· #72607
·
|
|
Reading PDFs in Edge Seemingly Broken
Hi Ron, I also find that Edge's presentation of mathematics is better than that in Acrobat. Far from perfect, but it at least seems to accurately represent most symbols, whereas, in my experience, Acr
Hi Ron, I also find that Edge's presentation of mathematics is better than that in Acrobat. Far from perfect, but it at least seems to accurately represent most symbols, whereas, in my experience, Acr
|
By
Sascha Cowley
· #72606
·
|