How to paste raw text?

7

1

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

Jader Dias

Posted 2010-10-20T11:43:47.923

Reputation: 13 660

3Well.. no global but I just press WIN+R and paste there, ctrl+a, ctrl+c, its raw. Other way to open a notepad and do the same. – Apache – 2010-10-20T11:49:18.267

Answers

5

Have a look at PureText.

Andi

Posted 2010-10-20T11:43:47.923

Reputation: 722

6

As Shiki suggested the following steps do the trick:

  1. Win+R

  2. Ctrl+V

  3. Ctrl+A

  4. Ctrl+C

Jader Dias

Posted 2010-10-20T11:43:47.923

Reputation: 13 660

5For multiline, perform these steps between 1 and 2: Win+R, notepad, enter – doppelgreener – 2010-10-20T13:42:00.983

@Axidos In Windows 7 is even easier: Win, note, enter – Jader Dias – 2010-10-20T14:55:14.190

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").

mfg

Posted 2010-10-20T11:43:47.923

Reputation: 579

didn't work for me at all – Jader Dias – 2010-10-20T12:54:34.317

1If you use the YCX version of YC3, Format options are available. ("Ability to send only selected formats to clipboard") – mfg – 2010-10-20T12:55:45.210

@Jad I use format copy/paste constantly in Office and other areas in Windows; I am unsure what program it didn't for you at all in. – mfg – 2010-10-20T12:57:10.480

I tried to use your hotkeys to copy from Internet Explorer into Office. Internet Explorer didn't recognize that combination – Jader Dias – 2010-10-20T13:04:38.603

1Sorry for my aversion to yet another taskbar solution, but try [CTRL+ALT+V] for special paste; it will allow you to strip formatting, however, if you have a default style for the document (ie, Arial 10pt) it may apply based on your Office Settings (verified going from a copied table in IE to MS-Word '07). – mfg – 2010-10-20T13:24:28.973

1

In windows (mine is Win8) Try Menu key+ C

You can find Menu key in this Wiki article.

Ivan MeL

Posted 2010-10-20T11:43:47.923

Reputation: 11

Doesn't seem to work on Windows 7. Did you use the combination in any specific application? – Seth – 2016-11-16T11:34:42.800

1

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.

Phoshi

Posted 2010-10-20T11:43:47.923

Reputation: 22 001

1

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.

Xod

Posted 2010-10-20T11:43:47.923

Reputation: 11