Searge-DP / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

shortcuts #446

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What would you like to be changed or added ?

Is anyway possible to add:

- Clear with Foreground Color (you guys already have Clear with BG color).

This is a small change i suppose. My main idea is try to create a similar 
"photoshop" shortcut list. That's why. But i know there are few things 
different in grafx2.

thx for reading and keep up the good work on this AWESOME tool! :D

Original issue reported on code.google.com by uim...@gmail.com on 7 Aug 2011 at 10:17

GoogleCodeExporter commented 8 years ago
Really? One mouseclick to change color is too hard? :D Anyways you can write a 
script and assign it to a key of your choice...actually it only takes: 

clearpicture(getforecolor())

Original comment by annas...@hotmail.com on 8 Aug 2011 at 2:00

GoogleCodeExporter commented 8 years ago
Hello, well is not about if is hard or not! XD, is about the workflow and made 
it "similar" to photoshop shortcuts. Because i can actually swap the colors and 
fill it with the bg color, so is not big deal.

About the script, i have no idea about that! :(((, can you help me on that?. Or 
where to look?
thx :)

Original comment by uim...@gmail.com on 8 Aug 2011 at 4:07

GoogleCodeExporter commented 8 years ago
just put "clearpicture(getforecolor())" in a textfile and save it as 
whatevernameyouwant.lua. The way the scriptsystem work have changed much 
lately: If you're using an older version you may need to put the script in 
"\share\grafx2\scripts" (or you might prefer to keep it there anyways). But if 
you use one of the later betas (and 2.3?) (just browse "updates" to find one) 
you will be able to put your scripts anywhere you want.

Then in Grafx2, right-click the Brush-effect button (left of Font-button) to 
open the Brush-factory. Select your script. Then click on "Key: None". Now 
click on a "None"-button. Now you may hit the key or key-combo you want to use 
as your shortcut.

Just note that Grafx2 has very many shortkeys already reserved, I tend to start 
with alt-1, alt-2 etc. myself.

Original comment by annas...@hotmail.com on 8 Aug 2011 at 5:09

GoogleCodeExporter commented 8 years ago
I think the script is a nice enough way to solve it :)

Original comment by pulkoma...@gmail.com on 24 Sep 2011 at 12:05