From 71d9a8875bdbc2c809d4929f643d0b9a383b7a87 Mon Sep 17 00:00:00 2001 From: cmorten Date: Sat, 28 Jan 2023 16:52:58 +0000 Subject: [PATCH] * feat: disable auto update * feat: disable startup notification * feat: disable exit modal --- nvda/userConfig/nvda.ini | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nvda/userConfig/nvda.ini b/nvda/userConfig/nvda.ini index 6956a95..349ba9a 100644 --- a/nvda/userConfig/nvda.ini +++ b/nvda/userConfig/nvda.ini @@ -3,21 +3,21 @@ schemaVersion = 4 [update] allowUsageStats = False askedAllowUsageStats = True - autoCheck = True - startupNotification = True + autoCheck = False + startupNotification = False [upgrade] [general] showWelcomeDialogAtStartup = False language = Windows - saveConfigurationOnExit = True - askToExit = True - playStartAndExitSounds = True + saveConfigurationOnExit = False + askToExit = False + playStartAndExitSounds = False loggingLevel = INFO [speech] synth = oneCore [[oneCore]] voice = HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech_OneCore\Voices\Tokens\MSTTS_V110_enGB_GeorgeM - volume = 100 + volume = 0 rate = 100 rateBoost = True [braille] @@ -30,12 +30,12 @@ schemaVersion = 4 enabled = True [[screenCurtain]] [speechViewer] - x = 1341 - y = 191 + x = 0 + y = 0 width = 500 - height = 519 + height = 500 displays = "(1920, 1080)", - autoPositionWindow = False + autoPositionWindow = True showSpeechViewerAtStartup = True [virtualBuffers] autoSayAllOnPageLoad = False