diff options
| author | troido <troido@hotmail.com> | 2017-12-28 22:47:36 +0100 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2017-12-28 22:47:36 +0100 |
| commit | 8c8c410f0eb7b6995c6e8db613228d91191f4e23 (patch) | |
| tree | 8a0ff8bf95e20963a40332bc5fb2588fd9eb6ba6 /asciifarm/keybindings | |
| parent | d983e275f3f4ba156e33d00e5deaa2f730695cae (diff) | |
chat now works!
Diffstat (limited to 'asciifarm/keybindings')
| -rw-r--r-- | asciifarm/keybindings/default.json | 6 |
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"] } } |
