|
36 | 36 | Navigation_NavVerbosity = ("Terse", "Medium", "Verbose") |
37 | 37 | #Navigation_AutoZoomOut is boolean |
38 | 38 | Braille_BrailleNavHighlight = ("Off", "FirstChar", "EndPoints", "All") |
39 | | -Braille_BrailleCode = ("Nemeth", "UEB", "Vietnam") |
| 39 | +Braille_BrailleCode = ("Nemeth", "UEB", "CMU", "Vietnam") |
40 | 40 |
|
41 | 41 | class UserInterface(MathCATgui.MathCATPreferencesDialog): |
42 | 42 | def __init__(self,parent): |
@@ -453,8 +453,8 @@ def validate_user_preferences(): |
453 | 453 | #Braille: |
454 | 454 | # BrailleNavHighlight: EndPoints # Highlight with dots 7 & 8 the current nav node -- values are Off, FirstChar, EndPoints, All |
455 | 455 | UserInterface.validate("Braille", "BrailleNavHighlight", ["Off", "FirstChar", "EndPoints", "All"], "EndPoints") |
456 | | - # BrailleCode: "Nemeth" # Any supported braille code (currently Nemeth, UEB, Vietnam) |
457 | | - UserInterface.validate("Braille", "BrailleCode", ["Nemeth", "UEB", "Vietnam"], "Nemeth") |
| 456 | + # BrailleCode: "Nemeth" # Any supported braille code (currently Nemeth, UEB, CMU, Vietnam) |
| 457 | + UserInterface.validate("Braille", "BrailleCode", ["Nemeth", "UEB", "CMU", "Vietnam"], "Nemeth") |
458 | 458 |
|
459 | 459 | @staticmethod |
460 | 460 | def write_user_preferences(): |
|
0 commit comments