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

an croatian braille table must be added #340

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 6 comments
Closed

an croatian braille table must be added #340

nvaccessAuto opened this issue Jan 1, 2010 · 6 comments
Assignees
Milestone

Comments

@nvaccessAuto
Copy link

Reported by zvonimirek222 on 2009-06-24 14:02
hello i requesting this ticket to inplement hr.ctb and bulgarian braille table bg.ctb its 8 dots and 6 dots braille

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2009-06-25 00:35
Have you actually tested these tables? You can do this by editing your nvda.ini file and changing translationTable in the braille section.
Changes:
Milestone changed from 0.6 to 0.7

@nvaccessAuto
Copy link
Author

Comment 2 by zvonimirek222 on 2009-06-25 07:51
hello putting to the ini file dont work so inplement this in the snapshot for public test...
Changes:
Milestone changed from 0.7 to None

@nvaccessAuto
Copy link
Author

Comment 3 by zvonimirek222 on 2009-06-25 07:52
Changes:
Milestone changed from None to 0.6

@nvaccessAuto
Copy link
Author

Comment 4 by jteh on 2009-06-25 10:30
Please leave the milestone as is. This is not a blocker for 0.6.

Changing the braille table in the config file does work. You are probably changing it before exiting NVDA and NVDA is then saving your config as you exit, so change it while that copy of NVDA is not running, perhaps using another portable copy. Alternatively, you can do it via the Python console:

import config; config.conf["braille"]["translationTable"] = u'hr.ctb'

Changes:
Milestone changed from 0.6 to 0.7

@nvaccessAuto
Copy link
Author

Comment 5 by zvonimirek222 (in reply to comment 4) on 2009-06-25 11:12
Replying to jteh:

Please leave the milestone as is. This is not a blocker for 0.6.

Changing the braille table in the config file does work. You are probably changing it before exiting NVDA and NVDA is then saving your config as you exit, so change it while that copy of NVDA is not running, perhaps using another portable copy. Alternatively, you can do it via the Python console:

import config; config.conf["braille"]["translationTable"] = u'hr.ctb'

jamie!!! dont work in python

@nvaccessAuto
Copy link
Author

Comment 6 by jteh on 2009-06-25 11:29
Done in r3023.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants