diff options
Diffstat (limited to 'asciifarm/keybindings/default.json')
| -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"] } } |
