Difference between revisions of "Keyboard Shortcuts"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (Poster: need to be revised a little ;-))
 
(31 intermediate revisions by 8 users not shown)
Line 1: Line 1:
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.
+
<!-- Page info -->
 +
{{Title|Keyboard Shortcuts}}
 +
<!--Categories-->
 +
{{Category|Permalink}}
 +
{{NewTerminology}}
 +
<!-- Page info end -->
 +
 
 +
 
 +
Here is a list of some of the keyboard shortcuts 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).
 +
The file refers to the glyph names of each key, these can be found here: [https://github.com/adobe-type-tools/agl-aglfn/blob/master/glyphlist.txt] (more information here: [https://en.wikipedia.org/wiki/Adobe_Glyph_List])
 +
 
 +
  Synfig settings directory :
 +
  ''Ubuntu GNU/Linux:'' /home/{username}/.synfig/
 +
  ''Windows XP:'' C:\Documents and Settings\{username}\Synfig\
 +
  ''Windows Vista:'' C:\Users\{username}\Synfig\
 +
  ''Mac Os:'' ????
  
 
{| border="1" cellspacing="0" align="center" width="80%"
 
{| border="1" cellspacing="0" align="center" width="80%"
 
|'''Keystroke'''||'''Description'''
 
|'''Keystroke'''||'''Description'''
 
|-
 
|-
| <Control>-A || Select all ducks
+
| {{Shortcut|Control|A}} || Select all {{l|Handle|Handles}}
 
|-
 
|-
| <Control>-C || Copy currently selected layer(s) and put them in the clipboard
+
| {{Shortcut|Shift|Control|A}} || Select all {{l|Layer|Layers}}
 
|-
 
|-
| <Control>-D || Deselect all layers
+
| {{Shortcut|Control|C}} || Copy currently selected layer(s) and put them in the clipboard
 
|-
 
|-
| <Control>-G || Toggle grid show
+
| {{Shortcut|Control|D}} || Deselect all Handles
 
|-
 
|-
| <Control>-I || Import image
+
| {{Shortcut|Shift|Control|D}} || Deselect all layers
 
|-
 
|-
| <Control>-L || Toggle grid snap
+
| {{Shortcut|Control|G}} || Toggle grid show
 
|-
 
|-
| <Control>-N || New composition (since r1386)
+
| {{Shortcut|Control|I}} || Import file (synfig project, image, image sequence, sound, video)
 
|-
 
|-
| <Control>-O || Open composition (since r1386)
+
| {{Shortcut|Control|L}} || Toggle grid snap
 
|-
 
|-
| <Alt>-O || Toggle onion skin (since r1525 - it was Control-O until r1386)
+
| {{Shortcut|Control|N}} || New composition
 
|-
 
|-
| <Control>-P || Play the current animation in the WorkArea
+
| {{Shortcut|Control|O}} || Open composition
 
|-
 
|-
| <Control>-R || Redo
+
| {{Shortcut|Alt|O}} || Toggle {{l|Onion Skin}}
 
|-
 
|-
| <Control>-S || Save
+
| {{Shortcut|Control|P}} || Play the current animation in the WorkArea
 
|-
 
|-
| <Control>-V || Paste the layer(s) from the clipboard above the currently selected layer
+
| {{Shortcut|Control|Q}} || Quit Synfig Studio
 
|-
 
|-
| <Control>-W || Closes the current animation document.
+
| {{Shortcut|Control|R}} || Redo
 
|-
 
|-
| <Control>-X || Cut currently selected layer(s) and put them in the clipboard
+
| {{Shortcut|Control|S}} || Save
 
|-
 
|-
| <Control>-` || Toggle low/high-resolution (defaults to low resolution)
+
| {{Shortcut|Control|V}} || Paste the layer(s) from the clipboard above the currently selected layer
 
|-
 
|-
| <Control>-0...9 || Change the current rendering quality (lower is better, but 0==10)
+
| {{Shortcut|Control|W}} || Closes the current animation document.
 
|-
 
|-
| <Alt>-1 || Toggle display of "Position" ducks
+
| {{Shortcut|Control|X}} || Cut currently selected layer(s) and put them in the clipboard
 
|-
 
|-
| <Alt>-2 || Toggle display of "Vertex" ducks
+
| {{Shortcut|Control|Z}} || Undo
 
|-
 
|-
| <Alt>-3 || Toggle display of "Tangent" ducks
+
| {{Shortcut|Control|`}} || Toggle low/high-resolution (defaults to low resolution)
 
|-
 
|-
| <Alt>-4 || Toggle display of "Radius" ducks
+
| {{Shortcut|Control|0}}...{{Shortcut|9}} || Change the current rendering quality (lower is better, but 0==10)
 
|-
 
|-
| <Alt>-5 || Toggle display of "Width" ducks (DEFAULTS TO OFF)
+
| {{Shortcut|Alt|1}} || Toggle display of {{Literal|Position}} Handles
 
|-
 
|-
| <Alt>-6 || Toggle display of "Angle" ducks
+
| {{Shortcut|Alt|2}} || Toggle display of {{Literal|Vertex}} Handles
 
|-
 
|-
| <Control>-'-' || Zoom out of canvas (spacial zoom)
+
| {{Shortcut|Alt|3}} || Toggle display of {{Literal|Tangent}} Handles
 
|-
 
|-
| <Control>-'=' || Zoom in on canvas (spacial zoom)
+
| {{Shortcut|Alt|4}} || Toggle display of {{Literal|Radius}} Handles
 
|-
 
|-
| <Control>-<Shift>-Z || Zoom canvas to 100% (spacial zoom)
+
| {{Shortcut|Alt|5}} || Toggle display of {{Literal|Width}} Handles (DEFAULTS TO OFF)
 
|-
 
|-
| <Control>-'_' || Zoom out of timeline (temporal zoom)
+
| {{Shortcut|Alt|6}} || Toggle display of {{Literal|Angle}} Handles
 
|-
 
|-
| <Control>-'+' || Zoom in on timeline (temporal zoom)
+
| {{Shortcut|Control|-}} || Zoom out of {{l|Canvas}} (spacial zoom)
 
|-
 
|-
| <Control>-',' || Move backward one frame
+
| {{Shortcut|Control|eq}} || Zoom in on {{l|Canvas}} (spacial zoom)
 
|-
 
|-
| <Control>-'.' || Move forward one frame (be careful - can step past the end of an animation; fixed in svn r452)
+
| {{Shortcut|Control|Shift|Z}} || Zoom canvas to '''100%''' (spacial zoom)
 
|-
 
|-
| <Control>-'<' || Move backward one second
+
| {{Shortcut|Control|_}} || Zoom out of timeline (temporal zoom)
 
|-
 
|-
| <Control>-'>' || Move forward one second
+
| {{Shortcut|Control|+}} || Zoom in on timeline (temporal zoom)
 
|-
 
|-
| <Control>-'[' || Move backward to previous [[Keyframe|keyframe]]
+
| {{Shortcut|Control|,}} || Move backward one frame
 
|-
 
|-
| <Control>-']' || Move forward to next keyframe
+
| {{Shortcut|Control|.}} || Move forward one frame
 
|-
 
|-
| Home || Jump to beginning of timeline (broken; fixed in svn r451)
+
| {{Shortcut|Control|<}} || Move backward one second
 
|-
 
|-
| End || Jump to end of timeline (broken; fixed in svn r451)
+
| {{Shortcut|Control|>}} || Move forward one second
 
|-
 
|-
| <Control>-'(' || Decrease workarea pixel size
+
| {{Shortcut|Control|[}} || Move backward to previous {{l|Keyframe}}
 
|-
 
|-
| <Control>-')' || Increase workarea pixel size
+
| {{Shortcut|Control|]}} || Move forward to next {{l|Keyframe}}
 
|-
 
|-
| <Control>-<Alt>-'(' || Decrease 'amount' of selected layer
+
| {{Shortcut|Home}} || Jump to beginning of timeline
 
|-
 
|-
| <Control>-<Alt>-')' || Increase 'amount' of selected layer
+
| {{Shortcut|End}} || Jump to end of timeline
 
|-
 
|-
| <Shift>-PgUp || Raise currently selected layers
+
| {{Shortcut|Control|(}} || Decrease workarea pixel size
 
|-
 
|-
| <Shift>-PgDn || Lower currently selected layers
+
| {{Shortcut|Control|)}} || Increase workarea pixel size
 
|-
 
|-
| <Alt>-A || Select 'normal' tool
+
| {{Shortcut|Control|Alt|(}} || Decrease {{l|Amount Parameter|Amount}} of selected layer
 
|-
 
|-
| <Alt>-V || Select 'smooth move' tool (shortcut added in svn r548)
+
| {{Shortcut|Control|Alt|)}} || Increase {{l|Amount Parameter|Amount}} of selected layer
 
|-
 
|-
| <Alt>-S || Select 'scale' tool (shortcut changed in svn r1985)
+
| {{Shortcut|Shift|PgUp}} || Raise currently selected layers
 
|-
 
|-
| <Alt>-T || Select 'rotate' tool (shortcut changed in svn r1985)
+
| {{Shortcut|Shift|PgDn}} || Lower currently selected layers
 
|-
 
|-
| <Alt>-M || Select 'mirror' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|A}} || Select {{l|Transform Tool}}
 
|-
 
|-
| <Alt>-C || Select 'circle' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|V}} || Select {{l|Smooth Move Tool}}
 
|-
 
|-
| <Alt>-R || Select 'rectangle' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|S}} || Select {{l|Scale Tool}}
 
|-
 
|-
| <Alt>-Q || Select 'star' tool (tool and shortcut added in svn r1983)
+
| {{Shortcut|Alt|T}} || Select {{l|Rotate Tool}}
 
|-
 
|-
| <Alt>-G || Select 'gradient' tool
+
| {{Shortcut|Alt|M}} || Select {{l|Mirror Tool}}
 
|-
 
|-
| <Alt>-P || Select 'polygon' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|C}} || Select {{l|Circle Tool}}
 
|-
 
|-
| <Alt>-B || Select 'bline' tool
+
| {{Shortcut|Alt|R}} || Select {{l|Rectangle Tool}}
 
|-
 
|-
| <Alt>-X || Select 'text' tool (tool and shortcut added in svn r1959)
+
| {{Shortcut|Alt|Q}} || Select {{l|Star Tool}}
 
|-
 
|-
| <Alt>-F || Select 'fill' tool
+
| {{Shortcut|Alt|G}} || Select {{l|Gradient Tool}}
 
|-
 
|-
| <Alt>-E || Select 'eyedrop' tool
+
| {{Shortcut|Alt|P}} || Select {{l|Polygon Tool}}
 
|-
 
|-
| <Alt>-Z || Select 'zoom' tool
+
| {{Shortcut|Alt|B}} || Select {{l|Spline Tool}}
 
|-
 
|-
| <Alt>-D || Select 'draw' tool (shortcut changed in svn r2009)
+
| {{Shortcut|Alt|X}} || Select {{l|Text Tool}}
 
|-
 
|-
| <Alt>-K || Select 'sketch' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|F}} || Select {{l|Fill Tool}}
 
|-
 
|-
| <Alt>-W || Select 'width' tool (shortcut changed in svn r2009)
+
| {{Shortcut|Alt|E}} || Select {{l|Eyedrop Tool}}
 
|-
 
|-
| F8 || Canvas Properties
+
| {{Shortcut|Alt|Z}} || Select {{l|Zoom Tool}}
 
|-
 
|-
| F9 || Render
+
| {{Shortcut|Alt|D}} || Select {{l|Draw Tool}}
 
|-
 
|-
| F11 || Preview
+
| {{Shortcut|Alt|K}} || Select {{l|Sketch Tool}}
 
|-
 
|-
| F12 || Canvas Options (Grid size, etc.)
+
| {{Shortcut|Alt|W}} || Select {{l|Width Tool}}
 
|-
 
|-
| <Escape> || Stop (stop what?  not sure...)
+
| {{Shortcut|F8}} || {{l|Canvas_Properties_Dialog|Canvas Properties}}
 
|-
 
|-
| <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)
+
| {{Shortcut|F9}} || {{l|Render_dialog|Render}}
 
|-
 
|-
| <Cursor&nbsp;Key> || Nudge the currently selected duck(s) one pixel in the given direction
+
| {{Shortcut|F11}} || {{l|Doc:Preview|Preview}}
 
|-
 
|-
| <Shift>-<Cursor&nbsp;Key> || Nudge the currently selected duck(s) ten pixels in the given direction
+
| {{Shortcut|F12}} || Canvas Options (Grid size, etc.)
 +
|-
 +
| {{Shortcut|Escape}} || Deselect the last Tool and select {{l|Transform Tool}}, if you don't have done something with it the focus will stay in {{l|Toolbox}}. '''CAREFUL''', with {{l|Polygon Tool}} and {{l|Spline Tool}} in use, '''Cancel''' the current process, and so the current draw, but stay with the selected tool.
 +
|-
 +
| {{Shortcut|Control|Delete}}  || Deletes the currently selected {{l|Canvas}}.
 +
|-
 +
| {{Shortcut|Cursor&nbsp;Key}} || Nudge the currently selected Handle(s) one pixel in the given direction
 +
|-
 +
| {{Shortcut|Shift|Cursor&nbsp;Key}} || Nudge the currently selected Handle(s) ten pixels in the given direction
 +
|-
 +
| {{Shortcut|Backspace}} || Select the immediate parent {{l|Group Layer}} (if any) of the current selected layer.
 
|-
 
|-
 
|}
 
|}
 +
 +
== Fixed Shortcuts ==
 +
 +
* In the {{l|Timebar}}, when you drag and drop a {{l|Keyframe}}, by holding {{Shortcut|Alt}} key when releasing the mouse button will adjust the length (not the time).
 +
* In the {{l|Graphs Panel}}, {{Shortcut|ctrl}} + mouse wheel : Change zoom factor
  
 
== Hotkeys Visual Guide ==
 
== 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 are working to bring you a beatifull "Hotkeys Visual Guide" that you can use as a poster.
+
===Poster===
 +
  need to be revised a little ;-)
 +
A good way to learn all this shortcuts is putting them in front of your eyes all the time. Because of that, we bring to you a beautiful "Hotkeys Visual Guide" that you can use as a poster.
 +
 
 +
<gallery>
 +
Image:hotkeys-visual-guide-SVN2011.png|PNG Version - SVN2011
 +
</gallery>
 +
 
 +
We offer you two print sizes (both in PDF):
 +
* [http://download.tuxfamily.org/synfig/wiki/images/c/cd/Hotkeys-visual-guide-SVN2011-A4.pdf A4 Version]
 +
* [A3 Version]
 +
 
 +
And these are the source files in SVG format:
 +
* [http://download.tuxfamily.org/synfig/wiki/images/e/e1/Hotkeys-visual-guide-SVN2011-A4.svg A4 Version]
 +
* [http://download.tuxfamily.org/synfig/wiki/images/c/c2/Hotkeys-visual-guide-SVN2011-A3.svg A3 Version]
 +
 
 +
===Interactive===
 +
[http://andeon.github.io/askey/apps/synfig/ Learn online the synfig's shortcuts] with the Askey interactive app'
 +
 
 +
''Askey is a virtual keyboard hosted on github-pages, created to list the shortcut keys of open source graphic programs by Anderson Prado (AndeOn).''
 +
 
  
[[Image:hotkeys-visual-guide-a4-01.png|300px]]
 
  
Here is the first draft, in A4 version. Give us your [[Talk:Keyboard_Shortcuts|feedback and comments]].
+
  Give us your {{l|Talk:Keyboard_Shortcuts|feedback and comments}}.

Latest revision as of 16:34, 17 November 2015

Languages Language: 

English • español • română



Here is a list of some of the keyboard shortcuts 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). The file refers to the glyph names of each key, these can be found here: [1] (more information here: [2])

 Synfig settings directory :
 Ubuntu GNU/Linux: /home/{username}/.synfig/
 Windows XP: C:\Documents and Settings\{username}\Synfig\
 Windows Vista: C:\Users\{username}\Synfig\
 Mac Os: ????
Keystroke Description
ControlA Select all Handles
⇧ ShiftControlA Select all Layers
ControlC Copy currently selected layer(s) and put them in the clipboard
ControlD Deselect all Handles
⇧ ShiftControlD Deselect all layers
ControlG Toggle grid show
ControlI Import file (synfig project, image, image sequence, sound, video)
ControlL Toggle grid snap
ControlN New composition
ControlO Open composition
AltO Toggle Onion Skin
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" Handles
Alt2 Toggle display of "Vertex" Handles
Alt3 Toggle display of "Tangent" Handles
Alt4 Toggle display of "Radius" Handles
Alt5 Toggle display of "Width" Handles (DEFAULTS TO OFF)
Alt6 Toggle display of "Angle" Handles
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
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
⇥ End Jump to end of timeline
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
AltS Select Scale Tool
AltT Select Rotate Tool
AltM Select Mirror Tool
AltC Select Circle Tool
AltR Select Rectangle Tool
AltQ Select Star Tool
AltG Select Gradient Tool
AltP Select Polygon Tool
AltB Select Spline Tool
AltX Select Text Tool
AltF Select Fill Tool
AltE Select Eyedrop Tool
AltZ Select Zoom Tool
AltD Select Draw Tool
AltK Select Sketch Tool
AltW Select Width Tool
F8 Canvas Properties
F9 Render
F11 Preview
F12 Canvas Options (Grid size, etc.)
Escape Deselect the last Tool and select Transform Tool, if you don't have done something with it the focus will stay in Toolbox. CAREFUL, with Polygon Tool and Spline Tool in use, Cancel the current process, and so the current draw, but stay with the selected tool.
ControlDelete Deletes the currently selected Canvas.
Cursor key Nudge the currently selected Handle(s) one pixel in the given direction
⇧ ShiftCursor key Nudge the currently selected Handle(s) ten pixels in the given direction
← Backspace Select the immediate parent Group Layer (if any) of the current selected layer.

Fixed Shortcuts

  • In the Timebar, when you drag and drop a Keyframe, by holding Alt key when releasing the mouse button will adjust the length (not the time).
  • In the Graphs Panel, Ctrl + mouse wheel : Change zoom factor

Hotkeys Visual Guide

Poster

  need to be revised a little ;-)

A good way to learn all this shortcuts is putting them in front of your eyes all the time. Because of that, we bring to you a beautiful "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:

Interactive

Learn online the synfig's shortcuts with the Askey interactive app'

Askey is a virtual keyboard hosted on github-pages, created to list the shortcut keys of open source graphic programs by Anderson Prado (AndeOn).


  Give us your feedback and comments.


Languages Language: 

English • español • română