ghacks Technology News

  • Author: Martin
  • Published: Sep 2nd, 2008
  • Comments: 12

Windows Clipboard

The Windows clipboard is one of the functions of the Windows operating system that Microsoft has to modernize. By default the clipboard can store one phrase that a user copies into it. Once a new phrase gets copied the old phrase gets deleted in the clipboard to make room for the new one. Windows has [...]

Tags: , , , , ,
Categories: Windows, software

  • Author: Martin
  • Published: Feb 18th, 2008
  • Comments: 5

Clipboard Caching Utility

The Windows clipboard function is not really practicable. It stores only the last text string that you have copied and once you copy another one the previous one is not longer available. It happened more than once that I lost a text phrase that I still needed because I accidentally copied another item to the clipboard.

Tags: , , , ,
Categories: Operating Systems, Tools, Windows, software

  • Author: Martin
  • Published: Jan 28th, 2008
  • Comments: 13

Extend the Windows Clipboard

The Windows clipboard can store a single text phrase in its memory, once a new phrase is copied to the clipboard the old one is lost. If you want to copy two different text phrases for instance you need to copy the first, paste it somewhere, copy the second and paste it as well. A tool that would save more than one record at a time would optimize the process considerably.

Tags: , , ,
Categories: Operating Systems, Windows, software

  • Author: Martin
  • Published: Feb 17th, 2007
  • Comments: 4

Replace the Windows Clipboard with Ditto

The Windows Clipboard is absolutely awful, it lacks so many features that I really do not know where to begin listing them. Ditto on the other hand is an open source replacement for the Windows clipboard that adds functionality to the clipboard function. Ditto makes it easy to save any type of information to the clipboard including the most usual data types such as text, images and code.

Tags: , , , , , ,
Categories: Operating Systems, Tools, Windows

© 2005-2009 Ghacks.net. All Rights Reserved. Privacy Policy - About Us