[orca] Speak subsequent screens of terminal output when space is pressed



commit 49badc16d69bf264d809c8c5382708a029aecb95
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Jan 27 17:26:57 2012 -0500

    Speak subsequent screens of terminal output when space is pressed

 src/orca/scripts/default.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/default.py b/src/orca/scripts/default.py
index 34b40ea..b51d50e 100644
--- a/src/orca/scripts/default.py
+++ b/src/orca/scripts/default.py
@@ -3566,7 +3566,7 @@ class Script(script.Script):
         else:
             keyString, mods = self.utilities.lastKeyAndModifiers()
             wasCommand = mods & settings.COMMAND_MODIFIER_MASK
-            if not wasCommand and keyString in ["Return", "Tab"] \
+            if not wasCommand and keyString in ["Return", "Tab", "space"] \
                and event.source.getRole() == pyatspi.ROLE_TERMINAL:
                 wasCommand = True
             wasAutoComplete = (event.source.getRole() == pyatspi.ROLE_TEXT \



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