home · contact · privacy
Toggle tile drawing in tile control drawing mode.
[plomrogue2] / config.json
1 {
2     "switch_to_chat": "t",
3     "switch_to_play": "p",
4     "switch_to_password": "P",
5     "switch_to_annotate": "M",
6     "switch_to_portal": "T",
7     "switch_to_study": "?",
8     "switch_to_edit": "E",
9     "switch_to_write": "m",
10     "switch_to_admin": "A",
11     "switch_to_control_pw_pw": "C",
12     "switch_to_control_tile_type": "Q",
13     "flatten": "F",
14     "take_thing": "z",
15     "drop_thing": "u",
16     "teleport": "p",
17     "help": "h",
18     "toggle_map_mode": "M",
19     "toggle_tile_draw": "m",
20     "hex_move_upleft": "w",
21     "hex_move_upright": "e",
22     "hex_move_right": "d",
23     "hex_move_downright": "c",
24     "hex_move_downleft": "x",
25     "hex_move_left": "s",
26     "square_move_up": "w",
27     "square_move_left": "a",
28     "square_move_down": "s",
29     "square_move_right": "d"
30 }