Partial harmonize key commands.

Fix bug cut instead of copy.
This commit is contained in:
Simon Forman
2018-07-14 18:25:12 -07:00
parent 504981e551
commit 9ea0157969
2 changed files with 20 additions and 9 deletions
+2 -2
View File
@@ -104,8 +104,8 @@ class MouseBindingsMixin:
self.dothis = self.cancel
else:
#left-middle-interclick - cut selection to stack
self.dothis = self.cut
#left-middle-interclick - copy selection to stack
self.dothis = self.copy_selection_to_stack
elif self.B3_DOWN :
self.unhighlight_command()