[Bf-docboard-svn] bf-manual: [9592] branches/blender-3.3-release/blender_docs/manual: shortcuts: modifiers

Tobias Heinke noreply at blender.org
Fri Sep 30 14:23:27 CEST 2022


Revision: 9592
          https://developer.blender.org/rBM9592
Author:   TobiasH
Date:     2022-09-30 14:23:27 +0200 (Fri, 30 Sep 2022)
Log Message:
-----------
shortcuts: modifiers
partially revert 9575 reapply 9566
Hyphen are only between keys: [Left-Ctrl] would mean [Left Arrow] + [Ctrl].
Key names are camelcase like PageUp, AccentGrave, NDOFMenu.
That is to allow for chaining with space [G X 1].

Modified Paths:
--------------
    branches/blender-3.3-release/blender_docs/manual/animation/keyframes/editing.rst
    branches/blender-3.3-release/blender_docs/manual/modeling/curves/tools/pen.rst
    branches/blender-3.3-release/blender_docs/manual/modeling/meshes/editing/mesh/bisect.rst

Modified: branches/blender-3.3-release/blender_docs/manual/animation/keyframes/editing.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/animation/keyframes/editing.rst	2022-09-30 12:08:42 UTC (rev 9591)
+++ branches/blender-3.3-release/blender_docs/manual/animation/keyframes/editing.rst	2022-09-30 12:23:27 UTC (rev 9592)
@@ -3,7 +3,7 @@
 Editing
 *******
 
-.. _bpy.ops.anim.keyframe_insert:
+.. _bpy.ops.anim.keyframe_insert*:
 
 Insert Keyframe
 ===============
@@ -34,7 +34,7 @@
 See :ref:`Timeline Keyframe Control <bpy.types.ToolSettings.use_keyframe_insert_auto>` for more info.
 
 
-.. _bpy.ops.anim.keyframe_delete:
+.. _bpy.ops.anim.keyframe_delete*:
 
 Delete Keyframes
 ================
@@ -52,7 +52,7 @@
 - :kbd:`RMB` a value and choose *Delete Keyframe* from the menu.
 
 
-.. _bpy.ops.anim.keyframe_clear:
+.. _bpy.ops.anim.keyframe_clear*:
 
 Clear Keyframes
 ===============
@@ -61,6 +61,7 @@
 
    :Mode:      Object Mode
    :Menu:      :menuselection:`Object --> Animation --> Clear Keyframes...`
+   :Shortcut:  :kbd:`Shift-Alt-I`
 
 Removes all keyframes from the selected object.
 

Modified: branches/blender-3.3-release/blender_docs/manual/modeling/curves/tools/pen.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/modeling/curves/tools/pen.rst	2022-09-30 12:08:42 UTC (rev 9591)
+++ branches/blender-3.3-release/blender_docs/manual/modeling/curves/tools/pen.rst	2022-09-30 12:23:27 UTC (rev 9592)
@@ -74,11 +74,11 @@
 =======
 
 Free-Align Toggle
-   Hold :kbd:`Left-Shift` while dragging a handle to switch between ``Free`` and ``Align`` handle types.
+   Hold :kbd:`LeftShift` while dragging a handle to switch between ``Free`` and ``Align`` handle types.
    Can be used to create sharp corners along the curve.
 
 Move Adjacent Handle
-   Hold :kbd:`Left-Ctrl` while dragging a handle to move the closer handle of the adjacent control point.
+   Hold :kbd:`LeftCtrl` while dragging a handle to move the closer handle of the adjacent control point.
    Can be helpful to make adjustments to newly created curve segments.
 
 Move Entire
@@ -85,8 +85,8 @@
    Hold :kbd:`Spacebar` while dragging a handle to move the entire point.
 
 Link Handles
-   Press :kbd:`Right-Ctrl` while dragging a handle to mirror its movement on the opposite handle of the same point.
+   Press :kbd:`RightCtrl` while dragging a handle to mirror its movement on the opposite handle of the same point.
 
 Lock Handle Angle
-   Hold :kbd:`Left-Alt` while dragging a handle to limit the movement of the handle to its current direction,
+   Hold :kbd:`LeftAlt` while dragging a handle to limit the movement of the handle to its current direction,
    so only its length can be adjusted.

Modified: branches/blender-3.3-release/blender_docs/manual/modeling/meshes/editing/mesh/bisect.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/modeling/meshes/editing/mesh/bisect.rst	2022-09-30 12:08:42 UTC (rev 9591)
+++ branches/blender-3.3-release/blender_docs/manual/modeling/meshes/editing/mesh/bisect.rst	2022-09-30 12:23:27 UTC (rev 9592)
@@ -30,7 +30,7 @@
 Controls
 ========
 
-Move :kbd:`Ctrl-Spacebar`
+Move :kbd:`Spacebar`
    Changes the location of the line.
 Snap :kbd:`Ctrl`
    Constrains the rotation of the line to 15 degree intervals.



More information about the Bf-docboard-svn mailing list