From 312ba610a1e98fc656fb58178227d7d45a64494e Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 14 Nov 2011 18:24:48 -0300 Subject: initial --- mini-commander/src/mini-commander.schemas.in | 193 +++++++++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 mini-commander/src/mini-commander.schemas.in (limited to 'mini-commander/src/mini-commander.schemas.in') diff --git a/mini-commander/src/mini-commander.schemas.in b/mini-commander/src/mini-commander.schemas.in new file mode 100644 index 00000000..2d5413de --- /dev/null +++ b/mini-commander/src/mini-commander.schemas.in @@ -0,0 +1,193 @@ + + + + + /schemas/apps/mini-commander/prefs/show_handle + mini-commander-applet + bool + false + + Show handle + Show a handle so the applet can be detached from the panel. + + + + + /schemas/apps/mini-commander/prefs/show_frame + mini-commander-applet + bool + false + + Show frame + Show a frame surrounding the applet. + + + + + /schemas/apps/mini-commander/prefs/autocomplete_history + mini-commander-applet + bool + true + + Perform history autocompletion + Attempt to autocomplete a command from the history of commands entered. + + + + + /schemas/apps/mini-commander/prefs/normal_size_x + mini-commander-applet + int + 150 + + Width + Width of the applet + + + + + /schemas/apps/mini-commander/prefs/normal_size_y + mini-commander-applet + int + 48 + + Not used anymore + + + + + /schemas/apps/mini-commander/prefs/cmd_line_y + mini-commander-applet + int + 24 + + Not used anymore + + + + + /schemas/apps/mini-commander/prefs/show_default_theme + mini-commander-applet + bool + true + + Use the default theme colors + Use theme colors instead of custom ones. + + + + + /schemas/apps/mini-commander/prefs/cmd_line_color_fg_r + mini-commander-applet + int + 64613 + + Foreground color, red component + The red component of the foreground color. + + + + + /schemas/apps/mini-commander/prefs/cmd_line_color_fg_g + mini-commander-applet + int + 64613 + + Foreground color, green component + The green component of the foreground color. + + + + + /schemas/apps/mini-commander/prefs/cmd_line_color_fg_b + mini-commander-applet + int + 64613 + + Foreground color, blue component + The blue component of the foreground color. + + + + + /schemas/apps/mini-commander/prefs/cmd_line_color_bg_r + mini-commander-applet + int + 0 + + Background color, red component + The red component of the background color. + + + + + /schemas/apps/mini-commander/prefs/cmd_line_color_bg_g + mini-commander-applet + int + 0 + + Background color, green component + The green component of the background color. + + + + + /schemas/apps/mini-commander/prefs/cmd_line_color_bg_b + mini-commander-applet + int + 0 + + Background color, blue component + The blue component of the background color. + + + + + /schemas/apps/mini-commander/prefs/history + mini-commander-applet + list + string + [] + + History list + List of MateConfValue entries containing strings for history entries. + + + + + + + /schemas/apps/mini-commander/prefs/macro_patterns + mini-commander-applet + list + string + [blah] + + Macro pattern list + + This per-applet key is deprecated in favour of the global key, + /schemas/apps/mini-commander-global/macro_patterns. + + + + + + /schemas/apps/mini-commander/prefs/macro_commands + mini-commander-applet + list + string + [blah] + + Macro command list + + This per-applet key is deprecated in favour of the global key, + /schemas/apps/mini-commander-global/macro_patterns. + + + + + + -- cgit v1.2.1