From c55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 19 Apr 2020 17:19:32 -0400 Subject: Inital commit --- .../Documentation~/crv_keys_sel.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/crv_keys_sel.md (limited to 'Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/crv_keys_sel.md') diff --git a/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/crv_keys_sel.md b/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/crv_keys_sel.md new file mode 100644 index 0000000..67c4459 --- /dev/null +++ b/Library/PackageCache/com.unity.timeline@1.2.13/Documentation~/crv_keys_sel.md @@ -0,0 +1,20 @@ +# Selecting keys + +Click to select a single key. Selecting a key deselects all other selected keys. The Curves view displays the selected key with its tangents. + +![Click to select a single key. A selected key shows its tangents.](images/timeline_curves_view_select_key.png) + +_Click to select a single key. A selected key shows its tangents._ + +To select contiguous keys along the same animation curve, click the first key, then hold Shift and click the last key. + +![Hold Shift and click a key to select contiguous keys](images/timeline_curves_view_select_contiguous.png) + +_Hold Shift and click a key to select contiguous keys_ + +There are many ways to select and deselect keys in the Curves view: + +* Hold Command/Control and click to select discontiguous keys. Hold Command/Control and click a selected key to deselect it. +* Click and drag on an empty spot in the Curves view to draw a selection rectangle. This selects all keys within the rectangle. Hold down Shift while drawing the selection rectangle to add keys to the current selection. +* Double-click a selected key to select all keys on the same animation curve. + -- cgit v1.2.3