summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings/default.json
diff options
context:
space:
mode:
authortroido <troido@hotmail.com>2017-12-28 22:47:36 +0100
committertroido <troido@hotmail.com>2017-12-28 22:47:36 +0100
commit8c8c410f0eb7b6995c6e8db613228d91191f4e23 (patch)
tree8a0ff8bf95e20963a40332bc5fb2588fd9eb6ba6 /asciifarm/keybindings/default.json
parentd983e275f3f4ba156e33d00e5deaa2f730695cae (diff)
chat now works!
Diffstat (limited to 'asciifarm/keybindings/default.json')
-rw-r--r--asciifarm/keybindings/default.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/asciifarm/keybindings/default.json b/asciifarm/keybindings/default.json
index 9f1d02a..2af12bf 100644
--- a/asciifarm/keybindings/default.json
+++ b/asciifarm/keybindings/default.json
@@ -17,7 +17,9 @@
"KEY_UP": ["move", "north"],
"KEY_DOWN": ["move", "south"],
"KEY_RIGHT": ["move", "east"],
- "KEY_LEFT": ["move", "west"],
- "t": ["say", "hey everybody"]
+ "KEY_LEFT": ["move", "west"]
+ },
+ "control": {
+ "t": ["text"]
}
}