From a6f0574726c7c2c55e1e4a1538e3d41707963361 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Mar 2021 10:46:50 +0000 Subject: [PATCH] Announce quitting --- notifications_client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notifications_client.py b/notifications_client.py index 350c85b71..d7f4a5cce 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -295,6 +295,9 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, if keyPress.startswith('/'): keyPress = keyPress[1:] if keyPress == 'q' or keyPress == 'quit' or keyPress == 'exit': + sayStr = 'Quit' + _sayCommand(sayStr, screenreader, + systemLanguage, espeak) break elif keyPress == 'sounds on' or keyPress == 'sound': sayStr = 'Notification sounds on'