How to paste raw text?

Windows copies and pastes Rich Text. I want it to copy and paste only raw text. Is there any way to change this behaviour globally?

Someone in another thread suggested to use AutoHotKey tho change this, but I don't think this will work with my current clipboard manager YC3


Solution 1:

Have a look at PureText.

Solution 2:

As Shiki suggested the following steps do the trick:

  1. Win+R

  2. Ctrl+V

  3. Ctrl+A

  4. Ctrl+C

Solution 3:

An alternative method for quickly reformatting text would be to paste the rich text; copy-format (SHIFT+CTRL+C) from any of the raw text you may have, and then paste-format (SHIFT+CTRL+V) over the rich text. This works throughout Office, YMMV outside of that.

Also, [CTRL+ALT+V] is the keyboard shortcut for Special Paste which will allow you various paste options depending on the Office program; including pasting all of the text as unicode, RTF, unformatted, and HTML in Word. This is subject to the User Settings you have for pasting actions (these were set up when the copy of Office was initialized, i.e. "Paste text as original format/new style").

Solution 4:

Assuming the clipboard manager still uses the standard windows clipboard (I have yet to see one that doesn't, though I've never used YC3), the autohotkey solution should work as normal - if your clipboard manager is overriding the windows clipboard entirely and doesn't supply an API, no other application can grab its clipboard data, so unless YC3 implements raw text pasting you're a bit stuck on the direct automation front - though you could always use AutoHotKey to automate Shiki's method of pasting it into a text field that doesn't accept rich text, and then copying it back out again.

Solution 5:

For Office Word 2007 and newer versions, in the "Advanced Options", in the section "Cut, Copy and Paste", there are 4 dropboxes where you can set value to always keep the base text style when pasting, depending from where your copy comes from.