Difference between revisions of "Keyboard Shortcuts (Flash)"
From Synfig Studio :: Documentation
(initial write-up) |
m (-the) |
||
Line 1: | Line 1: | ||
− | This is how you can make a Flash-like | + | This is how you can make a Flash-like shortcut keys of the Synfig tools. |
− | 1. You must have Synfig installed and run at least once. | + | 1. You must have Synfig installed and run at least once. :D |
2. Find your Synfig config file under: | 2. Find your Synfig config file under: | ||
a.) ''Ubuntu GNU/Linux:'' /home/{username}/Synfig/ | a.) ''Ubuntu GNU/Linux:'' /home/{username}/Synfig/ |
Revision as of 23:12, 7 January 2009
This is how you can make a Flash-like shortcut keys of the Synfig tools.
1. You must have Synfig installed and run at least once. :D 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!
Language: |
English |