User Ratings

★★★★★
★★★★
★★★
★★
4
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Thank you very much for the free open source program!
  • So far so good, the biggest flaw probably not being able to send to clipboard by double-click in Win 7
  • I had to jump through some hoops to make this work in Win7. After installing, take ownership of the C:\Program Files (x86)\Clipboard Manager\ folder and check the box to Replace owner on subcontainer and objects. If you're not sure how to do that, see technet.microsoft.com/en-us/library/cc753659.aspx Then right-click the Notepad shortcut (Start->All Programs->Accessories) and choose Run as administrator... copy and paste this in: <?xml version="1.0" encoding="utf-8"?> <ClipManSettings> <General> <Setting PluginDir="C:\Program Files (x86)\Clipboard Manager" /> <Setting LoadOnWindows="True" /> <Setting WindowOnTop="True" /> <Setting SaveWindowPos="True" /> <Setting WindowOpacity="80" /> <Setting WindowBackColor="-986896" /> <Setting ShowEntryCtrlMod="True" /> <Setting ShowEntryAltMod="False" /> <Setting ShowEntryShiftMod="False" /> <Setting ShowEntryHotKey="S" /> <Setting UpEntryCtrlMod="True" /> <Setting UpEntryAltMod="False" /> <Setting UpEntryShiftMod="False" /> <Setting UpEntryHotKey="U" /> <Setting DownEntryCtrlMod="True" /> <Setting DownEntryAltMod="False" /> <Setting DownEntryShiftMod="False" /> <Setting DownEntryHotKey="D" /> <Setting CopyEntryCtrlMod="True" /> <Setting CopyEntryAltMod="False" /> <Setting CopyEntryShiftMod="False" /> <Setting CopyEntryHotKey="J" /> <Setting WindowPosX="1400" /> <Setting WindowPosY="510" /> <Setting WindowSizeHeight="500" /> <Setting WindowSizeWidth="280" /> </General> <Plugin> <CMP2085586850> <Setting AniGIFTrasparent="NULL" /> <Setting AniGIFQuality="10" /> <Setting AniGIFFrameRate="25" /> <Setting AniGIFRepeat="0" /> <Setting AniGIFNumFrames="5" /> <Setting JPEGQuality="80" /> <Setting JPEGEncoding="false" /> <Setting PNGEncoding="false" /> <Setting TIFFCompression="0" /> <Setting SelectedFormat="2" /> <Setting OutputDir="C:\Program Files (x86)\Clipboard Manager" /> <Setting PrefixOutputName="" /> <Setting SuffixOutputName="" /> <Setting EnabledPlugin="True" /> </CMP2085586850> <CMP1739668306> <Setting EnabledPlugin="True" /> <Setting AddEmailToList="true" /> <Setting AddUrlToList="true" /> <Setting CatchEmail="false" /> <Setting CatchUrl="false" /> <Setting EntryListLength="10" /> <Setting FirstEntryCtrlMod="true" /> <Setting FirstEntryAltMod="true" /> <Setting FirstEntryShiftMod="true" /> <Setting FirstEntryHotKey="F" /> <Setting SelectedEntryCtrlMod="true" /> <Setting SelectedEntryAltMod="true" /> <Setting SelectedEntryShiftMod="true" /> <Setting SelectedEntryHotKey="S" /> <Setting PreviousEntryCtrlMod="true" /> <Setting PreviousEntryAltMod="true" /> <Setting PreviousEntryShiftMod="true" /> <Setting PreviousEntryHotKey="P" /> <Setting NextEntryCtrlMod="true" /> <Setting NextEntryAltMod="true" /> <Setting NextEntryShiftMod="true" /> <Setting NextEntryHotKey="N" /> <Setting PasteType="true" /> </CMP1739668306> <CMP471359714> <Setting EnabledPlugin="True" /> <Setting PathStyle="Relative" /> <Setting DeflateFiles="True" /> <Setting RecursiveSubDirectories="True" /> <Setting CompressionLevel="5" /> <Setting ZipComment="" /> <Setting ZipPassword="" /> <Setting OutputDir="C:\Program Files (x86)\Clipboard Manager" /> <Setting OutputNameType="0" /> <Setting OutputName="" /> </CMP471359714> </Plugin> </ClipManSettings> then do File->Save As... Navigate to the C:\Program Files (x86)\Clipboard Manager\ folder, set file type as All Files (*.*), and save as ClipboardManager.xml (notice no space). For 32-bit Win7, the instructions are the same except remove " (x86)" from everything.
  • works well, no source provided in the cvs so you can't make any patches or anything. Can download the source separately though.