jonigata commited on
Commit
4050a55
·
1 Parent(s): dc75abe

fix description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 + N" **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
 
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