Merge pull request #24 from gh2k/menu-hotkeys

Change hotkeys for copy/paste selected xforms
This commit is contained in:
Matt Feemster 2015-07-24 08:05:00 -07:00
commit c005755a50

View File

@ -6510,7 +6510,7 @@ SpinBox
<string>Copy selected xforms to the clipboard</string> <string>Copy selected xforms to the clipboard</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+Q</string> <string>Ctrl+D</string>
</property> </property>
</action> </action>
<action name="ActionPasteSelectedXforms"> <action name="ActionPasteSelectedXforms">
@ -6521,7 +6521,7 @@ SpinBox
<string>Paste copied xforms into the current flame</string> <string>Paste copied xforms into the current flame</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+W</string> <string>Ctrl+S</string>
</property> </property>
</action> </action>
<action name="ActionResetWorkspace"> <action name="ActionResetWorkspace">