mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 03:39:51 +00:00
Fix shortcuts for Edit > Rotate menus
This commit is contained in:
parent
56de0fe989
commit
ab9d2da762
@ -456,16 +456,16 @@
|
||||
<item command="Paste" text="&Paste" />
|
||||
<item command="Clear" text="C&lear" />
|
||||
<separator />
|
||||
<menu text="&Rotate">
|
||||
<item command="Rotate" text="180">
|
||||
<menu text="R&otate">
|
||||
<item command="Rotate" text="&180">
|
||||
<param name="target" value="mask" />
|
||||
<param name="angle" value="180" />
|
||||
</item>
|
||||
<item command="Rotate" text="90 CW">
|
||||
<item command="Rotate" text="&90 CW">
|
||||
<param name="target" value="mask" />
|
||||
<param name="angle" value="90" />
|
||||
</item>
|
||||
<item command="Rotate" text="90 CCW">
|
||||
<item command="Rotate" text="90 &CCW">
|
||||
<param name="target" value="mask" />
|
||||
<param name="angle" value="-90" />
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user