On my work PC, when I copy+paste some text between two applications, the rich-text formatting from the first application is preserved when the second receives it. For example, if I am copying from an Outlook message that contains size 10 Tahoma to a Word document which is formatted in Size 12 Arial, the pasted text will be size 10 Tahoma.

I don't want this to happen. I never want the second application to format the text to what it was at the source of the copy.

I suspect this is an OS level setting, because on my home PC, this does not happen at all.

I could configure each application to receive only plain text from pasting, but the optimal solution I believe would be disabling any RTF data in the clipboard itself. Right now my solution is to first copy to notepad to "sanitize" the clipboard text of any RTF data, then copy it to the second application. But this is somewhat tedious.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Take a look at PureText. I don't think there is a specific "OS-level setting" for disabling rich text in the clipboard, but the goal of PureText is to do exactly that.

It also gives you the flexibility of setting custom hotkeys for converting text to plain text format. By changing the hotkey to Ctrl-v, you can paste and convert the text in one shot.

enter image description here

Compatible with Windows 95 and up. PureText is freeware.

link|improve this answer
it won't let me use ctrl+v. i'd really like it to be seamless. great suggestion though – user13137 Jan 26 '11 at 21:44
Try Ctrl-C so it converts upon copying. I don't recall which one I used with puretext a while back, but I know one of those combinations will convert it at the same time. – John T Jan 26 '11 at 21:52
if it's set to ctrl+c it will paste instead of copy – user13137 Jan 26 '11 at 21:57
@user13137 no, just uncheck the "also perform the following actions..." which tells it to paste. – John T Jan 26 '11 at 22:04
but then it doesn't copy either – user13137 Jan 26 '11 at 22:20
show 1 more comment
feedback

Press Ctrl+Alt+V in Word to Paste Special, i.e. paste without formatting.

link|improve this answer
i was looking for a general solution (agnostic to application receiving), but thank you – user13137 Jan 26 '11 at 21:59
@user You could try to check your other applications (Word was probably a bad example :-) ). Maybe they support a similar shortcut. While not as thorough as a system-wide setting, it'd be a bit more flexible. – Daniel Beck Jan 26 '11 at 22:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.