[orca] Don't return early when speaking the newline character



commit ffc3fc44723cbdee15c0ca4d202a1dd51e7aa4c2
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Apr 12 18:34:08 2019 -0400

    Don't return early when speaking the newline character
    
    Most users want "blank" to be spoken.

 src/orca/speechdispatcherfactory.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/orca/speechdispatcherfactory.py b/src/orca/speechdispatcherfactory.py
index 3d033f61a..ab247db86 100644
--- a/src/orca/speechdispatcherfactory.py
+++ b/src/orca/speechdispatcherfactory.py
@@ -551,7 +551,6 @@ class SpeechServer(speechserver.SpeechServer):
         self._apply_acss(acss)
         if character == '\n':
             self._send_command(self._client.sound_icon, 'end-of-line')
-            return
 
         name = chnames.getCharacterName(character)
         if not name:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]