home · contact · privacy
Add default new keybindings in-code and in-file to curses client.
[plomrogue2-experiments] / new2 / config.json
1 {
2     "switch_to_chat": "t",
3     "switch_to_play": "p",
4     "switch_to_annotate": "m",
5     "switch_to_portal": "P",
6     "switch_to_study": "?",
7     "switch_to_edit": "m",
8     "flatten": "F",
9     "hex_move_upleft": "w",
10     "hex_move_upright": "e",
11     "hex_move_right": "d",
12     "hex_move_downright": "x",
13     "hex_move_downleft": "y",
14     "hex_move_left": "a",
15     "square_move_up": "w",
16     "square_move_left": "a",
17     "square_move_down": "s",
18     "square_move_right": "d"
19 }