~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to tomboy.schemas

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Hale
  • Date: 2004-10-11 09:31:35 UTC
  • Revision ID: james.westby@ubuntu.com-20041011093135-00f2snu2ny5i6wto
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
<gconfschemafile>
 
3
  <schemalist>
 
4
    <schema>
 
5
      <key>/schemas/apps/tomboy/global_keybindings/show_note_menu</key>
 
6
      <applyto>/apps/tomboy/global_keybindings/show_note_menu</applyto>
 
7
      <owner>tomboy</owner>
 
8
      <type>string</type>
 
9
      <default>&lt;Alt&gt;F12</default>
 
10
      <locale name="C">
 
11
         <short>Show applet menu</short>
 
12
         <long>
 
13
           The global keybinding for showing the Tomboy applet's menu.
 
14
 
 
15
           The format looks like "&lt;Control&gt;a" or
 
16
          "&lt;Shift&gt;&lt;Alt&gt;F1".  The parser is fairly liberal and allows
 
17
          lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and
 
18
          "&lt;Ctrl&gt;". If you set the option to the special string
 
19
          "disabled", then there will be no keybinding for this action.
 
20
         </long>
 
21
      </locale>
 
22
    </schema>
 
23
 
 
24
    <schema>
 
25
      <key>/schemas/apps/tomboy/global_keybindings/open_start_here</key>
 
26
      <applyto>/apps/tomboy/global_keybindings/open_start_here</applyto>
 
27
      <owner>tomboy</owner>
 
28
      <type>string</type>
 
29
      <default>&lt;Alt&gt;F11</default>
 
30
      <locale name="C">
 
31
         <short>Open Start Here</short>
 
32
         <long>
 
33
           The global keybinding for opening the "Start Here" note.
 
34
 
 
35
           The format looks like "&lt;Control&gt;a" or
 
36
          "&lt;Shift&gt;&lt;Alt&gt;F1".  The parser is fairly liberal and allows
 
37
          lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and
 
38
          "&lt;Ctrl&gt;". If you set the option to the special string
 
39
          "disabled", then there will be no keybinding for this action.
 
40
         </long>
 
41
      </locale>
 
42
    </schema>
 
43
 
 
44
    <schema>
 
45
      <key>/schemas/apps/tomboy/global_keybindings/create_new_note</key>
 
46
      <applyto>/apps/tomboy/global_keybindings/create_new_note</applyto>
 
47
      <owner>tomboy</owner>
 
48
      <type>string</type>
 
49
      <default>disabled</default>
 
50
      <locale name="C">
 
51
         <short>Create a new Note</short>
 
52
         <long>
 
53
           The global keybinding for creating and displaying a new Note.
 
54
 
 
55
           The format looks like "&lt;Control&gt;a" or
 
56
          "&lt;Shift&gt;&lt;Alt&gt;F1".  The parser is fairly liberal and allows
 
57
          lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and
 
58
          "&lt;Ctrl&gt;". If you set the option to the special string
 
59
          "disabled", then there will be no keybinding for this action.
 
60
         </long>
 
61
      </locale>
 
62
    </schema>
 
63
 
 
64
    <schema>
 
65
      <key>/schemas/apps/tomboy/global_keybindings/open_search</key>
 
66
      <applyto>/apps/tomboy/global_keybindings/open_search</applyto>
 
67
      <owner>tomboy</owner>
 
68
      <type>string</type>
 
69
      <default>disabled</default>
 
70
      <locale name="C">
 
71
         <short>Open Search Dialog</short>
 
72
         <long>
 
73
           The global keybinding for opening the Note Search dialog.
 
74
 
 
75
           The format looks like "&lt;Control&gt;a" or
 
76
          "&lt;Shift&gt;&lt;Alt&gt;F1".  The parser is fairly liberal and allows
 
77
          lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and
 
78
          "&lt;Ctrl&gt;". If you set the option to the special string
 
79
          "disabled", then there will be no keybinding for this action.
 
80
         </long>
 
81
      </locale>
 
82
    </schema>
 
83
 
 
84
    <schema>
 
85
      <key>/schemas/apps/tomboy/global_keybindings/open_recent_changes</key>
 
86
      <applyto>/apps/tomboy/global_keybindings/open_recent_changes</applyto>
 
87
      <owner>tomboy</owner>
 
88
      <type>string</type>
 
89
      <default>disabled</default>
 
90
      <locale name="C">
 
91
         <short>Open Recent Changes</short>
 
92
         <long>
 
93
           The global keybinding for opening the Recent Changes dialog.
 
94
 
 
95
           The format looks like "&lt;Control&gt;a" or
 
96
          "&lt;Shift&gt;&lt;Alt&gt;F1".  The parser is fairly liberal and allows
 
97
          lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and
 
98
          "&lt;Ctrl&gt;". If you set the option to the special string
 
99
          "disabled", then there will be no keybinding for this action.
 
100
         </long>
 
101
      </locale>
 
102
    </schema>
 
103
  </schemalist>
 
104
</gconfschemafile>