0b032433293082a2bd67670c212a6efa4a4d83c8
[matthijs/upstream/mobilegtd.git] / src / config / defaultconfig.py
1 main_config_file = 'C:/System/Data/mobile_gtd.cfg'
2
3 default_configuration = {"screen":"normal",
4 "path":"C:/Data/GTD/",
5 "inactivity_threshold":"7",
6 "read_sms":"1",
7 "action_editor":"form"
8 }
9
10 default_actions_menu = {
11 "switch_entry_filter":"1,Toggle Active/All/Inactive Actions",
12 "add_action":"2,Add Action",
13 "add_info":"4,Add Info",
14 "change_status":"7,Change Status",
15 #"change":"8,Change Text",
16 "search_item":"0,Search Item",
17 "edit_menu":"5,Edit menu configuration",
18 "remove":"Backspace,Remove Item",
19 }
20
21 default_projects_menu = {
22 "switch_entry_filter":"1,Toggle Active/All/Inactive Projects",
23 "activate":"2,Schedule as active",
24 "defer":"3,Defer Project",
25 "reread_projects":"4,Reread Projects",
26 "process_all":"6,Process all Projects",
27 "review":"7,Review Project",
28 "tickle":"8,Tickle project",
29 "rename":"9,Rename project",
30 "search_item":"0,Search Item",
31 "remove":"Backspace,Set project to done",
32 "new_project":"Star,Create new project",
33 "new_action":"Hash,Create new action",
34 "edit_menu":"5,Edit menu configuration",
35 "edit_config":"5,Edit global configuration"
36 }
37
38
39 default_abbreviations = {
40 "1":"Agenda/",
41 "2":"Computer/",
42 "26":"Computer/Online/",
43 "26":"Computer/Online/Mail ",
44 "3":"Errands/",
45 "4":"Anywhere/",
46 "42":"Anywhere/Brainstorm/",
47 "47":"Anywhere/Phone/",
48 "46":"Anywhere/MobilePhone/",
49 "9":"WaitingFor/"
50 }