|
31 | 31 | Navigation_NavVerbosity = ("Terse", "Medium", "Verbose") |
32 | 32 | #Navigation_AutoZoomOut is boolean |
33 | 33 | Braille_BrailleNavHighlight = ("Off", "FirstChar", "EndPoints", "All") |
34 | | -Braille_BrailleCode = ("Nemeth", "UEB") |
| 34 | +Braille_BrailleCode = ("Nemeth", "UEB", "Vietnam") |
35 | 35 |
|
36 | 36 | class UserInterface(MathCATgui.MathCATPreferencesDialog): |
37 | 37 | def __init__(self,parent): |
@@ -439,8 +439,8 @@ def validate_user_preferences(): |
439 | 439 | #Braille: |
440 | 440 | # BrailleNavHighlight: EndPoints # Highlight with dots 7 & 8 the current nav node -- values are Off, FirstChar, EndPoints, All |
441 | 441 | UserInterface.validate("Braille", "BrailleNavHighlight", ["Off", "FirstChar", "EndPoints", "All"], "EndPoints") |
442 | | - # BrailleCode: "Nemeth" # Any supported braille code (currently Nemeth, UEB) |
443 | | - UserInterface.validate("Braille", "BrailleCode", ["Nemeth", "UEB"], "Nemeth") |
| 442 | + # BrailleCode: "Nemeth" # Any supported braille code (currently Nemeth, UEB, Vietnam) |
| 443 | + UserInterface.validate("Braille", "BrailleCode", ["Nemeth", "UEB", "Vietnam"], "Nemeth") |
444 | 444 |
|
445 | 445 | @staticmethod |
446 | 446 | def write_user_preferences(): |
|
0 commit comments