diff --git a/notifications_client.py b/notifications_client.py index 54b346584..84057e616 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -863,7 +863,8 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, screenreader, systemLanguage, espeak, currSentIndex, 10) currTimeline = 'sent' - elif keyPress == 'show' or keyPress.startswith('show in'): + elif (keyPress == 'show' or keyPress.startswith('show in') or + keyPress == 'clear'): currInboxIndex = 0 _showLocalBox('inbox', screenreader, systemLanguage, espeak,