When there is a multi-cell selection in a Table View, and I hit Ctrl + C
, only one cell gets copied to the system “text” format clipboard’s (i.e., if you paste the clipboard contents in an app that expects plain-text, you only get the text from a single cell).
Ideally all selected cells would be added to the text clipboard, with columns TAB
-separated, and rows separated by literal newlines, and embedded newlines converted to “\n”.
For the system’s html-format clipboard, it would be great to actually have an HTML <table>
.