Table 4.7. gnometris keys
| Key | Type | Default | Description |
|---|---|---|---|
| /schemas/apps/gnometris/options/block_pixmap | string | 7blocks-gw.png | Image to use for drawing blocks. |
| /schemas/apps/gnometris/options/theme | string | plain | The name of the theme used for rendering the blocks and the background. |
| /schemas/apps/gnometris/options/starting_level | int | 1 | Level to start with. |
| /schemas/apps/gnometris/options/usebgimage | bool | FALSE | This selects whether or not to draw the background image over the background color. |
| /schemas/apps/gnometris/options/bgcolor | string | Black | The background color, in a format gdk_color_parse understands. |
| /schemas/apps/gnometris/options/do_preview | bool | TRUE | Whether to preview the next block. |
| /schemas/apps/gnometris/options/do_preview | bool | TRUE | Whether to preview the next block. |
| /schemas/apps/gnometris/options/use_target | bool | FALSE | Whether to provide a graphical representation of where a block will land. |
| /schemas/apps/gnometris/options/random_block_colors | bool | FALSE | Whether to give blocks random colors. |
| /schemas/apps/gnometris/options/rotate_counter_clock_wise | bool | TRUE | Whether to rotate counter clock wise. |
| /schemas/apps/gnometris/options/line_fill_height | int | 0 | The number of rows that are filled with random blocks at the start of the game. |
| /schemas/apps/gnometris/options/line_fill_probability | int | 5 | The density of blocks in rows filled at the start of the game. The value is between 0 (for no blocks) and 10 (for a completely filled row). |
| /schemas/apps/gnometris/controls/key_left | int | 65361 | Key press to move left. |
| /schemas/apps/gnometris/controls/key_right | int | 65363 | Key press to move right. |
| /schemas/apps/gnometris/controls/key_down | int | 65364 | Key press to move down. |
| /schemas/apps/gnometris/controls/key_drop | int | 32 | Key press to drop. |
| /schemas/apps/gnometris/controls/key_rotate | int | 65362 | Key press to rotate. |
| /schemas/apps/gnometris/controls/key_pause | int | 65299 | Key press to pause. |
| /schemas/apps/gnometris/saved/width | int | 440 | The width of the main window. |
| /schemas/apps/gnometris/saved/height | int | 550 | The height of the main window. |