-
-
Notifications
You must be signed in to change notification settings - Fork 638
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement some useful braille features #8011
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> .
|
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. |
|
Hi, 2024 update: my stance on collaborating with Braille Extender folks and getting needed things into NVDA Core still stands. Thanks, |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
The text was updated successfully, but these errors were encountered: