mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 10:30:08 -05:00
Merge pull request #24 from gh2k/menu-hotkeys
Change hotkeys for copy/paste selected xforms
This commit is contained in:
commit
c005755a50
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user