kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://ko-fi.com/post/Kando-1-0-0-released-G2G5Z1DOS
Other
1.17k stars 25 forks source link

Ctl C + Ctl V #482

Closed Moderach closed 6 days ago

Moderach commented 1 week ago

Description

Add combination/buttom for copy

That will be VERY useful to add that feature, because if you need to copy some submenu/VERY BIG macros, that very useful.

Affected Desktop Environments

All

Additional Information

No response

Schneegans commented 1 week ago

Thanks for the suggestion! This would definitely be useful. The easiest implementation would be to use the commonly used pattern that something is copied instead of moved when the Shift or Ctrl button is pressed. So drag something from A to B, if Shift is held during the movement, a copy will be created at B.

However, we have to keep touch input in mind. So maybe we could rename "Stash" to "Templates" and modify the behavior of the tab in such a way, that you always create copies from the stuff in there. So drag something to "Templates" and then you can use this to create multiple copies of this element...

This could also be a solution for #374, I guess.

Crunchbits commented 1 week ago

To add on to this, it would also be useful to duplicate the menu itself not just submenus.

Schneegans commented 6 days ago

The Ctrl-Move duplication works now in main. I added #493 for the idea of the templates tab which will allow for item duplication on touch input as well.