Table 2.12. mini-commander-applet keys
| Key | Type | Default | Description |
|---|---|---|---|
| /schemas/apps/mini-commander-global/macro_patterns | list | [blah] | List of GConfValue entries containing strings for the macro patterns. |
| /schemas/apps/mini-commander-global/macro_commands | list | [blah] | List of GConfValue entries containing strings for the macro commands. |
| /schemas/apps/mini-commander/prefs/show_handle | bool | false | Show a handle so the applet can be detached from the panel. |
| /schemas/apps/mini-commander/prefs/show_frame | bool | false | Show a frame surrounding the applet. |
| /schemas/apps/mini-commander/prefs/autocomplete_history | bool | true | Attempt to autocomplete a command from the history of commands entered. |
| /schemas/apps/mini-commander/prefs/normal_size_x | int | 150 | Width of the applet |
| /schemas/apps/mini-commander/prefs/normal_size_y | int | 48 | |
| /schemas/apps/mini-commander/prefs/cmd_line_y | int | 24 | |
| /schemas/apps/mini-commander/prefs/show_default_theme | bool | true | Use theme colors instead of custom ones. |
| /schemas/apps/mini-commander/prefs/cmd_line_color_fg_r | int | 64613 | The red component of the foreground color. |
| /schemas/apps/mini-commander/prefs/cmd_line_color_fg_g | int | 64613 | The green component of the foreground color. |
| /schemas/apps/mini-commander/prefs/cmd_line_color_fg_b | int | 64613 | The blue component of the foreground color. |
| /schemas/apps/mini-commander/prefs/cmd_line_color_bg_r | int | 0 | The red component of the background color. |
| /schemas/apps/mini-commander/prefs/cmd_line_color_bg_g | int | 0 | The green component of the background color. |
| /schemas/apps/mini-commander/prefs/cmd_line_color_bg_b | int | 0 | The blue component of the background color. |
| /schemas/apps/mini-commander/prefs/history | list | [] | List of GConfValue entries containing strings for history entries. |
| /schemas/apps/mini-commander/prefs/macro_patterns | list | [blah] | 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 | list | [blah] | This per-applet key is deprecated in favour of the global key, /schemas/apps/mini-commander-global/macro_patterns. |