| 1 | # NVDA Configuration File
|
|---|
| 2 |
|
|---|
| 3 | [general]
|
|---|
| 4 | language = Windows
|
|---|
| 5 | saveConfigurationOnExit = True
|
|---|
| 6 | askToExit = False
|
|---|
| 7 | loggingLevel = WARNING
|
|---|
| 8 |
|
|---|
| 9 | # Speech settings
|
|---|
| 10 | [speech]
|
|---|
| 11 | synth = espeak
|
|---|
| 12 | speakPunctuation = False
|
|---|
| 13 | beepSpeechModePitch = 10000
|
|---|
| 14 | outputDevice = -1
|
|---|
| 15 | [[espeak]]
|
|---|
| 16 | rate = 40
|
|---|
| 17 | pitch = 40
|
|---|
| 18 | inflection = 75
|
|---|
| 19 | capPitchChange = 30
|
|---|
| 20 | volume = 100
|
|---|
| 21 | voice = 12
|
|---|
| 22 | raisePitchForCapitals = True
|
|---|
| 23 | sayCapForCapitals = False
|
|---|
| 24 | beepForCapitals = False
|
|---|
| 25 | variant = robert
|
|---|
| 26 |
|
|---|
| 27 | # Presentation settings
|
|---|
| 28 | [presentation]
|
|---|
| 29 | reportClassOfClientObjects = False
|
|---|
| 30 | reportKeyboardShortcuts = True
|
|---|
| 31 | reportObjectPositionInformation = True
|
|---|
| 32 | reportTooltips = False
|
|---|
| 33 | reportHelpBalloons = True
|
|---|
| 34 | reportObjectDescriptions = True
|
|---|
| 35 | sayStateFirst = False
|
|---|
| 36 | beepOnProgressBarUpdates = True
|
|---|
| 37 |
|
|---|
| 38 | [mouse]
|
|---|
| 39 | reportObjectUnderMouse = True
|
|---|
| 40 | audioCoordinatesOnMouseMove = True
|
|---|
| 41 | reportMouseShapeChanges = False
|
|---|
| 42 |
|
|---|
| 43 | #Keyboard settings
|
|---|
| 44 | [keyboard]
|
|---|
| 45 | useCapsLockAsNVDAModifierKey = True
|
|---|
| 46 | useNumpadInsertAsNVDAModifierKey = True
|
|---|
| 47 | useExtendedInsertAsNVDAModifierKey = True
|
|---|
| 48 | keyboardLayout = desktop
|
|---|
| 49 | speakTypedCharacters = False
|
|---|
| 50 | speakTypedWords = False
|
|---|
| 51 | speakCommandKeys = False
|
|---|
| 52 |
|
|---|
| 53 | [virtualBuffers]
|
|---|
| 54 | maxLineLength = 100
|
|---|
| 55 | linesPerPage = 25
|
|---|
| 56 | useScreenLayout = True
|
|---|
| 57 | reportVirtualPresentationOnFocusChanges = True
|
|---|
| 58 | updateContentDynamically = True
|
|---|
| 59 | reportLinks = True
|
|---|
| 60 | reportLists = True
|
|---|
| 61 | reportListItems = True
|
|---|
| 62 | reportHeadings = True
|
|---|
| 63 | reportTables = False
|
|---|
| 64 | reportGraphics = True
|
|---|
| 65 | reportForms = False
|
|---|
| 66 | reportFormFields = True
|
|---|
| 67 | reportBlockQuotes = True
|
|---|
| 68 | reportParagraphs = False
|
|---|
| 69 | reportFrames = True
|
|---|
| 70 |
|
|---|
| 71 | #Settings for document reading (such as MS Word and wordpad)
|
|---|
| 72 | [documentFormatting]
|
|---|
| 73 | detectFormatAfterCursor = False
|
|---|
| 74 | reportFontName = False
|
|---|
| 75 | reportFontSize = False
|
|---|
| 76 | reportFontAttributes = False
|
|---|
| 77 | reportStyle = False
|
|---|
| 78 | reportPage = True
|
|---|
| 79 | reportLineNumber = False
|
|---|
| 80 | reportTables = True
|
|---|
| 81 | reportAlignment = False
|
|---|
| 82 |
|
|---|