UI: Add shortcuts for Copy/Paste Transform

Adds the shortcuts Ctrl+Alt+C/V to the Copy/Paste Transform menus in the
Edit menu
This commit is contained in:
gxalpha 2022-02-26 10:19:56 +01:00 committed by Jim
parent 8510731f2b
commit 7cc20656f4

View File

@ -1675,6 +1675,9 @@
<property name="text">
<string>Basic.MainMenu.Edit.Transform.CopyTransform</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+C</string>
</property>
</action>
<action name="actionPasteTransform">
<property name="enabled">
@ -1683,6 +1686,9 @@
<property name="text">
<string>Basic.MainMenu.Edit.Transform.PasteTransform</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+V</string>
</property>
</action>
<action name="actionRotate90CW">
<property name="text">