Change orca config

This commit is contained in:
Kujiu 2018-07-18 22:16:35 +02:00
parent a46b19b964
commit 0626e33a50
No known key found for this signature in database
GPG key ID: F6A8243BF7C8404D
3 changed files with 367 additions and 7 deletions

View file

@ -110,14 +110,86 @@
"profiles": { "profiles": {
"default": { "default": {
"presentTimeFormat": "%I:%M %p", "presentTimeFormat": "%I:%M %p",
"enableMnemonicSpeaking": true,
"enableKeyEcho": false,
"voices": { "voices": {
"default": { "default": {
"rate": 88.0,
"family": {
"name": "Mendoo",
"locale": "fr",
"dialect": "cm"
}
},
"uppercase": {
"average-pitch": 7.0
},
"hyperlink": {
"established": false
},
"system": {
"family": { "family": {
"name": "French", "name": "French",
"locale": "(Belgium)", "locale": "(Belgium)",
"dialect": "fr" "dialect": "fr"
}, },
"rate": 83.0 "gain": 5.0
}
},
"enableEchoBySentence": true,
"speechServerInfo": [
"baratinoo",
"baratinoo"
],
"enableMouseReview": true,
"brailleAlignmentStyle": 0,
"profile": [
"Default",
"default"
],
"brailleContractionTable": "/usr/share/liblouis/tables/en-us-comp8.ctb",
"keyboardLayout": 2,
"enableProgressBarUpdates": true,
"enableSpeechIndentation": true,
"readTableCellRow": true,
"speechServerFactory": "orca.speechdispatcherfactory",
"enablePrintableKeys": true,
"enableEchoByWord": true,
"mouseDwellDelay": 0,
"orcaModifierKeys": [
"Caps_Lock"
],
"verbalizePunctuationStyle": 2,
"flashVerbosityLevel": 1,
"enablePositionSpeaking": true,
"enableBrailleMonitor": false,
"messageVerbosityLevel": 1,
"pronunciations": {},
"keybindings": {
"cycleSettingsProfileHandler": [
[
"equal",
"365",
"256",
"1"
]
]
},
"enableBrailleWordWrap": true,
"readFullRowInSpreadSheet": true
},
"fr_slow": {
"presentTimeFormat": "%I:%M %p",
"enableMnemonicSpeaking": true,
"enableKeyEcho": false,
"voices": {
"default": {
"rate": 50.0,
"family": {
"name": "Mendoo",
"locale": "fr",
"dialect": "cm"
}
}, },
"uppercase": { "uppercase": {
"average-pitch": 7.0 "average-pitch": 7.0
@ -132,31 +204,319 @@
"gain": 5.0 "gain": 5.0
} }
}, },
"enableEchoBySentence": true,
"speechServerInfo": [ "speechServerInfo": [
"espeak", "baratinoo",
"espeak" "baratinoo"
], ],
"enableMouseReview": true, "enableMouseReview": true,
"brailleAlignmentStyle": 0,
"profile": [ "profile": [
"Default", "fr_slow",
"default" "fr_slow"
], ],
"brailleContractionTable": "/usr/share/liblouis/tables/en-us-comp8.ctb", "brailleContractionTable": "/usr/share/liblouis/tables/en-us-comp8.ctb",
"keyboardLayout": 2, "keyboardLayout": 2,
"enableProgressBarUpdates": true, "enableProgressBarUpdates": true,
"enableSpeechIndentation": true,
"readTableCellRow": true, "readTableCellRow": true,
"speechServerFactory": "orca.speechdispatcherfactory", "speechServerFactory": "orca.speechdispatcherfactory",
"enablePrintableKeys": true, "enablePrintableKeys": true,
"enableEchoByWord": true,
"mouseDwellDelay": 0, "mouseDwellDelay": 0,
"orcaModifierKeys": [ "orcaModifierKeys": [
"Caps_Lock" "Caps_Lock"
], ],
"verbalizePunctuationStyle": 2, "verbalizePunctuationStyle": 2,
"enableSpeech": false,
"flashVerbosityLevel": 1, "flashVerbosityLevel": 1,
"enablePositionSpeaking": true,
"enableBrailleMonitor": false,
"messageVerbosityLevel": 1, "messageVerbosityLevel": 1,
"pronunciations": {}, "pronunciations": {},
"keybindings": {} "keybindings": {
"cycleSettingsProfileHandler": [
[
"equal",
"365",
"256",
"1"
]
]
},
"enableBrailleWordWrap": true,
"readFullRowInSpreadSheet": true
},
"en": {
"presentTimeFormat": "%I:%M %p",
"enableMnemonicSpeaking": true,
"enableKeyEcho": false,
"voices": {
"default": {
"rate": 64.0,
"family": {
"name": "Phil",
"locale": "en",
"dialect": "us"
}
},
"uppercase": {
"average-pitch": 7.0
},
"hyperlink": {},
"system": {
"family": {
"name": "French",
"locale": "(Belgium)",
"dialect": "fr"
},
"gain": 5.0
}
},
"enableEchoBySentence": true,
"speechServerInfo": [
"baratinoo",
"baratinoo"
],
"enableMouseReview": true,
"brailleAlignmentStyle": 0,
"profile": [
"en",
"en"
],
"brailleContractionTable": "/usr/share/liblouis/tables/en-us-comp8.ctb",
"keyboardLayout": 2,
"enableProgressBarUpdates": true,
"enableSpeechIndentation": true,
"readTableCellRow": true,
"speechServerFactory": "orca.speechdispatcherfactory",
"enablePrintableKeys": true,
"enableEchoByWord": true,
"mouseDwellDelay": 0,
"orcaModifierKeys": [
"Caps_Lock"
],
"verbalizePunctuationStyle": 2,
"flashVerbosityLevel": 1,
"enablePositionSpeaking": true,
"enableBrailleMonitor": false,
"messageVerbosityLevel": 1,
"pronunciations": {},
"keybindings": {
"cycleSettingsProfileHandler": [
[
"equal",
"365",
"256",
"1"
]
]
},
"enableBrailleWordWrap": true,
"readFullRowInSpreadSheet": true
},
"en_slow": {
"presentTimeFormat": "%I:%M %p",
"enableMnemonicSpeaking": true,
"enableKeyEcho": false,
"voices": {
"default": {
"rate": 50.0,
"family": {
"name": "Phil",
"locale": "en",
"dialect": "us"
}
},
"uppercase": {
"average-pitch": 7.0
},
"hyperlink": {},
"system": {
"family": {
"name": "French",
"locale": "(Belgium)",
"dialect": "fr"
},
"gain": 5.0
}
},
"enableEchoBySentence": true,
"speechServerInfo": [
"baratinoo",
"baratinoo"
],
"enableMouseReview": true,
"brailleAlignmentStyle": 0,
"profile": [
"en_slow",
"en_slow"
],
"brailleContractionTable": "/usr/share/liblouis/tables/en-us-comp8.ctb",
"keyboardLayout": 2,
"enableProgressBarUpdates": true,
"enableSpeechIndentation": true,
"readTableCellRow": true,
"speechServerFactory": "orca.speechdispatcherfactory",
"enablePrintableKeys": true,
"enableEchoByWord": true,
"mouseDwellDelay": 0,
"orcaModifierKeys": [
"Caps_Lock"
],
"verbalizePunctuationStyle": 2,
"flashVerbosityLevel": 1,
"enablePositionSpeaking": true,
"enableBrailleMonitor": false,
"messageVerbosityLevel": 1,
"pronunciations": {},
"keybindings": {
"cycleSettingsProfileHandler": [
[
"equal",
"365",
"256",
"1"
]
]
},
"enableBrailleWordWrap": true,
"readFullRowInSpreadSheet": true
},
"nl": {
"presentTimeFormat": "%I:%M %p",
"enableMnemonicSpeaking": true,
"enableKeyEcho": false,
"voices": {
"default": {
"rate": 79.0,
"family": {
"name": "Diederik",
"locale": "nl",
"dialect": "be"
}
},
"uppercase": {
"average-pitch": 7.0
},
"hyperlink": {},
"system": {
"family": {
"name": "French",
"locale": "(Belgium)",
"dialect": "fr"
},
"gain": 5.0
}
},
"enableEchoBySentence": true,
"speechServerInfo": [
"baratinoo",
"baratinoo"
],
"enableMouseReview": true,
"brailleAlignmentStyle": 0,
"profile": [
"nl",
"nl"
],
"brailleContractionTable": "/usr/share/liblouis/tables/en-us-comp8.ctb",
"keyboardLayout": 2,
"enableProgressBarUpdates": true,
"enableSpeechIndentation": true,
"readTableCellRow": true,
"speechServerFactory": "orca.speechdispatcherfactory",
"enablePrintableKeys": true,
"enableEchoByWord": true,
"mouseDwellDelay": 0,
"orcaModifierKeys": [
"Caps_Lock"
],
"verbalizePunctuationStyle": 2,
"flashVerbosityLevel": 1,
"enablePositionSpeaking": true,
"enableBrailleMonitor": false,
"messageVerbosityLevel": 1,
"pronunciations": {},
"keybindings": {
"cycleSettingsProfileHandler": [
[
"equal",
"365",
"256",
"1"
]
]
},
"enableBrailleWordWrap": true,
"readFullRowInSpreadSheet": true
},
"nl_slow": {
"presentTimeFormat": "%I:%M %p",
"enableMnemonicSpeaking": true,
"enableKeyEcho": false,
"voices": {
"default": {
"rate": 51.0,
"family": {
"name": "Diederik",
"locale": "nl",
"dialect": "be"
}
},
"uppercase": {
"average-pitch": 7.0
},
"hyperlink": {},
"system": {
"family": {
"name": "French",
"locale": "(Belgium)",
"dialect": "fr"
},
"gain": 5.0
}
},
"enableEchoBySentence": true,
"speechServerInfo": [
"baratinoo",
"baratinoo"
],
"enableMouseReview": true,
"brailleAlignmentStyle": 0,
"profile": [
"nl_slow",
"nl_slow"
],
"brailleContractionTable": "/usr/share/liblouis/tables/en-us-comp8.ctb",
"keyboardLayout": 2,
"enableProgressBarUpdates": true,
"enableSpeechIndentation": true,
"readTableCellRow": true,
"speechServerFactory": "orca.speechdispatcherfactory",
"enablePrintableKeys": true,
"enableEchoByWord": true,
"mouseDwellDelay": 0,
"orcaModifierKeys": [
"Caps_Lock"
],
"verbalizePunctuationStyle": 2,
"flashVerbosityLevel": 1,
"enablePositionSpeaking": true,
"enableBrailleMonitor": false,
"messageVerbosityLevel": 1,
"pronunciations": {},
"keybindings": {
"cycleSettingsProfileHandler": [
[
"equal",
"365",
"256",
"1"
]
]
},
"enableBrailleWordWrap": true,
"readFullRowInSpreadSheet": true
} }
}, },
"keybindings": {}, "keybindings": {},