]> git.lizzy.rs Git - nothing.git/blobdiff - README.md
Merge pull request #1210 from ozy/450
[nothing.git] / README.md
index 564e4cef2624e1751fc3698c7fa45cf9e233293a..db1beccf5b46cbd26b8cfa6885cd9b57f7bb4c36 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
 [![Tsoding](https://img.shields.io/badge/twitch.tv-tsoding-purple?logo=twitch&style=for-the-badge)](https://www.twitch.tv/tsoding)
-[![Build Status](https://travis-ci.org/tsoding/nothing.svg?branch=master)](https://travis-ci.org/tsoding/nothing)
 [![Build Status](https://ci.appveyor.com/api/projects/status/gxfgojq4ko98e0g0/branch/master?svg=true)](https://ci.appveyor.com/project/rexim/nothing/branch/master)
 [![Build Status](https://github.com/tsoding/nothing/workflows/CI/badge.svg)](https://github.com/tsoding/nothing/actions)
 
@@ -155,6 +154,10 @@ $ ./nothing
 | `ESC`     | Exit console             |
 | `Enter`   | Evaluate the expression  |
 | `Up/Down` | Traverse console history |
+| `CTRL+L`  | Clear                    |
+| `CTRL+W`  | Cut                      |
+| `ALT+W`  | Copy                     |
+| `CTRL+Y`  | Paste                    |
 
 ### Level Editor
 
@@ -166,8 +169,6 @@ To access the Level Editor open a level and press `TAB`.
 | `Mouse Wheel`   | Zoom and pan                               |
 | `CTRL+z`        | Undo                                       |
 | `q`             | Toggle snapping mode                       |
-| `SHIFT`         | Fix original aspect ratio while scaling    |
-| `CTRL`          | Fix aspect ratio 1:1 while scaling         |
 | `SHIFT+Up/Down` | Change overlaping order of selected object |
 | `CTRL+c/v`      | Copy/paste selected object                 |
 | `F2`            | Rename selected object                     |