|
|
|
|
|
by powersnail
213 days ago
|
|
> in traditional rich desktop applications, I can't say I have ever missed the ability to select and copy text from the UI chrome I forgot what desktop application it was, but there was a time that I repeatedly needed to copy texts from a dialog, which didn't support text selection. It frustrated me so much, that I put together a script to do OCR on the dialog. Supporting complex data types for copy & paste is good; but it is almost trivial to also support plain text copying as a fallback when it already supports copying of other mimetypes. The problem is that some UI has no support of copying in any format at all. |
|