Skip to content

Commit 408e097

Browse files
authored
Merge pull request #10429 from lulange/master
Fix Introduction to 2D scale hot key
2 parents dedc5e8 + e79bbd5 commit 408e097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/2d/introduction_to_2d.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ from left to right:
7171
:ref:`doc_introduction_to_2d_the_viewport` for more details.
7272
- **Rotate Mode** (:kbd:`E`): Enables rotation mode for the selected nodes. See
7373
:ref:`doc_introduction_to_2d_the_viewport` for more details.
74-
- **Scale Mode** (:kbd:`R`): Enables scaling and displays scaling gizmos in both
74+
- **Scale Mode** (:kbd:`S`): Enables scaling and displays scaling gizmos in both
7575
axes for the selected node(s). See :ref:`doc_introduction_to_2d_the_viewport` for more details.
7676
- **Show list of selectable nodes at position clicked**: As the description suggests,
7777
this provides a list of selectable nodes at the clicked position as a context menu, if
@@ -91,7 +91,7 @@ from left to right:
9191
x and y coordinates. Dragging from a position to another one measures the distance in pixels.
9292
If you drag diagonally, it will draw a triangle and show the separate distances in terms
9393
of x, y, and total distance to the target, including the angles to the axes in degrees.
94-
The :kbd:`R` key also activates the ruler. If snapping is enabled, it also displays the
94+
The :kbd:`R` key activates the ruler. If snapping is enabled, it also displays the
9595
measurements in terms of grid count:
9696

9797
.. figure:: img/2d_ruler_with_snap.webp

0 commit comments

Comments
 (0)