diff --git a/src/app/App.tsx b/src/app/App.tsx index 14660602..0ea7c428 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -23071,9 +23071,10 @@ export function App({
Shift+W{" "}
- appends a new point to the end of the selected path. When
- a point is selected, Shift+D appends one and
- starts grab mode.
+ adds a point after the selected control point, or appends
+ to the end when the whole path is selected. When a point is
+ selected, Shift+D adds one and starts grab
+ mode.