[orca/new-settings] Add some new userCustomizableSettings
- From: Juanje Ojeda Croissier <jojeda src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/new-settings] Add some new userCustomizableSettings
- Date: Tue, 19 Oct 2010 23:06:52 +0000 (UTC)
commit 47627e1c7b527a7b3b02ae8c5daadeacb4859c37
Author: Juanje Ojeda <jojeda emergya es>
Date: Wed Oct 20 01:05:14 2010 +0200
Add some new userCustomizableSettings
src/orca/settings.py | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index 5b88c07..64bfc31 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -199,6 +199,9 @@ userCustomizableSettings = [
"messageVerbosityLevel",
"presentDateFormat",
"presentTimeFormat",
+ "activeProfile",
+ "startingProfile",
+ "setFirstStart"
]
# The name of the module that hold the user interface for the main window
@@ -230,6 +233,15 @@ findModule = "orca_gui_find"
#
splashModule = "orca_gui_splash"
+# Profiles
+#
+startingProfile = ['Default', 'default']
+activeProfile = ['Default', 'default']
+
+# First start?
+#
+setFirstStart = True
+
# A list of keys that can serve as the Orca modifier key. The list is
# so we can provide better cross platform support (e.g., Sun keyboard
# vs. PC-104 keyboard layouts). When any of these keys is pressed,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]