1
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
2
<schema id="org.gnome.gnome-applets.mini-commander.global" path="/org/gnome/gnome-applets/mini-commander/">
3
<key name="macro-patterns" type="as">
13
'^dictionary: *(.*)$',
17
<_summary>Macro pattern list</_summary>
18
<_description>List of entries containing strings for the macro patterns.</_description>
20
<key name="macro-commands" type="as">
25
'gnome-open http://\\1',
26
'gnome-open ftp://\\1',
27
"gnome-open http://www.altavista.net/cgi-bin/query?pg=q\\&kl=XX\\&q=$(echo '\\1'|sed -e ': p;s/+/%2B/;t p;: s;s/\\ /+/;t s;: q;s/\\\"/%22/;t q')",
28
"gnome-open http://ink.yahoo.com/bin/query?p=$(echo '\\1'|sed -e ': p;s/+/%2B/;t p;: s;s/\\ /+/;t s;: q;s/\\\"/%22/;t q')",
29
"gnome-open http://core.freshmeat.net/search.php3?query=$(echo '\\1'|tr \" \" +)",
30
'gnome-dictionary "\\1"',
31
'gnome-open http://www.google.com/search?q=\\1'
34
<_summary>Macro command list</_summary>
35
<_description>List of entries containing strings for the macro commands.</_description>
38
<schema id="org.gnome.gnome-applets.mini-commander">
39
<key name="show-handle" type="b">
40
<default>false</default>
41
<_summary>Show handle</_summary>
42
<_description>Show a handle so the applet can be detached from the panel.</_description>
44
<key name="show-frame" type="b">
45
<default>false</default>
46
<_summary>Show frame</_summary>
47
<_description>Show a frame surrounding the applet.</_description>
49
<key name="autocomplete-history" type="b">
50
<default>true</default>
51
<_summary>Perform history autocompletion</_summary>
52
<_description>Attempt to autocomplete a command from the history of commands entered.</_description>
54
<key name="normal-size-x" type="i">
55
<default>150</default>
56
<_summary>Width</_summary>
57
<_description>Width of the applet</_description>
59
<key name="show-default-theme" type="b">
60
<default>true</default>
61
<_summary>Use the default theme colors</_summary>
62
<_description>Use theme colors instead of custom ones.</_description>
64
<key name="cmd-line-color-fg" type="s">
65
<default>'rgba(255,255,255,1)'</default>
66
<_summary>Foreground color</_summary>
67
<_description></_description>
69
<key name="cmd-line-color-bg" type="s">
70
<default>'rgba(0,0,0,1)'</default>
71
<_summary>Background color</_summary>
72
<_description></_description>
74
<key name="history" type="as">
76
<_summary>History list</_summary>
77
<_description>List of entries containing strings for history entries.</_description>