Skip to content
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

add backspace key binding to refreshabraille18 #6054

Closed
coltonhill01 opened this issue Jun 8, 2016 · 2 comments
Closed

add backspace key binding to refreshabraille18 #6054

coltonhill01 opened this issue Jun 8, 2016 · 2 comments
Milestone

Comments

@coltonhill01
Copy link

I have noticed that the refreshabraille18 does not have any binding for the backspace key, however it does have enter and the arrows. I'm wondering if you could make it possible for say b7+b9, or dot7 chord to be used as a backspace such as on IOS.

@josephsl
Copy link
Collaborator

josephsl commented Jun 8, 2016

Hi,

See issue #5090. Thanks.

@jcsteh
Copy link
Contributor

jcsteh commented Jun 8, 2016

See also #2439, #2945, #5959.

@nvaccessAuto nvaccessAuto added this to the 2017.3 milestone Jul 7, 2017
jcsteh added a commit that referenced this issue Jul 7, 2017
…ues #2439, #6054, #6113, #6935)

Beyond the main code in brailleInput to support uncontracted/contracted input, this includes the following changes:
* The list of braille tables has been moved out of the braille module into a separate brailleTables module. Braille tables are now added with a function rather than directly adding them to the data structure. Aside from being necessary in order to specify and check whether a table is contracted, this also makes the data about tables more extensible in future.
* As the data structure for braille tables has now changed and is no longer ordered, this was a good opportunity to sort the list of tables alphabetically when displaying them to the user.
* Updated to liblouis master shortly after release 3.2.0. The post 3.2.0 commits include some important back-translation fixes for UEB.
* brailleInput is now notified when reverting config or changing config profiles. This is necessary because brailleInput now maintains some state when the input table is changed.
* brailleInput is now initialised before braille at startup. This is because braille depends on brailleInput to get the currently untranslated input.
* Dot7 and dot8 are now universally bound to braille input specific scripts for erase and enter. Any braille display drivers that had bindings for backspace/enter for braille input have been adjusted accordingly.
* In the User Guide, a "Braille" section has been added above "Application Specific Features". The "Braille Control Types and States" section has been moved to a sub-section of this, and a sub-section on Braille Input has been added.
* Added a Unicode braille input table.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants