AcademySoftwareFoundation / OpenRV

Open source version of RV, the Sci-Tech award-winning media review and playback software.
Other
577 stars 142 forks source link

Allow users to paste text into the annotations tool #524

Open chxmberland opened 2 months ago

chxmberland commented 2 months ago

Linked issues

N/A

Summarize your change.

This change will allow users to paste text when annotating using ctrl + v.

Describe the reason for the change.

This change was made in an effort to allow users to paste in East Asian languages into their annotations, which is a feature that has been requested for a very long time. Since it is far too complicated to directly support East Asian languages through keyboard inputs, this is the next best thing.

This PR is paired with PR #518 and will only be effective after PR #518 has been merged.

Describe what you have tested and on which operating system.

Tested in macOS Sonoma 14.5.

This must be tested in Windows and Linux, as the way you interact with clipboards changes across operating systems.

bernie-laberge commented 2 months ago

This is great @chxmberland !