home · contact · privacy
Refactor parser code.
[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_command_thing": "O",
11     "switch_to_name_thing": "N",
12     "switch_to_admin": "A",
13     "switch_to_control_pw_pw": "C",
14     "switch_to_control_tile_type": "Q",
15     "switch_to_admin_thing_protect": "T",
16     "flatten": "F",
17     "switch_to_enter_face": "f",
18     "switch_to_enter_hat": "H",
19     "switch_to_take_thing": "z",
20     "switch_to_drop_thing": "u",
21     "teleport": "p",
22     "door": "D",
23     "install": "I",
24     "wear": "W",
25     "consume": "C",
26     "spin": "S",
27     "dance": "T",
28     "help": "h",
29     "toggle_map_mode": "L",
30     "toggle_tile_draw": "m",
31     "hex_move_upleft": "w",
32     "hex_move_upright": "e",
33     "hex_move_right": "d",
34     "hex_move_downright": "c",
35     "hex_move_downleft": "x",
36     "hex_move_left": "s",
37     "square_move_up": "w",
38     "square_move_left": "a",
39     "square_move_down": "s",
40     "square_move_right": "d"
41 }