Difference between revisions of "Keyboard Shortcuts"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (Text replace - '{{l|Category:' to '{{Category|')
m (Massive introduction of {{Shortcut|....)
Line 7: Line 7:
 
|'''Keystroke'''||'''Description'''
 
|'''Keystroke'''||'''Description'''
 
|-
 
|-
| <Control>-A || Select all ducks
+
| {{Shortcut|Control|A}} || Select all ducks
 
|-
 
|-
| <Shift><Control>-A || Select all layers
+
| {{Shortcut|Shift|Control|A}} || Select all layers
 
|-
 
|-
| <Control>-C || Copy currently selected layer(s) and put them in the clipboard
+
| {{Shortcut|Control|C}} || Copy currently selected layer(s) and put them in the clipboard
 
|-
 
|-
| <Control>-D || Deselect all ducks
+
| {{Shortcut|Control|D}} || Deselect all ducks
 
|-
 
|-
| <Shift><Control>-D || Deselect all layers
+
| {{Shortcut|Shift|Control|D}} || Deselect all layers
 
|-
 
|-
| <Control>-G || Toggle grid show
+
| {{Shortcut|Control|G}} || Toggle grid show
 
|-
 
|-
| <Control>-I || Import image
+
| {{Shortcut|Control|I}} || Import image
 
|-
 
|-
| <Control>-L || Toggle grid snap
+
| {{Shortcut|Control|L}} || Toggle grid snap
 
|-
 
|-
| <Control>-N || New composition (since r1386)
+
| {{Shortcut|Control|N}} || New composition (since r1386)
 
|-
 
|-
| <Control>-O || Open composition (since r1386)
+
| {{Shortcut|Control|O}} || Open composition (since r1386)
 
|-
 
|-
| <Alt>-O || Toggle onion skin (since r1525 - it was Control-O until r1386)
+
| {{Shortcut|Alt|O}} || Toggle onion skin (since r1525 - it was Control-O until r1386)
 
|-
 
|-
| <Control>-P || Play the current animation in the WorkArea
+
| {{Shortcut|Control|P}} || Play the current animation in the WorkArea
 
|-
 
|-
| <Control>-Q || Quit Synfig Studio
+
| {{Shortcut|Control|Q}} || Quit Synfig Studio
 
|-
 
|-
| <Control>-R || Redo
+
| {{Shortcut|Control|R}} || Redo
 
|-
 
|-
| <Control>-S || Save
+
| {{Shortcut|Control|S}} || Save
 
|-
 
|-
| <Control>-V || Paste the layer(s) from the clipboard above the currently selected layer
+
| {{Shortcut|Control|V}} || Paste the layer(s) from the clipboard above the currently selected layer
 
|-
 
|-
| <Control>-W || Closes the current animation document.  
+
| {{Shortcut|Control|W}} || Closes the current animation document.  
 
|-
 
|-
| <Control>-X || Cut currently selected layer(s) and put them in the clipboard
+
| {{Shortcut|Control|X}} || Cut currently selected layer(s) and put them in the clipboard
 
|-
 
|-
| <Control>-Z || Undo
+
| {{Shortcut|Control|Z}} || Undo
 
|-
 
|-
| <Control>-` || Toggle low/high-resolution (defaults to low resolution)
+
| {{Shortcut|Control|`}} || Toggle low/high-resolution (defaults to low resolution)
 
|-
 
|-
| <Control>-0...9 || Change the current rendering quality (lower is better, but 0==10)
+
| {{Shortcut|Control|0}}...{{Shortcut|9}} || Change the current rendering quality (lower is better, but 0==10)
 
|-
 
|-
| <Alt>-1 || Toggle display of "Position" ducks  
+
| {{Shortcut|Alt|1}} || Toggle display of "Position" ducks  
 
|-
 
|-
| <Alt>-2 || Toggle display of "Vertex" ducks  
+
| {{Shortcut|Alt|2}} || Toggle display of "Vertex" ducks  
 
|-
 
|-
| <Alt>-3 || Toggle display of "Tangent" ducks  
+
| {{Shortcut|Alt|3}} || Toggle display of "Tangent" ducks  
 
|-
 
|-
| <Alt>-4 || Toggle display of "Radius" ducks  
+
| {{Shortcut|Alt|4}} || Toggle display of "Radius" ducks  
 
|-
 
|-
| <Alt>-5 || Toggle display of "Width" ducks (DEFAULTS TO OFF)
+
| {{Shortcut|Alt|5}} || Toggle display of "Width" ducks (DEFAULTS TO OFF)
 
|-
 
|-
| <Alt>-6 || Toggle display of "Angle" ducks
+
| {{Shortcut|Alt|6}} || Toggle display of "Angle" ducks
 
|-
 
|-
| <Control>-'-' || Zoom out of canvas (spacial zoom)
+
| {{Shortcut|Control|-}} || Zoom out of canvas (spacial zoom)
 
|-
 
|-
| <Control>-'=' || Zoom in on canvas (spacial zoom)
+
| {{Shortcut|Control}}+'=' || Zoom in on canvas (spacial zoom)
 
|-
 
|-
| <Control>-<Shift>-Z || Zoom canvas to 100% (spacial zoom)
+
| {{Shortcut|Control|Shift|Z}} || Zoom canvas to 100% (spacial zoom)
 
|-
 
|-
| <Control>-'_' || Zoom out of timeline (temporal zoom)
+
| {{Shortcut|Control|_}} || Zoom out of timeline (temporal zoom)
 
|-
 
|-
| <Control>-'+' || Zoom in on timeline (temporal zoom)
+
| {{Shortcut|Control|+}} || Zoom in on timeline (temporal zoom)
 
|-
 
|-
| <Control>-',' || Move backward one frame
+
| {{Shortcut|Control|,}} || Move backward one frame
 
|-
 
|-
| <Control>-'.' || Move forward one frame (be careful - can step past the end of an animation; fixed in svn r452)
+
| {{Shortcut|Control|.}} || Move forward one frame (be careful - can step past the end of an animation; fixed in svn r452)
 
|-
 
|-
| <Control>-'<' || Move backward one second
+
| {{Shortcut|Control|<}} || Move backward one second
 
|-
 
|-
| <Control>-'>' || Move forward one second
+
| {{Shortcut|Control|>}} || Move forward one second
 
|-
 
|-
| <Control>-'[' || Move backward to previous {{l|Keyframe|keyframe}}
+
| {{Shortcut|Control|[}} || Move backward to previous {{l|Keyframe|keyframe}}
 
|-
 
|-
| <Control>-']' || Move forward to next keyframe
+
| {{Shortcut|Control|]}} || Move forward to next keyframe
 
|-
 
|-
| Home || Jump to beginning of timeline (broken; fixed in svn r451)
+
| {{Shortcut|Home}} || Jump to beginning of timeline (broken; fixed in svn r451)
 
|-
 
|-
| End || Jump to end of timeline (broken; fixed in svn r451)
+
| {{Shortcut|End}} || Jump to end of timeline (broken; fixed in svn r451)
 
|-
 
|-
| <Control>-'(' || Decrease workarea pixel size
+
| {{Shortcut|Control|(}} || Decrease workarea pixel size
 
|-
 
|-
| <Control>-')' || Increase workarea pixel size
+
| {{Shortcut|Control|)}} || Increase workarea pixel size
 
|-
 
|-
| <Control>-<Alt>-'(' || Decrease 'amount' of selected layer
+
| {{Shortcut|Control|Alt|(}} || Decrease 'amount' of selected layer
 
|-
 
|-
| <Control>-<Alt>-')' || Increase 'amount' of selected layer
+
| {{Shortcut|Control|Alt|)}} || Increase 'amount' of selected layer
 
|-
 
|-
| <Shift>-PgUp || Raise currently selected layers
+
| {{Shortcut|Shift|PgUp}} || Raise currently selected layers
 
|-
 
|-
| <Shift>-PgDn || Lower currently selected layers
+
| {{Shortcut|Shift|PgDn}} || Lower currently selected layers
 
|-
 
|-
| <Alt>-A || Select 'normal' tool
+
| {{Shortcut|Alt|A}} || Select {{l|Transform Tool}}
 
|-
 
|-
| <Alt>-V || Select 'smooth move' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|V}} || Select 'smooth move' tool (shortcut added in svn r548)
 
|-
 
|-
| <Alt>-S || Select 'scale' tool (shortcut changed in svn r1985)
+
| {{Shortcut|Alt|S}} || Select 'scale' tool (shortcut changed in svn r1985)
 
|-
 
|-
| <Alt>-T || Select 'rotate' tool (shortcut changed in svn r1985)
+
| {{Shortcut|Alt|T}} || Select 'rotate' tool (shortcut changed in svn r1985)
 
|-
 
|-
| <Alt>-M || Select 'mirror' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|M}} || Select 'mirror' tool (shortcut added in svn r548)
 
|-
 
|-
| <Alt>-C || Select 'circle' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|C}} || Select 'circle' tool (shortcut added in svn r548)
 
|-
 
|-
| <Alt>-R || Select 'rectangle' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|R}} || Select 'rectangle' tool (shortcut added in svn r548)
 
|-
 
|-
| <Alt>-Q || Select 'star' tool (tool and shortcut added in svn r1983)
+
| {{Shortcut|Alt|Q}} || Select 'star' tool (tool and shortcut added in svn r1983)
 
|-
 
|-
| <Alt>-G || Select 'gradient' tool
+
| {{Shortcut|Alt|G}} || Select 'gradient' tool
 
|-
 
|-
| <Alt>-P || Select 'polygon' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|P}} || Select 'polygon' tool (shortcut added in svn r548)
 
|-
 
|-
| <Alt>-B || Select 'bline' tool
+
| {{Shortcut|Alt|B}} || Select 'bline' tool
 
|-
 
|-
| <Alt>-X || Select 'text' tool (tool and shortcut added in svn r1959)
+
| {{Shortcut|Alt|X}} || Select 'text' tool (tool and shortcut added in svn r1959)
 
|-
 
|-
| <Alt>-F || Select 'fill' tool
+
| {{Shortcut|Alt|F}} || Select 'fill' tool
 
|-
 
|-
| <Alt>-E || Select 'eyedrop' tool
+
| {{Shortcut|Alt|E}} || Select 'eyedrop' tool
 
|-
 
|-
| <Alt>-Z || Select 'zoom' tool
+
| {{Shortcut|Alt|Z}} || Select 'zoom' tool
 
|-
 
|-
| <Alt>-D || Select 'draw' tool (shortcut changed in svn r2009)
+
| {{Shortcut|Alt|D}} || Select 'draw' tool (shortcut changed in svn r2009)
 
|-
 
|-
| <Alt>-K || Select 'sketch' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|K}} || Select 'sketch' tool (shortcut added in svn r548)
 
|-
 
|-
| <Alt>-W || Select 'width' tool (shortcut changed in svn r2009)
+
| {{Shortcut|Alt|W}} || Select 'width' tool (shortcut changed in svn r2009)
 
|-
 
|-
| F8 || Canvas Properties
+
| {{Shortcut|F8}} || Canvas Properties
 
|-
 
|-
| F9 || Render
+
| {{Shortcut|F9}} || Render
 
|-
 
|-
| F11 || Preview
+
| {{Shortcut|F11}} || Preview
 
|-
 
|-
| F12 || Canvas Options (Grid size, etc.)
+
| {{Shortcut|F12}} || Canvas Options (Grid size, etc.)
 
|-
 
|-
| <Escape> || Stop current process. For example: when pressed it leaves the current state (Circle, Rectangle, Star, Gradient, Text, Fill, Eyedrop, Zoom, Draw and Sketch Tools) and returns to the Normal Tool State. Seems to be missing for the rest of Tools.
+
| {{Shortcut|Escape}} || Stop current process. For example: when pressed it leaves the current state (Circle, Rectangle, Star, Gradient, Text, Fill, Eyedrop, Zoom, Draw and Sketch Tools) and returns to the Normal Tool State. Seems to be missing for the rest of Tools.
 
|-
 
|-
| <Delete> || Deletes the currently selected canvas. (CAREFUL! There is currently a bug which makes this work in just about any context! ie: if you are editing a parameter and press the delete key, it will delete the layer! this can be easily undone, but just keep it in mind)  Since SVN r2303 this has been changed to <Control>-<Delete> to avoid that bug.
+
| {{Shortcut|Delete}} || Deletes the currently selected canvas. (CAREFUL! There is currently a bug which makes this work in just about any context! ie: if you are editing a parameter and press the {{Shortcut|Delete}}, it will delete the layer! this can be easily undone, but just keep it in mind)  Since SVN r2303 this has been changed to {{Shortcut|Control|Delete}} to avoid that bug.
 
|-
 
|-
| <Cursor&nbsp;Key> || Nudge the currently selected duck(s) one pixel in the given direction
+
| {{Shortcut|Cursor&nbsp;Key}} || Nudge the currently selected duck(s) one pixel in the given direction
 
|-
 
|-
| <Shift>-<Cursor&nbsp;Key> || Nudge the currently selected duck(s) ten pixels in the given direction
+
| {{Shortcut|Shift|Cursor&nbsp;Key}} || Nudge the currently selected duck(s) ten pixels in the given direction
 
|-
 
|-
| <Backspace> || Select the immediate paste canvas parent (if any) of the current selected layer.
+
| {{Shortcut|Backspace}} || Select the immediate paste canvas parent (if any) of the current selected layer.
 
|-
 
|-
 
|}
 
|}

Revision as of 11:54, 2 January 2013

Languages Language: 

English • español • română



Here is a list of some of the keyboard sortcuts you currently have at your disposal. These are the defaults. There is a way to customize these, but it is currently not intuitive. Basically you need to edit the accelrc file in your synfig settings directory (don't forget to remove the ";" at the start of a line if you want it to be taken into account).

Keystroke Description
ControlA Select all ducks
⇧ ShiftControlA Select all layers
ControlC Copy currently selected layer(s) and put them in the clipboard
ControlD Deselect all ducks
⇧ ShiftControlD Deselect all layers
ControlG Toggle grid show
ControlI Import image
ControlL Toggle grid snap
ControlN New composition (since r1386)
ControlO Open composition (since r1386)
AltO Toggle onion skin (since r1525 - it was Control-O until r1386)
ControlP Play the current animation in the WorkArea
ControlQ Quit Synfig Studio
ControlR Redo
ControlS Save
ControlV Paste the layer(s) from the clipboard above the currently selected layer
ControlW Closes the current animation document.
ControlX Cut currently selected layer(s) and put them in the clipboard
ControlZ Undo
Control` Toggle low/high-resolution (defaults to low resolution)
Control0...9 Change the current rendering quality (lower is better, but 0==10)
Alt1 Toggle display of "Position" ducks
Alt2 Toggle display of "Vertex" ducks
Alt3 Toggle display of "Tangent" ducks
Alt4 Toggle display of "Radius" ducks
Alt5 Toggle display of "Width" ducks (DEFAULTS TO OFF)
Alt6 Toggle display of "Angle" ducks
Control- Zoom out of canvas (spacial zoom)
Control+'=' Zoom in on canvas (spacial zoom)
Control⇧ ShiftZ Zoom canvas to 100% (spacial zoom)
Control_ Zoom out of timeline (temporal zoom)
Control+ Zoom in on timeline (temporal zoom)
Control, Move backward one frame
Control. Move forward one frame (be careful - can step past the end of an animation; fixed in svn r452)
Control< Move backward one second
Control> Move forward one second
Control[ Move backward to previous keyframe
Control] Move forward to next keyframe
↖ Home Jump to beginning of timeline (broken; fixed in svn r451)
⇥ End Jump to end of timeline (broken; fixed in svn r451)
Control( Decrease workarea pixel size
Control) Increase workarea pixel size
ControlAlt( Decrease 'amount' of selected layer
ControlAlt) Increase 'amount' of selected layer
⇧ ShiftPageUp Raise currently selected layers
⇧ ShiftPgdn Lower currently selected layers
AltA Select Transform Tool
AltV Select 'smooth move' tool (shortcut added in svn r548)
AltS Select 'scale' tool (shortcut changed in svn r1985)
AltT Select 'rotate' tool (shortcut changed in svn r1985)
AltM Select 'mirror' tool (shortcut added in svn r548)
AltC Select 'circle' tool (shortcut added in svn r548)
AltR Select 'rectangle' tool (shortcut added in svn r548)
AltQ Select 'star' tool (tool and shortcut added in svn r1983)
AltG Select 'gradient' tool
AltP Select 'polygon' tool (shortcut added in svn r548)
AltB Select 'bline' tool
AltX Select 'text' tool (tool and shortcut added in svn r1959)
AltF Select 'fill' tool
AltE Select 'eyedrop' tool
AltZ Select 'zoom' tool
AltD Select 'draw' tool (shortcut changed in svn r2009)
AltK Select 'sketch' tool (shortcut added in svn r548)
AltW Select 'width' tool (shortcut changed in svn r2009)
F8 Canvas Properties
F9 Render
F11 Preview
F12 Canvas Options (Grid size, etc.)
Escape Stop current process. For example: when pressed it leaves the current state (Circle, Rectangle, Star, Gradient, Text, Fill, Eyedrop, Zoom, Draw and Sketch Tools) and returns to the Normal Tool State. Seems to be missing for the rest of Tools.
Delete Deletes the currently selected canvas. (CAREFUL! There is currently a bug which makes this work in just about any context! ie: if you are editing a parameter and press the Delete, it will delete the layer! this can be easily undone, but just keep it in mind) Since SVN r2303 this has been changed to ControlDelete to avoid that bug.
Cursor key Nudge the currently selected duck(s) one pixel in the given direction
⇧ ShiftCursor key Nudge the currently selected duck(s) ten pixels in the given direction
← Backspace Select the immediate paste canvas parent (if any) of the current selected layer.

Hotkeys Visual Guide

A good way to learn all this shorcuts is putting them in front of your eyes all the time. Because of that, we bring to you a beatiful "Hotkeys Visual Guide" that you can use as a poster.

We offer you two print sizes (both in PDF):

And these are the source files in SVG format:

Give us your feedback and comments.


Languages Language: 

English • español • română