summaryrefslogtreecommitdiff
path: root/asciifarm/keybindings
diff options
context:
space:
mode:
Diffstat (limited to 'asciifarm/keybindings')
-rw-r--r--asciifarm/keybindings/default.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/asciifarm/keybindings/default.json b/asciifarm/keybindings/default.json
index 23eaa26..1e909c1 100644
--- a/asciifarm/keybindings/default.json
+++ b/asciifarm/keybindings/default.json
@@ -17,6 +17,7 @@
"KEY_UP": ["move", "north"],
"KEY_DOWN": ["move", "south"],
"KEY_RIGHT": ["move", "east"],
- "KEY_LEFT": ["move", "west"]
+ "KEY_LEFT": ["move", "west"],
+ "t": ["chat", "hey everybody"]
}
}