Merge pull request #1232 from gooddoog/1219-doc

(#1219) Document C-x/C-c/C-v console keys
master
Alexey Kutepov 2020-01-01 22:13:03 +07:00 committed by GitHub
commit 2568c76a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -149,15 +149,15 @@ $ ./nothing
### Consolé
| Key | Action |
|-----------|--------------------------|
| `ESC` | Exit console |
| `Enter` | Evaluate the expression |
| `Up/Down` | Traverse console history |
| `CTRL+L` | Clear |
| `CTRL+W` | Cut |
| `ALT+W` | Copy |
| `CTRL+Y` | Paste |
| Key | Action |
|---------------------|--------------------------|
| `ESC` | Exit console |
| `Enter` | Evaluate the expression |
| `Up/Down` | Traverse console history |
| `CTRL+L` | Clear |
| `Ctrl+X`, `CTRL+W` | Cut |
| `Ctrl+C`, `ALT+W` | Copy |
| `Ctrl+V`, `CTRL+Y` | Paste |
### Level Editor