home · contact · privacy
Some mode code refactoring.
[plomrogue2] / config.json
index c594191307c344f9457838706cb0bae1adc5374d..11852683e6c909150ddcb1b64c5ddeda3a020a6e 100644 (file)
@@ -1,17 +1,25 @@
 {
     "switch_to_chat": "t",
     "switch_to_play": "p",
-    "switch_to_annotate": "m",
-    "switch_to_portal": "P",
+    "switch_to_password": "P",
+    "switch_to_annotate": "M",
+    "switch_to_portal": "T",
     "switch_to_study": "?",
     "switch_to_edit": "m",
+    "switch_to_admin": "A",
+    "switch_to_control_pw": "C",
     "flatten": "F",
+    "take_thing": "z",
+    "drop_thing": "u",
+    "teleport": "p",
+    "help": "h",
+    "toggle_map_mode": "M",
     "hex_move_upleft": "w",
     "hex_move_upright": "e",
     "hex_move_right": "d",
-    "hex_move_downright": "x",
-    "hex_move_downleft": "y",
-    "hex_move_left": "a",
+    "hex_move_downright": "c",
+    "hex_move_downleft": "x",
+    "hex_move_left": "s",
     "square_move_up": "w",
     "square_move_left": "a",
     "square_move_down": "s",