<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; paste</title>
	<atom:link href="http://www.ghacks.net/tag/paste/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Get To Know Linux: Copy and Paste</title>
		<link>http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/</link>
		<comments>http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 22:25:39 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy paste]]></category>
		<category><![CDATA[Linux applications]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[linux terminal]]></category>
		<category><![CDATA[paste]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10862</guid>
		<description><![CDATA[It may sound like we&#8217;ve stepped back to Computers 101, but copy and pasting in Linux can sometimes be a bit different than it is in either Windows or Mac. The good news is that it is most often far easier to copy and paste in Linux than it is in any other operating system. [...]]]></description>
			<content:encoded><![CDATA[<p>It may sound like we&#8217;ve stepped back to Computers 101, but copy and pasting in Linux can sometimes be a bit different than it is in either Windows or Mac. The good news is that it is most often far easier to copy and paste in Linux than it is in any other operating system. How can such a basic function be any easier? Read on to find out.</p>
<p>The typical action of cutting and pasting does and should (in most cases) work across applications as well as into the command line. The trick is knowing either the key combinations or the correct mouse buttons. So whether your copying and pasting from one document to another, from document to email (or vice versa), or just about any application to any application Linux can copy and paste. Let&#8217;s find out just how.</p>
<p><span id="more-10862"></span></p>
<p><strong>The Mouse</strong></p>
<p>This is the big one that makes your copy/paste life very simple. With the Linux operating system there are three mouse buttons: 1, 2, 3. The left mouse button is button 1, the right mouse button is button 2, and the mouse wheel is button 3. If your mouse doesn&#8217;t have a mouse wheel then pressing both 1 and 2 together is the equivalent of button 3. Now that we have that out of the way I am going to show you a nice trick. Go to a document (OpenOffice, Abiword, or even compose an email). Highlight some text by clicking button 1 and dragging the mouse over the text you want to highlight (simple text selection). Once you have selected your text click your cursor in a blank area of the document and click button 3. What you should see is the selected text is pasted where you clicked with button 3. So the action of highlighting text with button 1 is <strong>copying</strong> and clicking with button 3 is <strong>pasting</strong>. How simple is that? This action also works from document to command line and vice versa.</p>
<p><strong>The Keyboard</strong></p>
<p>Naturally the standard keyboard key combinations will work for copying and pasting. There are a couple of exceptions. When copying within (or to and from) some terminal windows there are different key combinations to use. For example, in gnome-terminal instead of Ctrl-c and Ctrl-v (for copy and paste) you use Ctrl-shift-c and Ctrl-shift-v for copying and pasting. This can be changed within the profile editor in gnome-terminal (if you want this feature to echo the standard combination.) Be aware, however, that if you copy text by selecting via the left mouse you can not paste by using Ctrl-v. The Ctrl-v combination (or Ctrl-Shift-v combination) only works in conjunction with the Ctrl-c or Ctrl-Shift-c combinations.</p>
<p><strong>The Menu</strong></p>
<p>As you can imagine nearly every Linux GUI application has an Edit menu that includes the Copy/Paste entries. These work exactly as you would expect. These menu entries also work in conjunction with the Ctrl-c/v combinations, but not the button 1 highlight action (button 1 copy action only works with the button 3 paste action).</p>
<p><strong>Final Thoughts</strong></p>
<p>I will warn you that once you get used to the button1/3 copy/paste action you will find yourself attempting it in all other operating systems. This method of copy/paste is the easiest means of copying and pasting content bar none. It is nice, however, that the various Linux distributions include other means for those users who prefer the standard methods.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-paste/" title="copy paste" rel="tag">copy paste</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-applications/" title="Linux applications" rel="tag">Linux applications</a>, <a href="http://www.ghacks.net/tag/linux-desktop/" title="linux desktop" rel="tag">linux desktop</a>, <a href="http://www.ghacks.net/tag/linux-terminal/" title="linux terminal" rel="tag">linux terminal</a>, <a href="http://www.ghacks.net/tag/paste/" title="paste" rel="tag">paste</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/31/make-kde-4-more-user-friendly-by-changing-window-behavior/" title="Make KDE 4 More User-Friendly by Changing Window Behavior (December 31, 2008)">Make KDE 4 More User-Friendly by Changing Window Behavior</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/15/installing-and-configuring-enlightenment-e16/" title="Installing and Configuring Enlightenment E16 (December 15, 2008)">Installing and Configuring Enlightenment E16</a> (10)</li>
	<li><a href="http://www.ghacks.net/2006/12/03/how-to-easily-dump-ps3-movies-and-games/" title="How to easily dump PS3 movies and games (December 3, 2006)">How to easily dump PS3 movies and games</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/21/getting-to-know-linux-installing-applications-in-unbuntu/" title="Getting to Know Linux: Installing applications in Ubuntu (December 21, 2008)">Getting to Know Linux: Installing applications in Ubuntu</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/get-to-know-linux-the-gnome-panel/" title="Get To Know Linux: The GNOME Panel (March 4, 2009)">Get To Know Linux: The GNOME Panel</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Loop Typer</title>
		<link>http://www.ghacks.net/2008/05/06/loop-typer/</link>
		<comments>http://www.ghacks.net/2008/05/06/loop-typer/#comments</comments>
		<pubDate>Tue, 06 May 2008 14:52:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[loop typer]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[paste text]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4022</guid>
		<description><![CDATA[Did you ever face a situation where you had to type in the same phrase over and over again ? Besides from serving spammers as a way to automate their tasks I cannot think of an application were someone would need a tool that would paste the same text over and over again in a [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever face a situation where you had to type in the same phrase over and over again ? Besides from serving spammers as a way to automate their tasks I cannot think of an application were someone would need a tool that would paste the same text over and over again in a defined interval. I&#8217;m sure there are applications and it would be nice if you could help me out here: Loop Typer (via <a href="http://shellcity.net/">Shell Extension City</a>) could be useful for.. ?</p>
<p>Loop Typer was created by Will Taylor who seems to have difficulties himself thinking of an application where Loop Typer could be useful. That&#8217;s a first definitely. The application itself requires the Microsoft .net Framework 3.5 and provides the installer for the Framework as well as the installer for the application itself.</p>
<p>It does work flawlessly. The user enters a text in the text field and sets the interval to a value between 1 and 20 seconds. That interval can be  extended in the options so that larger breaks between each paste are possible. </p>
<p><span id="more-4022"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/loop_typer.jpg" alt="loop typer " title="loop typer " width="389" height="150" class="alignnone size-full wp-image-4023" /></p>
<p>The other two options that are available are the following. The user can select that enter is automatically pressed after each paste and he can define a time or loop constraint limit which means that the process ends after a certain time or amount of loops.</p>
<p>Let me know what you think about this application. I have a nice surprise for the user with the best suggestion!</p>

	Tags: <a href="http://www.ghacks.net/tag/loop-typer/" title="loop typer" rel="tag">loop typer</a>, <a href="http://www.ghacks.net/tag/paste/" title="paste" rel="tag">paste</a>, <a href="http://www.ghacks.net/tag/paste-text/" title="paste text" rel="tag">paste text</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/02/23/workrave/" title="Workrave (February 23, 2006)">Workrave</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/06/loop-typer/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
