Spaces:
Runtime error
Runtime error
fix description
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ Points to note for pseudo-3D rotation: When performing pseudo-3D rotation on the
|
|
126 |
- "space + drag" to **range-move**
|
127 |
- "[", "]" or mouse wheel to shrink or expand **range**
|
128 |
- "ctrl + z", "shift + ctrl + z" to **undo**, **redo**
|
129 |
-
- "ctrl +
|
130 |
- "Q + click" to **delete** person
|
131 |
- "X + drag" to **x-axis** pseudo-3D rotation
|
132 |
- "C + drag" to **y-axis** pseudo-3D rotation
|
|
|
126 |
- "space + drag" to **range-move**
|
127 |
- "[", "]" or mouse wheel to shrink or expand **range**
|
128 |
- "ctrl + z", "shift + ctrl + z" to **undo**, **redo**
|
129 |
+
- "ctrl + E" **add** new person
|
130 |
- "Q + click" to **delete** person
|
131 |
- "X + drag" to **x-axis** pseudo-3D rotation
|
132 |
- "C + drag" to **y-axis** pseudo-3D rotation
|