Clipboard.autocopy

From MozillaZine Knowledge Base
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Background

In Linux and some UNIX-like platforms, selecting text will automatically copy the contents of the selection to the clipboard. Mozilla also follows this convention on these platforms. This preference controls that behavior.

Possible values and their effects

True

Automatically copy contents of selections to the clipboard. (Default in Linux)

False

Do not auto-copy selections. (Default everywhere else)

Caveats

  • This preference only has an effect in *nix builds. (See bugs below.) For similar behavior on other platforms, try the AutoCopy extension.

First checked in

2000-06-06 by Charles Manske

Has an effect in

  • Mozilla Suite (all versions since M16)
  • Firefox (all versions)
  • Thunderbird (all versions)
  • SeaMonkey (all versions)

Related bugs

External links