# NVDA Configuration File

[general]
	language = Windows
	saveConfigurationOnExit = True
	askToExit = False
	loggingLevel = WARNING

# Speech settings
[speech]
	synth = espeak
	speakPunctuation = False
	beepSpeechModePitch = 10000
	outputDevice = -1
	[[espeak]]
		rate = 40
		pitch = 40
		inflection = 75
		capPitchChange = 30
		volume = 100
		voice = 12
		raisePitchForCapitals = True
		sayCapForCapitals = False
		beepForCapitals = False
		variant = robert

# Presentation settings
[presentation]
	reportClassOfClientObjects = False
	reportKeyboardShortcuts = True
	reportObjectPositionInformation = True
	reportTooltips = False
	reportHelpBalloons = True
	reportObjectDescriptions = True
	sayStateFirst = False
	beepOnProgressBarUpdates = True

[mouse]
	reportObjectUnderMouse = True
	audioCoordinatesOnMouseMove = True
	reportMouseShapeChanges = False

#Keyboard settings
[keyboard]
	useCapsLockAsNVDAModifierKey = True
	useNumpadInsertAsNVDAModifierKey = True
	useExtendedInsertAsNVDAModifierKey = True
	keyboardLayout = desktop
	speakTypedCharacters = False
	speakTypedWords = False
	speakCommandKeys = False

[virtualBuffers]
	maxLineLength = 100
	linesPerPage = 25
	useScreenLayout = True
	reportVirtualPresentationOnFocusChanges = True
	updateContentDynamically = True
	reportLinks = True
	reportLists = True
	reportListItems = True
	reportHeadings = True
	reportTables = False
	reportGraphics = True
	reportForms = False
	reportFormFields = True
	reportBlockQuotes = True
	reportParagraphs = False
	reportFrames = True

#Settings for document reading (such as MS Word and wordpad)
[documentFormatting]
	detectFormatAfterCursor = False
	reportFontName = False
	reportFontSize = False
	reportFontAttributes = False
	reportStyle = False
	reportPage = True
	reportLineNumber = False
	reportTables = True
	reportAlignment = False


