1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3<html> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <link href="../../../../css/manpage.css" rel="stylesheet" type="text/css"> 7 <title>Shortcut Keys for the Curve Editor</title> 8</head> 9<body> 10 11<!-- ====================================================================== --> 12<h1 id="CURVE_EDITOR_SHORTCUT">Shortcut Keys for the Curve Editor</h1> 13<table class="shortcut"> 14 <thead> 15 <tr><td>Key</td><td>Menus</td><td>Operation</td></tr> 16 </thead> 17 <tbody> 18 <tr><td>CTRL+X</td><td><B>Edit</B> → <B>Cut</B></td><td>Cuts the selected key.</td></tr> 19 <tr><td>CTRL+C</td><td><B>Edit</B> → <B>Copy</B></td><td>Copies the selected key.</td></tr> 20 <tr><td>CTRL+V</td><td><B>Edit</B> → <B>Paste</B></td><td>Pastes the cut or copied key.</td></tr> 21 <tr><td>Delete, BACKSPACE</td><td>Edit → Delete</td><td>Deletes the selected key.</td></tr> 22 <tr><td>CTRL+Z</td><td>Edit > Cancel</td><td>Restores to a pre-edited state.</td></tr> 23 <tr><td>CTRL+SHIFT+Z</td><td><B>Edit</B> → <B>Redo</B></td><td>Redoes a single edit that was undone.</td></tr> 24 25 <tr><td>CTRL+A</td><td>Select → Select All Keys</td><td>Selects all keys.</td></tr> 26 27 <tr><td>A</td><td>View → View entire curve</td><td>Changes the scaling of the graph display area so that the entire curve is displayed.</td></tr> 28 <tr><td>F</td><td>View → View entire selection</td><td>Changes the scaling so that the selected part of the curve is displayed in the entire graph area.</td></tr> 29 <tr><td>CTRL+PLUS SIGN</td><td>View → Zoom in</td><td>Changes the scaling of the graph display area so that the display is enlarged.</td></tr> 30 <tr><td>CTRL+MINUS SIGN</td><td>View → Zoom out</td><td>Changes the scaling of the graph display area so that the display is reduced.</td></tr> 31 32 <tr><td>S</td><td>Keys → Create key</td><td>Creates a key at the current frame time.</td></tr> 33 34 <tr><td>CTRL+1</td><td>Slope → Set slope to spline</td><td>Sets the selected key to a spline interpolation key.</td></tr> 35 <tr><td>CTRL+2</td><td>Slope → Set linear interpolation for slope</td><td>Sets the selected key to a linear interpolation key.</td></tr> 36 <tr><td>CTRL+3</td><td>Slope → Sets slope to zero</td><td>Sets the slope of the selected key to zero.</td></tr> 37 <tr><td>CTRL+4</td><td>Slope → Set step for slope</td><td>Sets the selected key to a step key.</td></tr> 38 39 </tbody> 40</table> 41 42<hr><p>CONFIDENTIAL</p></body> 43</html> 44