Keyboard Shortcuts (Flash)

From Synfig Studio :: Documentation
Revision as of 00:10, 8 January 2009 by Creek23 (Talk | contribs) (initial write-up)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Languages Language: 

English


This is how you can make a Flash-like the shortcut keys of the Tools.

1. You must have Synfig installed and run at least once. 2. Find your Synfig config file under:

 a.) Ubuntu GNU/Linux: /home/{username}/Synfig/
 b.) Windows XP: C:\Documents and Settings\{username}\Synfig\
 c.) Windows Vista: C:\Users\{username}\Synfig\

3. Open the file, named accelrc, using any text editing software (GEdit, Kate, Notepad). 4. Copy the code below and paste it on the very last part of accelrc.

(gtk_accel_path "<Actions>//state-text" "t")
(gtk_accel_path "<Actions>//state-rectangle" "r")
(gtk_accel_path "<Actions>//state-rotate" "<Shift>q")
(gtk_accel_path "<Actions>//seek-next-frame" "period")
(gtk_accel_path "<Actions>//state-zoom" "z")
(gtk_accel_path "<Actions>//state-polygon" "n")
(gtk_accel_path "<Actions>//state-bline" "p")
(gtk_accel_path "<Actions>//state-normal" "v")
(gtk_accel_path "<Actions>//state-eyedrop" "i")
(gtk_accel_path "<Actions>//state-fill" "k")
(gtk_accel_path "<Actions>//state-circle" "o")
(gtk_accel_path "<Actions>//redo" "<Control>y")
(gtk_accel_path "<Actions>//state-scale" "q")
(gtk_accel_path "<Actions>//seek-prev-frame" "comma")
(gtk_accel_path "<Actions>//state-gradient" "g")

5. Save it, and run Synfig to test. 6. Enjoy!


Languages Language: 

English