From 826bed3288f8f8a30cc0005acc431094888cfb49 Mon Sep 17 00:00:00 2001 From: cancel Date: Tue, 4 Dec 2018 11:59:40 +0900 Subject: [PATCH] Update controls --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bf426c..3ceded2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Run the interactive terminal UI, useful for debugging or observing behavior. - `ctrl+q` or `ctrl+d` or `ctrl+g`: quit - Arrow keys or `ctrl+h/j/k/l`: move cursor -- `A`-`Z`, `a`-`z` and `0`-`9`: write character to grid at cursor +- `A`-`Z`, `a`-`z`, `0`-`9`, and other printable characters: write character to grid at cursor - Spacebar: step the simulation one tick - `ctrl+u`: undo - `[` and `]`: Adjust cosmetic grid rulers horizontally