<?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>Andrew Eder &#187; Usability</title>
	<atom:link href="http://andreweder.com/category/usability/feed" rel="self" type="application/rss+xml" />
	<link>http://andreweder.com</link>
	<description>Thoughts on graphic design, usability, video games, and accessible technology</description>
	<lastBuildDate>Thu, 27 Aug 2009 23:58:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Time-Saving Typing Tips</title>
		<link>http://andreweder.com/usability/time-saving-typing-tips</link>
		<comments>http://andreweder.com/usability/time-saving-typing-tips#comments</comments>
		<pubDate>Sun, 21 Dec 2008 02:43:39 +0000</pubDate>
		<dc:creator>Andrew Eder</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://andreweder.com/?p=111</guid>
		<description><![CDATA[If you&#8217;re like me and spend a lot of time at a computer during the day, then you probably know the importance of keyboard shortcuts. Rather than looking for a command in a menu somewhere, shortcuts allow the user to instantly perform that command with a quick key combination instead. In this post I wanted [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://andreweder.com/wp-content/uploads/2008/12/keyboard.jpg"><img class="alignleft size-thumbnail wp-image-112" title="keyboard" src="http://andreweder.com/wp-content/uploads/2008/12/keyboard-150x150.jpg" alt="" width="150" height="150" /></a>If you&#8217;re like me and spend a lot of time at a computer during the day, then you probably know the importance of keyboard shortcuts. Rather than looking for a command in a menu somewhere, shortcuts allow the user to instantly perform that command with a quick key combination instead. In this post I wanted to share all of the shortcuts I could think of relating to <strong>text entry</strong> on a computer, whether it be a long document, a short e-mail, or even programming code. What sets this apart from most other shortcuts is that they are (nearly) universal no matter what program you have open; anywhere you can type in text, these shortcuts will work. The more of these you memorize, the faster and more efficient you will be when typing.<span id="more-111"></span></p>
<h3>Windows Shortcuts<strong><br />
</strong></h3>
<ul>
<li>Moving the cursor around&#8230;
<ul>
<li>one character at a time: <strong><em>Left/Right</em></strong></li>
<li>one line at a time: <em><strong>Up/Down</strong></em></li>
<li>one word at a time: <strong>Ctrl+<em>Left/Right</em></strong></li>
<li>to the beginning of a line: <strong>Home</strong></li>
<li>to the end of a line: <strong>End</strong></li>
<li>to the beginning of the document: <strong>Ctrl+Home</strong></li>
<li>to the end of the document: <strong>Ctrl+End</strong></li>
</ul>
</li>
</ul>
<ul>
<li>Navigating website or program forms&#8230;
<ul>
<li>forward one field: <strong>Tab</strong></li>
<li>backward one field: <strong>Shift+Tab</strong></li>
</ul>
</li>
</ul>
<ul>
<li>Making a selection starting where the cursor is&#8230;
<ul>
<li>one character at a time: <strong>Shift+<em>Left/Right</em></strong></li>
<li>one word at a time: <strong>Shift+Ctrl+<em>Left/Right</em></strong></li>
<li>one line at a time: <strong>Shift+<em>Up/Down</em></strong></li>
<li>one paragraph at a time: <strong>Shift+Ctrl+<em>Up/Down</em></strong></li>
<li>one page at a time: <strong>Shift+<em>PageUp/PageDown</em></strong></li>
<li>to the beginning of the line: <strong>Shift+Home</strong></li>
<li>to the end of the line: <strong>Shift+End</strong></li>
<li>to the beginning of the document: <strong>Shift+Ctrl+Home</strong></li>
<li>to the end of the document: <strong>Shift+Ctrl+End</strong></li>
<li>to include everything: <strong>Ctrl+A</strong></li>
</ul>
</li>
</ul>
<p><strong></strong></p>
<ul>
<li>Manipulating text to&#8230;
<ul>
<li>delete the previous word: <strong>Ctrl+Backspace</strong></li>
<li>delete the next word: <strong>Ctrl+Delete</strong></li>
<li>move selected text to the clipboard: <strong>Ctrl+X</strong></li>
<li>copy selected text to the clipboard: <strong>Ctrl+C</strong></li>
<li>insert text from the clipboard: <strong>Ctrl+V</strong> or <strong>Shift+Insert</strong></li>
</ul>
</li>
</ul>
<p><strong></strong></p>
<ul>
<li>Some sample shortcut combos&#8230;
<ul>
<li>Delete the entire current line of text:<br />
<strong>Home</strong>; <strong>Shift+End</strong>; <strong>Delete</strong></li>
<li>Delete the current line except for the first word:<br />
<strong>End</strong>; <strong>Shift+Home</strong>; <strong>Shift+Ctrl+Right</strong>; <strong>Delete</strong></li>
<li>Move the first line of the document to the very end:<br />
<strong>Ctrl+Home</strong>; <strong>Shift+End</strong>; <strong>Ctrl+X</strong>; <strong>Ctrl+End</strong>; <strong>Ctrl+V</strong></li>
</ul>
</li>
</ul>
<p>As you can see, a pattern exists behind these controls, such as the Shift key always being used for selections, and the Ctrl key used as a modifier to select larger chunks of text. Macintosh computers follow a similar paradigm, although some of the commands are set up differently, such as needing to press Command+<em>Left </em>to get to the beginning of a line instead of using the Home key. Learning these basic patterns and subsequently these shortcuts will undoubtedly save you a lot of time when working with text on a computer.</p>
<p><strong>Extra Trick: </strong>Although these have to do with the mouse and not the keyboard, I wanted to share them anyway. Single-clicking somewhere will obviously place the cursor to that location, while double-clicking on a word will select that word, and <em>triple-clicking</em> on a word will select the entire paragraph that word is in. It even works in web browsers &#8211; try it on this page!</p>
<p>Do you know of a keyboard shortcut for text entry or editing that I missed? Let me know in the comments and I&#8217;ll include it on the list!</p>
]]></content:encoded>
			<wfw:commentRss>http://andreweder.com/usability/time-saving-typing-tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->