PKBeam / Edda

A beatmap editor for the VR rhythm game Ragnarock
GNU General Public License v3.0
34 stars 8 forks source link

Improve clipboard support #133

Open Brollyy opened 1 month ago

Brollyy commented 1 month ago

Currently, Edda handles Ctrl+C, Ctrl+V shortcuts using custom application logic, which is not consistent with typical clipboard behavior, that allows copying data between different applications, as long as they support the format.

We should use https://learn.microsoft.com/en-us/dotnet/desktop/winforms/advanced/how-to-retrieve-data-from-the-clipboard?view=netframeworkdesktop-4.8 with a custom data format to support this.

If we can make it so that the copied notes can be pasted as text (similar to Hearthstone deck codes), this would also cover some of the functionality from #55, allowing mappers to share common patterns on Discord in a way that can be easily pasted into Edda.