Table 4.4. gnect keys
| Key | Type | Default | Description |
|---|---|---|---|
| /schemas/apps/gnect/window_width | int | 350 | The width of the main window, in pixels, at start-up. |
| /schemas/apps/gnect/window_height | int | 390 | The height of the main window, in pixels, at start-up. |
| /schemas/apps/gnect/player1 | int | 0 | Zero is human; one through three correspond to the level of the computer player. |
| /schemas/apps/gnect/player2 | int | 1 | Zero is human; one through three correspond to the level of the computer player. |
| /schemas/apps/gnect/theme_id | int | 0 | A number specifying the preferred theme. |
| /schemas/apps/gnect/animate | bool | TRUE | Whether or not to use animation. |
| /schemas/apps/gnect/sound | bool | TRUE | Whether or not to play event sounds. |
| /schemas/apps/gnect/keyleft | int | 65361 | Key press to move left. |
| /schemas/apps/gnect/keyright | int | 65363 | Key press to move right. |
| /schemas/apps/gnect/keydrop | int | 65364 | Key press to drop a marble. |