mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05:00
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:
parent
e16c6a825f
commit
24ce030c2f
@ -6510,7 +6510,7 @@ SpinBox
|
||||
<string>Copy selected xforms to the clipboard</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Q</string>
|
||||
<string>Ctrl+D</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ActionPasteSelectedXforms">
|
||||
@ -6521,7 +6521,7 @@ SpinBox
|
||||
<string>Paste copied xforms into the current flame</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+W</string>
|
||||
<string>Ctrl+S</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ActionResetWorkspace">
|
||||
|
Loading…
Reference in New Issue
Block a user