mirror of https://github.com/aseprite/aseprite.git
Use C instead of J as the corner radius modifier
This commit is contained in:
parent
bf5eb506ac
commit
8c1fa31abd
|
@ -678,7 +678,7 @@
|
|||
<!-- Modifiers for two-points tool controller -->
|
||||
<key action="SquareAspect" shortcut="Shift" />
|
||||
<key action="DrawFromCenter" shortcut="Ctrl" />
|
||||
<key action="CornerRadius" shortcut="J" />
|
||||
<key action="CornerRadius" shortcut="C" />
|
||||
|
||||
<!-- Modifiers for two-or-more-points tools -->
|
||||
<key action="MoveOrigin" shortcut="Space" />
|
||||
|
|
Loading…
Reference in New Issue