What is the clipboard?: Difference between revisions
(Created page with ' The clipboard is not a program you can access, it is a block of your computer memory. Anything you copy is stored in a special section of your upper memory called the clipboard.…') |
No edit summary |
||
Line 1: | Line 1: | ||
<br /> | |||
The clipboard is not a program you can access, it is a block of your computer memory. Anything you copy is stored in a special section of your upper memory called the clipboard. | The clipboard is not a program you can access, it is a block of your computer memory. Anything you copy is stored in a special section of your upper memory called the clipboard.<br /> | ||
<br /> | |||
Any time you Copy (CTRL-C) or Cut (CTRL-X) the contents are sent to the clipboard and they are then available to be Pasted (CTRL-V) into another program. | Any time you Copy (CTRL-C) or Cut (CTRL-X) the contents are sent to the clipboard and they are then available to be Pasted (CTRL-V) into another program.<br /> | ||
<br /> | |||
The clipboard always holds the last item you copied unless you turn off your computer. | The clipboard always holds the last item you copied unless you turn off your computer.<br /> | ||
<br /> | |||
[[Category:Glossary]] | [[Category:Glossary]] |
Latest revision as of 11:18, 1 December 2009
The clipboard is not a program you can access, it is a block of your computer memory. Anything you copy is stored in a special section of your upper memory called the clipboard.
Any time you Copy (CTRL-C) or Cut (CTRL-X) the contents are sent to the clipboard and they are then available to be Pasted (CTRL-V) into another program.
The clipboard always holds the last item you copied unless you turn off your computer.