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:
parent
8510731f2b
commit
7cc20656f4
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user