[orca] Speak state of Caps_Lock when in bypass mode



commit ea0f8bafc32cfd407d0f47a28c83a75ce60a96ff
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Feb 1 22:15:32 2012 -0500

    Speak state of Caps_Lock when in bypass mode

 src/orca/input_event.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/input_event.py b/src/orca/input_event.py
index f2d4213..ed3f3c1 100644
--- a/src/orca/input_event.py
+++ b/src/orca/input_event.py
@@ -281,6 +281,9 @@ class KeyboardEvent(InputEvent):
     def isOrcaModified(self):
         """Return True if this key is Orca modified."""
 
+        if orca_state.bypassNextCommand:
+            return False
+
         return self.modifiers & settings.ORCA_MODIFIER_MASK
 
     def isPrintableKey(self):



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