-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpastie.schemas
100 lines (100 loc) · 3.35 KB
/
pastie.schemas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/pastie/prefs/history_size</key>
<applyto>/apps/pastie/prefs/history_size</applyto>
<owner>pastie</owner>
<type>int</type>
<default>25</default>
<gettext_domain>pastie</gettext_domain>
<locale name="C">
<short>Set history size</short>
<long>Set history size.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/pastie/prefs/item_length</key>
<applyto>/apps/pastie/prefs/item_length</applyto>
<owner>pastie</owner>
<type>int</type>
<default>50</default>
<gettext_domain>pastie</gettext_domain>
<locale name="C">
<short>Set items length</short>
<long>Set menu items length.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/pastie/prefs/use_primary</key>
<applyto>/apps/pastie/prefs/use_primary</applyto>
<owner>pastie</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>pastie</gettext_domain>
<locale name="C">
<short>Use primary selection</short>
<long>Use primary selection.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/pastie/prefs/synch_primary</key>
<applyto>/apps/pastie/prefs/synch_primary</applyto>
<owner>pastie</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>pastie</gettext_domain>
<locale name="C">
<short>Synch primary selection</short>
<long>Synchronize the primary selection into the clipboard.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/pastie/prefs/show_quit_on_menu</key>
<applyto>/apps/pastie/prefs/show_quit_on_menu</applyto>
<owner>pastie</owner>
<type>bool</type>
<default>false</default>
<gettext_domain>pastie</gettext_domain>
<locale name="C">
<short>Show "quit" menu item</short>
<long>Show "quit" menu item.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/pastie/prefs/show_preferences_on_menu</key>
<applyto>/apps/pastie/prefs/show_preferences_on_menu</applyto>
<owner>pastie</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>pastie</gettext_domain>
<locale name="C">
<short>Show "preferences" menu item</short>
<long>Show "Preferences..." menu item.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/pastie/prefs/prefs_dialog_key</key>
<applyto>/apps/pastie/prefs/prefs_dialog_key</applyto>
<owner>pastie</owner>
<type>string</type>
<default><Control><Alt>P</default>
<gettext_domain>pastie</gettext_domain>
<locale name="C">
<short>Preferences dialog keyboard shortcut</short>
<long>Preferences dialog keyboard shortcut</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/pastie/prefs/sel_dialog_key</key>
<applyto>/apps/pastie/prefs/sel_dialog_key</applyto>
<owner>pastie</owner>
<type>string</type>
<default><Control><Shift>C</default>
<gettext_domain>pastie</gettext_domain>
<locale name="C">
<short>Selection dialog keyboard shortcut</short>
<long>Selection dialog keyboard shortcut</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>