Replies: 7 comments
-
Hi, I’d say let Braille Extender add-on take care of this in the meantime, and then we should consider cherry-picking priority features from that add-on when the opportunity presents itself. Thanks.
From: Adriani90 [mailto:[email protected]]
Sent: Sunday, February 18, 2018 1:02 PM
To: nvaccess/nvda <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [nvaccess/nvda] Implement some useful braille featurs out of this binaries (#8011)
Dear all,
I have found a very interesting Repo which gives a good overview over all braille features implemented in jaws. i don't know if it is possible to write something out of it to work with NVDA, but I think it is very interesting to give it a try.
https://github.com/gloob/gpii-settings/blob/master/AT-Tools/JAWS/Default.jcf.csv
By the way, gloob has some very interesting repos related to accessibility.
In my view, very interesting features are following:
Braille.PositionOfStatusCells
Focus.PositionOfStatusCells
Braille.UseHowManyStatusCells
Focus.UseHowManyStatusCells
Braille.GeneralizeBullets
Focus.GeneralizeBullets
Braille.BrailleMode
focus.BrailleMode
Braille.BrailleSlipMode
focus.BrailleSleepMode
Braille.ReversePanningButtons
Braille.PreferredTranslationTables
.BrailleMode could contribute to solve issues when working with braille and speech simultanuously, covered in issue
#7887 <#7887>
.PreferredTranslationTables could contribute to generate a script for automatic braille output by picking out preferred tables, covered in issue
#7848 <#7848>
Comments are appreciated.
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#8011> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AHgLkBPa0ROqCl8OYtsn11SIOhXq6Lerks5tWI-vgaJpZM4SJ2Iy> .
|
Beta Was this translation helpful? Give feedback.
-
I believe that this issue is a bit too broad in scope. @Adriani90 commented on 18 Feb 2018, 22:01 CET:
NVDA doesn't use the concept of status cells.
Could you elaborate on what this does?
I assume this is line mode, structured mode, etc.? We already have tethering to focus/review and several review modes.
Why would one want to enable sleep mode for braille? I see perfectly valid reasons to have speech sleep, but haven't yet found a reason for braille to do so.
This is already possible by reassigning gestures.
See also #290. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi, 2024 update: my stance on collaborating with Braille Extender folks and getting needed things into NVDA Core still stands. Thanks, |
Beta Was this translation helpful? Give feedback.
-
This has been converted to a discussion as it is too broad for an issue. Please open individual issues for the features you would like to see in NVDA. |
Beta Was this translation helpful? Give feedback.
-
I think @LeonarddeR has already filtered out in his comment above some of the issues,
For |
Beta Was this translation helpful? Give feedback.
-
@Adriani90 One feature I think should be implemented in core is the Undefined character representation feature from braille extender. With it, combined with the speech mode feature, there is practicly no information that is inaccessible to a braille only user. Plus, it would most likely solv Generalize bullits to a degree. As for the braille freeze feature, this is possible by tethering braille to review, set the review cursor where you want, e.g in a word document, turn off moovement of the review cursor do to focus changes, switch to e.g an excel document, and navigate that with focus while reading the word document with braille. |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I have found a very interesting Repo which gives a good overview over all braille features implemented in jaws. i don't know if it is possible to write something out of it to work with NVDA, but I think it is very interesting to give it a try.
https://github.com/gloob/gpii-settings/blob/master/AT-Tools/JAWS/Default.jcf.csv
By the way, gloob has some very interesting repos related to accessibility.
In my view, very interesting features are following:
Braille.PositionOfStatusCells
Focus.PositionOfStatusCells
Braille.UseHowManyStatusCells
Focus.UseHowManyStatusCells
Braille.GeneralizeBullets
Focus.GeneralizeBullets
Braille.BrailleMode
focus.BrailleMode
Braille.BrailleSlipMode
focus.BrailleSleepMode
Braille.ReversePanningButtons
Braille.PreferredTranslationTables
.BrailleMode could contribute to solve issues when working with braille and speech simultanuously, covered in issue
#7887
.PreferredTranslationTables could contribute to generate a script for automatic braille output by picking out preferred tables, covered in issue
#7848
Comments are appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions