mirror of https://github.com/GNOME/gimp.git
app: Use Shift+G for Cage Tool
We can't use Shift+R which is taken by the rotate tool, so use Shift+G instead. G is for "Green coordinate".
This commit is contained in:
parent
26ca306cc9
commit
5ce581f797
|
@ -144,7 +144,7 @@ gimp_cage_tool_register (GimpToolRegisterCallback callback,
|
|||
"gimp-cage-tool",
|
||||
_("Cage Transform"),
|
||||
_("Cage Transform: Deform a selection with a cage"),
|
||||
N_("_Cage Transform"), "<shift>R",
|
||||
N_("_Cage Transform"), "<shift>G",
|
||||
NULL, GIMP_HELP_TOOL_CAGE,
|
||||
GIMP_STOCK_TOOL_CAGE,
|
||||
data);
|
||||
|
|
Loading…
Reference in New Issue