[orca] Fix for bug #629586 - When Orca is in learn mode and the user switches to another application, Orca
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug #629586 - When Orca is in learn mode and the user switches to another application, Orca
- Date: Sun, 24 Oct 2010 13:24:47 +0000 (UTC)
commit 220d062fb3cab0de2daedc8aed5cae82b47fb690
Author: José Vilmar Estácio de Souza <vilmar informal com br>
Date: Mon Sep 13 19:21:58 2010 -0300
Fix for bug #629586 - When Orca is in learn mode and the user switches to another application, Orca stops presenting the locusOfFocus
src/orca/default.py | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/default.py b/src/orca/default.py
index 62a08af..decd01a 100644
--- a/src/orca/default.py
+++ b/src/orca/default.py
@@ -3795,6 +3795,14 @@ class Script(script.Script):
# disable list notification messages mode
notification_messages.listNotificationMessagesModeEnabled = False
+ # disable learn mode
+ settings.learnModeEnabled = False
+
+ # disable list shortcuts mode
+ settings.listShortcutsModeEnabled = False
+ orca_state.listOfShortcuts = []
+ orca_state.typeOfShortcuts = ""
+
########################################################################
# #
# Methods for presenting content #
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]