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

Braille converter feature #37

Open
aaclause opened this issue Dec 1, 2019 · 0 comments · May be fixed by #44
Open

Braille converter feature #37

aaclause opened this issue Dec 1, 2019 · 0 comments · May be fixed by #44

Comments

@aaclause
Copy link
Owner

aaclause commented Dec 1, 2019

Goal: just write or display any text in braille or normal text and press a simple shortcut to start the conversion process. Using liblouis and/or conversion features already present in the add-on.

Suggested implementation (draft, to improve):

Default gesture: NVDA+ALT+p
Show a dialog box with:

  • A first radio-box to specify the type of the source:
    • BRF. E.g.: HELLO
    • Braille Unicode. E.g.: ⠓⠑⠇⠇⠕
    • Dot patterns. E.g.: (125-15-123-123-135
    • Normal text. E.g.: hello
  • A second radio-box to choose the type of the destination:
    • Braille Unicode.
    • BRF.
    • Dot patterns.
    • Normal text.
  • A list-box to declare the braille table of the source / destination. E.g: UEB contracted, german uncontracted, etc..
@aaclause aaclause linked a pull request Jan 10, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant