Difference between revisions of "Keyboard Shortcuts"

From Synfig Studio :: Documentation
Jump to: navigation, search
m
m (Poster: need to be revised a little ;-))
 
(28 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}}
 
|-
 
|-
| <Shift><Control>-A || Select all layers
+
| {{Shortcut|Shift|Control|A}} || Select all {{l|Layer|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 Handles
 
|-
 
|-
| <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 file (synfig project, image, image sequence, sound, video)
 
|-
 
|-
| <Control>-L || Toggle grid snap
+
| {{Shortcut|Control|L}} || Toggle grid snap
 
|-
 
|-
| <Control>-N || New composition (since r1386)
+
| {{Shortcut|Control|N}} || New composition
 
|-
 
|-
| <Control>-O || Open composition (since r1386)
+
| {{Shortcut|Control|O}} || Open composition
 
|-
 
|-
| <Alt>-O || Toggle onion skin (since r1525 - it was Control-O until r1386)
+
| {{Shortcut|Alt|O}} || Toggle {{l|Onion Skin}}
 
|-
 
|-
| <Control>-P || Play the current animation in the WorkArea
+
| {{Shortcut|Control|P}} || Play the current animation in the WorkArea
 
|-
 
|-
| <Control>-R || Redo
+
| {{Shortcut|Control|Q}} || Quit Synfig Studio
 
|-
 
|-
| <Control>-S || Save
+
| {{Shortcut|Control|R}} || Redo
 
|-
 
|-
| <Control>-V || Paste the layer(s) from the clipboard above the currently selected layer
+
| {{Shortcut|Control|S}} || Save
 
|-
 
|-
| <Control>-W || Closes the current animation document.
+
| {{Shortcut|Control|V}} || Paste the layer(s) from the clipboard above the currently selected layer
 
|-
 
|-
| <Control>-X || Cut currently selected layer(s) and put them in the clipboard
+
| {{Shortcut|Control|W}} || Closes the current animation document.
 
|-
 
|-
| <Control>-` || Toggle low/high-resolution (defaults to low resolution)
+
| {{Shortcut|Control|X}} || Cut currently selected layer(s) and put them in the clipboard
 
|-
 
|-
| <Control>-0...9 || Change the current rendering quality (lower is better, but 0==10)
+
| {{Shortcut|Control|Z}} || Undo
 
|-
 
|-
| <Alt>-1 || Toggle display of "Position" ducks
+
| {{Shortcut|Control|`}} || Toggle low/high-resolution (defaults to low resolution)
 
|-
 
|-
| <Alt>-2 || Toggle display of "Vertex" ducks
+
| {{Shortcut|Control|0}}...{{Shortcut|9}} || Change the current rendering quality (lower is better, but 0==10)
 
|-
 
|-
| <Alt>-3 || Toggle display of "Tangent" ducks
+
| {{Shortcut|Alt|1}} || Toggle display of {{Literal|Position}} Handles
 
|-
 
|-
| <Alt>-4 || Toggle display of "Radius" ducks
+
| {{Shortcut|Alt|2}} || Toggle display of {{Literal|Vertex}} Handles
 
|-
 
|-
| <Alt>-5 || Toggle display of "Width" ducks (DEFAULTS TO OFF)
+
| {{Shortcut|Alt|3}} || Toggle display of {{Literal|Tangent}} Handles
 
|-
 
|-
| <Alt>-6 || Toggle display of "Angle" ducks
+
| {{Shortcut|Alt|4}} || Toggle display of {{Literal|Radius}} Handles
 
|-
 
|-
| <Control>-'-' || Zoom out of canvas (spacial zoom)
+
| {{Shortcut|Alt|5}} || Toggle display of {{Literal|Width}} Handles (DEFAULTS TO OFF)
 
|-
 
|-
| <Control>-'=' || Zoom in on canvas (spacial zoom)
+
| {{Shortcut|Alt|6}} || Toggle display of {{Literal|Angle}} Handles
 
|-
 
|-
| <Control>-<Shift>-Z || Zoom canvas to 100% (spacial zoom)
+
| {{Shortcut|Control|-}} || Zoom out of {{l|Canvas}} (spacial zoom)
 
|-
 
|-
| <Control>-'_' || Zoom out of timeline (temporal zoom)
+
| {{Shortcut|Control|eq}} || Zoom in on {{l|Canvas}} (spacial zoom)
 
|-
 
|-
| <Control>-'+' || Zoom in on timeline (temporal zoom)
+
| {{Shortcut|Control|Shift|Z}} || Zoom canvas to '''100%''' (spacial zoom)
 
|-
 
|-
| <Control>-',' || Move backward one frame
+
| {{Shortcut|Control|_}} || Zoom out of timeline (temporal zoom)
 
|-
 
|-
| <Control>-'.' || Move forward one frame (be careful - can step past the end of an animation; fixed in svn r452)
+
| {{Shortcut|Control|+}} || Zoom in on timeline (temporal zoom)
 
|-
 
|-
| <Control>-'<' || Move backward one second
+
| {{Shortcut|Control|,}} || Move backward one frame
 
|-
 
|-
| <Control>-'>' || Move forward one second
+
| {{Shortcut|Control|.}} || Move forward one frame
 
|-
 
|-
| <Control>-'[' || Move backward to previous [[Keyframe|keyframe]]
+
| {{Shortcut|Control|<}} || Move backward one second
 
|-
 
|-
| <Control>-']' || Move forward to next keyframe
+
| {{Shortcut|Control|>}} || Move forward one second
 
|-
 
|-
| Home || Jump to beginning of timeline (broken; fixed in svn r451)
+
| {{Shortcut|Control|[}} || Move backward to previous {{l|Keyframe}}
 
|-
 
|-
| End || Jump to end of timeline (broken; fixed in svn r451)
+
| {{Shortcut|Control|]}} || Move forward to next {{l|Keyframe}}
 
|-
 
|-
| <Control>-'(' || Decrease workarea pixel size
+
| {{Shortcut|Home}} || Jump to beginning of timeline
 
|-
 
|-
| <Control>-')' || Increase workarea pixel size
+
| {{Shortcut|End}} || Jump to end of timeline
 
|-
 
|-
| <Control>-<Alt>-'(' || Decrease 'amount' of selected layer
+
| {{Shortcut|Control|(}} || Decrease workarea pixel size
 
|-
 
|-
| <Control>-<Alt>-')' || Increase 'amount' of selected layer
+
| {{Shortcut|Control|)}} || Increase workarea pixel size
 
|-
 
|-
| <Shift>-PgUp || Raise currently selected layers
+
| {{Shortcut|Control|Alt|(}} || Decrease {{l|Amount Parameter|Amount}} of selected layer
 
|-
 
|-
| <Shift>-PgDn || Lower currently selected layers
+
| {{Shortcut|Control|Alt|)}} || Increase {{l|Amount Parameter|Amount}} of selected layer
 
|-
 
|-
| <Alt>-A || Select 'normal' tool
+
| {{Shortcut|Shift|PgUp}} || Raise currently selected layers
 
|-
 
|-
| <Alt>-V || Select 'smooth move' tool (shortcut added in svn r548)
+
| {{Shortcut|Shift|PgDn}} || Lower currently selected layers
 
|-
 
|-
| <Alt>-S || Select 'scale' tool (shortcut changed in svn r1985)
+
| {{Shortcut|Alt|A}} || Select {{l|Transform Tool}}
 
|-
 
|-
| <Alt>-T || Select 'rotate' tool (shortcut changed in svn r1985)
+
| {{Shortcut|Alt|V}} || Select {{l|Smooth Move Tool}}
 
|-
 
|-
| <Alt>-M || Select 'mirror' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|S}} || Select {{l|Scale Tool}}
 
|-
 
|-
| <Alt>-C || Select 'circle' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|T}} || Select {{l|Rotate Tool}}
 
|-
 
|-
| <Alt>-R || Select 'rectangle' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|M}} || Select {{l|Mirror Tool}}
 
|-
 
|-
| <Alt>-Q || Select 'star' tool (tool and shortcut added in svn r1983)
+
| {{Shortcut|Alt|C}} || Select {{l|Circle Tool}}
 
|-
 
|-
| <Alt>-G || Select 'gradient' tool
+
| {{Shortcut|Alt|R}} || Select {{l|Rectangle Tool}}
 
|-
 
|-
| <Alt>-P || Select 'polygon' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|Q}} || Select {{l|Star Tool}}
 
|-
 
|-
| <Alt>-B || Select 'bline' tool
+
| {{Shortcut|Alt|G}} || Select {{l|Gradient Tool}}
 
|-
 
|-
| <Alt>-X || Select 'text' tool (tool and shortcut added in svn r1959)
+
| {{Shortcut|Alt|P}} || Select {{l|Polygon Tool}}
 
|-
 
|-
| <Alt>-F || Select 'fill' tool
+
| {{Shortcut|Alt|B}} || Select {{l|Spline Tool}}
 
|-
 
|-
| <Alt>-E || Select 'eyedrop' tool
+
| {{Shortcut|Alt|X}} || Select {{l|Text Tool}}
 
|-
 
|-
| <Alt>-Z || Select 'zoom' tool
+
| {{Shortcut|Alt|F}} || Select {{l|Fill Tool}}
 
|-
 
|-
| <Alt>-D || Select 'draw' tool (shortcut changed in svn r2009)
+
| {{Shortcut|Alt|E}} || Select {{l|Eyedrop Tool}}
 
|-
 
|-
| <Alt>-K || Select 'sketch' tool (shortcut added in svn r548)
+
| {{Shortcut|Alt|Z}} || Select {{l|Zoom Tool}}
 
|-
 
|-
| <Alt>-W || Select 'width' tool (shortcut changed in svn r2009)
+
| {{Shortcut|Alt|D}} || Select {{l|Draw Tool}}
 
|-
 
|-
| F8 || Canvas Properties
+
| {{Shortcut|Alt|K}} || Select {{l|Sketch Tool}}
 
|-
 
|-
| F9 || Render
+
| {{Shortcut|Alt|W}} || Select {{l|Width Tool}}
 
|-
 
|-
| F11 || Preview
+
| {{Shortcut|F8}} || {{l|Canvas_Properties_Dialog|Canvas Properties}}
 
|-
 
|-
| F12 || Canvas Options (Grid size, etc.)
+
| {{Shortcut|F9}} || {{l|Render_dialog|Render}}
 
|-
 
|-
| <Escape> || Stop (stop what?  not sure...)
+
| {{Shortcut|F11}} || {{l|Doc:Preview|Preview}}
 
|-
 
|-
| <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|F12}} || Canvas Options (Grid size, etc.)
 
|-
 
|-
| <Cursor&nbsp;Key> || Nudge the currently selected duck(s) one pixel in the given direction
+
| {{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.
 
|-
 
|-
| <Shift>-<Cursor&nbsp;Key> || Nudge the currently selected duck(s) ten pixels in the given direction
+
| {{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 beatiful "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>
 
<gallery>
Image:hotkeys-visual-guide-a4-01.png|A4 version
+
Image:hotkeys-visual-guide-SVN2011.png|PNG Version - SVN2011
Image:hotkeys-visual-guide-a3-01.png|A3 version
+
 
</gallery>
 
</gallery>
Here is the first draft, in A4 version. Give us your [[Talk:Keyboard_Shortcuts|feedback and comments]].
+
 
 +
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).''
 +
 
 +
 
 +
 
 +
  Give us your {{l|Talk:Keyboard_Shortcuts|feedback and comments}}.

Latest revision as of 17: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ă