Change hotkeys for copy/paste selected xforms

Apple users will very much expect command-Q to exit the app.

I'm not sure if it's possible to change these just for mac... People may be used to them being on Q/W on Windows?
This commit is contained in:
Simon Detheridge 2015-07-24 15:52:37 +01:00
parent e16c6a825f
commit 24ce030c2f

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">