From 62cdeb10b1d60aa43d2f11b0e18a72872ac18f87 Mon Sep 17 00:00:00 2001 From: cancel Date: Tue, 11 Dec 2018 18:49:33 +0900 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 532c868..70caed5 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,15 @@ Run the interactive terminal UI, useful for debugging or observing behavior. Pas - Spacebar: play or pause - `ctrl+f`: step the simulation one tick forward - `ctrl+z` or `ctrl+u`: undo +- `ctrl+c`: copy +- `ctrl+v`: paste - return or enter: change into or out of overwrite/append mode - `/`: change into or out of key-trigger mode (for the `!` operator) - `[` and `]`: Adjust cosmetic grid rulers horizontally - `{` and `}`: Adjust cosmetic grid rulers vertically - `(` and `)`: resize grid horizontally - `_` and `+`: resize grid vertically +- `<` and `>`: adjust BPM ### CLI interpreter