No more copying mystery garbage format, fonts, and colors from a different document. Why it isn’t standard to just copy raw data and a function to copy the format i will never know
Here's the kicker: I work in SolidWorks. I frequently use the measure tool and copy dimensions from an assembly to paste into a part sketch. It used to always work, but lately it hasn't been reliable, pasting an empty string into the dimension entry instead. However, if I paste the copied text into Notepad first, then copy the text from Notepad, I can then paste it back into SolidWorks just fine.
I've noticed that web browsers have been good at capturing Ctrl+<char> sequences and passing them on to the right context.
For example, if I have a terminal console open in a web browser (e.g. google code, or jupyter notebook), I notice that using Ctrl+C to kill a process does correctly pass through my desktop manager, through my web-browser, and to the console to kill the process. If I click just outside of the console window but still within the web-browser, then Ctrl-C acts like a normal copy command.
Not sure what my point is, other than it perpetually boggles my mind how many layers of software a key stroke has to pass through before it acts on the actual layer that you want.