<?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>just an asterisk &#187; just an asterisk</title>
	<atom:link href="http://justanasterisk.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://justanasterisk.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 11 Aug 2011 00:07:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cocktail Party Geek: I know a Shortcut Part 2</title>
		<link>http://justanasterisk.com/2009/05/16/cocktail-party-geek-i-know-a-shortcut-part-2/</link>
		<comments>http://justanasterisk.com/2009/05/16/cocktail-party-geek-i-know-a-shortcut-part-2/#comments</comments>
		<pubDate>Sun, 17 May 2009 01:00:00 +0000</pubDate>
		<dc:creator>ab</dc:creator>
				<category><![CDATA[Cocktail Party Geek]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://justanasterisk.wordpress.com/?p=300</guid>
		<description><![CDATA[Now for the second part on shortcutsâ€¦&#160; The last post was about shortcuts that lead you somewhere, but this one is going to be about the kind of shortcuts that save you time, also known as Keyboard Shortcuts. Why use shortcuts in the first place?&#160; Letâ€™s do a little test.&#160; Open up word and type [...]]]></description>
			<content:encoded><![CDATA[<p>Now for the second part on shortcutsâ€¦&#160; The last post was about shortcuts that lead you somewhere, but this one is going to be about the kind of shortcuts that save you time, also known as Keyboard Shortcuts.</p>
<p> <span id="more-300"></span>
</p>
<p>Why use shortcuts in the first place?&#160; Letâ€™s do a little test.&#160; Open up word and type Just an Asterisk.&#160; Now make me 3 copies of this text.&#160; If your first impulse is to highlight with the mouse, then go to edit â€“&gt; copy, move with the mouse and then go back to edit â€“&gt; paste, then I can safely say that we are about to save you some serious time.&#160; I think a reasonable guess for how long the above takes is about 1.5 seconds.&#160; If you did this 10 times a day, for a 220 day work year (which I think we can agree is low), youâ€™d waste 60 minutes per year.&#160; Perhaps that doesnâ€™t seem like a lot, but assuming you do it for 24 years, thatâ€™s a day of your life wasted entirely to copying and moving text.&#160; On the other hand, if you hit Control + C then Control + V twice, you do exactly the same thing in about .5 seconds.&#160; Youâ€™ve just made yourself 66.6666666% more efficient!</p>
<p>I admit head slapping, change your behavior for the better and name your children after me amazing.&#160; Itâ€™s 2/3 of a dayâ€¦&#160; However, these little things add up, and you are simply wasting your time.</p>
<p><strong>What you need to know</strong></p>
<p>Are you using the Pentaverate of keyboard shortcuts?&#160; (Iâ€™ve blatantly borrowed the term Pentaverate from â€œSo I married an Axe Murdererâ€.&#160; If youâ€™re curious, Iâ€™ve copied the whole quote at the bottom of this post.) Here they are in all their glory:</p>
<div align="center">
<table cellspacing="0" cellpadding="2" width="187" align="center" border="1">
<tbody>
<tr>
<td valign="top" width="93">Control + A</td>
<td valign="top" width="92">Select all</td>
</tr>
<tr>
<td valign="top" width="93">Control + X</td>
<td valign="top" width="92">Cut</td>
</tr>
<tr>
<td valign="top" width="93">Control + C</td>
<td valign="top" width="92">Copy</td>
</tr>
<tr>
<td valign="top" width="93">Control + V</td>
<td valign="top" width="92">Paste</td>
</tr>
<tr>
<td valign="top" width="93">Control + Z</td>
<td valign="top" width="92">Undo</td>
</tr>
</tbody>
</table></div>
<p>If youâ€™re using a Mac, just replace Control with the Apple key.&#160; These shortcuts are used in nearly every piece of software since the creation of windows (or Mac OS, I donâ€™t know which).&#160; If your application works with images, text or any mixture of the two, these keys should be available for your use.&#160; </p>
<p>Also, thereâ€™s a second level of shortcut that appear in most programs and are worth knowing (but that just donâ€™t compare to the Pentaverate):</p>
<div align="center">
<table cellspacing="0" cellpadding="2" width="230" align="center" border="1">
<tbody>
<tr>
<td valign="top" width="130">Control + S</td>
<td valign="top" width="98">Save</td>
</tr>
<tr>
<td valign="top" width="130">Control + Shift + S</td>
<td valign="top" width="98">Save Asâ€¦</td>
</tr>
<tr>
<td valign="top" width="130">Control + F</td>
<td valign="top" width="98">Find</td>
</tr>
<tr>
<td valign="top" width="130">Control + H</td>
<td valign="top" width="98">Find / Replace</td>
</tr>
<tr>
<td valign="top" width="130">Control + B</td>
<td valign="top" width="98">Bold</td>
</tr>
<tr>
<td valign="top" width="130">Control + U</td>
<td valign="top" width="98">Underline</td>
</tr>
<tr>
<td valign="top" width="130">Control + I</td>
<td valign="top" width="98">Italic</td>
</tr>
</tbody>
</table></div>
<p>I would call these <strong>the dandies</strong> â€“ their nice and dandy to know, but they do not work in every application (they are great for Microsoft Word).&#160; You want to be careful with these, as in some applications they can be mapped to other functions.&#160; One example, I recently was using Outlook and got myself in trouble.&#160; In word, when you hit Control + Shift + S, it prompts you to save your file with a new name.&#160; However, I was writing an email in Outlook and typed the same (Control + Shift + S), thinking that I would be able to save my draft for later use.&#160; Instead, in Outlook <em>those keys are mapped to Send</em>!&#160; My blank drafted email was sent out to everyone on the list, requiring a quick apology email to allâ€¦&#160; The moral of the story:&#160; Love the pentaverate, be wary of the dandies, but use them and remember that there are many more shortcuts out there.&#160; </p>
<p><strong>What you donâ€™t need to know</strong></p>
<p>There are many ways to <em>hack</em> the keyboard shortcuts on your machine.&#160; First, you should take the time to learn them:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/126449">The Windows Shortcuts</a></li>
<li><a href="http://support.apple.com/kb/HT1343">The Mac Shortcuts</a></li>
</ul>
<p>Once youâ€™ve gotten an idea of what is available, you can start changing things or adding things in one of the following ways:</p>
<ul>
<li>You can find out which keys are already mapped before you create new ones via <a href="http://lifehacker.com/5243959/activehotkeys-shows-you-which-keys-are-available">this application</a>.</li>
<li>You can map new keys to functions using <a href="http://lifehacker.com/5242887/keyboard-tweaker-manages-your-keyboard-shortcuts">Keyboard Tweaker</a>.</li>
<li>And if youâ€™re feeling particularly bold, you can delve into <a href="http://www.autohotkey.com/">AutoHotKey</a>, a programming language designed to help create programs that run triggered by shortcuts.&#160; These can range from very complex applications, to simple repetitive tasksâ€¦</li>
</ul>
<p>That should be enough for now, but thereâ€™s plenty more to be done.&#160; Enjoy speeding your life up with new shortcuts!</p>
<p>~ab</p>
<p><strong>What you really donâ€™t need to know</strong></p>
<p>The so I married an Axe Murderer shout out (borrowed from <a href="http://www.imsdb.com/scripts/So-I-Married-an-Axe-Murderer.html">IMBD Scripts</a> but edited to keep it clean):</p>
<blockquote><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; STUART     <br />Listen, Sonny Jim, it&#8217;s a known fact       <br />there&#8217;s a society of the five       <br />wealthiest people in the world, called       <br />the Pentaverate, who run everything       <br />and meet three times a year at a       <br />secret country mansion in Colorado,       <br />known as &quot;The Meadows.&quot; </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; CHARLIE     <br />&#160;&#160;&#160;&#160; (sarcastic)      <br />And that&#8217;s obviously why we haven&#8217;t       <br />heard about it in the newspapers. </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; STUART     <br />&#160;&#160;&#160;&#160; (inappropriately angry       <br />&#160;&#160;&#160;&#160; &amp; loud)      <br />That&#8217;s right. They [*^&amp;%] own the       <br />papers, smartass. And everything       <br />else. Why do you think Scotland&#8217;s       <br />not been able to get independence?       <br />Because the Queen the Pentaverate       <br />and those English dome heads in West       <br />Minster won&#8217;t have it. </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; CHARLIE     <br />Who are the other members of this       <br />pentaverate? </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; STUART     <br />The Queen, the Rothchilds, the Gettys,       <br />the Vatican, and Colonel Sanders       <br />before he went tits up. Oh, I hated       <br />the Colonel with his wee beady eyes.       <br />And that smug look on his face. </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; CHARLIE     <br />Dad how can you hate &quot;the Colonel?&quot; </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; STUART     <br />Because the Colonel puts an addictive       <br />chemical in it that makes you crave       <br />it fortnightly.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://justanasterisk.com/2009/05/16/cocktail-party-geek-i-know-a-shortcut-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cocktail Party Geek: I know a Shortcut Part 1</title>
		<link>http://justanasterisk.com/2009/05/16/cocktail-party-geek-i-know-a-shortcut-part-1/</link>
		<comments>http://justanasterisk.com/2009/05/16/cocktail-party-geek-i-know-a-shortcut-part-1/#comments</comments>
		<pubDate>Sat, 16 May 2009 18:00:00 +0000</pubDate>
		<dc:creator>ab</dc:creator>
				<category><![CDATA[Cocktail Party Geek]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://justanasterisk.wordpress.com/2009/05/16/cocktail-party-geek-i-know-a-shortcut-part-1/</guid>
		<description><![CDATA[This is a two parter â€“ mainly because there are two useful types of shortcuts available to the world.&#160; The first, and the topic of this article, is the kind of shortcut you find on your desktop. What you need to know Basically, there are two things that make up those icon shortcuts on your [...]]]></description>
			<content:encoded><![CDATA[<p>This is a two parter â€“ mainly because there are two useful types of shortcuts available to the world.&#160; The first, and the topic of this article, is the kind of shortcut you find on your desktop.</p>
<p> <span id="more-280"></span><strong>What you need to know</strong>
</p>
<p>Basically, there are two things that make up those icon shortcuts on your computer:</p>
<p><strong>The link</strong> â€“ Each shortcut has a simple link in it.&#160; As you can see from my screenshot below, the <a href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator">URL</a> connects my shortcut to my web link.<a href="http://justanasterisk.com/wp-content/uploads/2009/05/image.png"><img title="image" style="display:block;float:none;margin-left:auto;margin-right:auto;border-width:0;" height="170" alt="image" src="http://justanasterisk.com/wp-content/uploads/2009/05/image_thumb.png" width="244" border="0" /></a>This example is for a web link, but what is perhaps rather confusing about the situation is a link <em>can also refer to a file</em>.</p>
<p><a href="http://justanasterisk.com/wp-content/uploads/2009/05/screenshot-2.jpg"><img title="screenshot.2" style="display:inline;border-width:0;margin:7px 0 7px 10px;" height="244" alt="screenshot.2" src="http://justanasterisk.com/wp-content/uploads/2009/05/screenshot-2_thumb.jpg" width="240" align="right" border="0" /></a></p>
<p>If youâ€™re running Windows XP, then you can easily add either type of shortcut by right clicking on your desktop and choosing <em>new â€“&gt; shortcut</em>.</p>
<p>On a Mac, the process is about the same â€“ right click or control click on your icon then choose <em>make alias</em> (that is the fancy pants Mac word for shortcut).</p>
<p>Once you add a new shortcut, youâ€™ll be prompted to â€œtype the location of the itemâ€, as shown below.&#160; This is the crucial step â€“ if you type a web address, <a href="http://justanasterisk.com/wp-content/uploads/2009/05/screenshot-3.jpg"><img title="screenshot.3" style="display:inline;border-width:0;margin:7px 15px 7px 0;" height="181" alt="screenshot.3" src="http://justanasterisk.com/wp-content/uploads/2009/05/screenshot-3_thumb.jpg" width="244" align="left" border="0" /></a>then your shortcut will be a web link.</p>
<p>However, if you type a file address, then your shortcut will be a&#160; a file link.</p>
<p>For this process on a Mac, youâ€™re going to need to do a bit of research.&#160; Try <a href="http://www.usingmac.com/2007/9/26/mac-the-alias-maker">this link</a> first.</p>
<p><strong>The Icon</strong> &#8211; The second part of the shortcut is the icon.&#160; The Icon is pulled from one of two places (before you change itâ€¦).&#160; If youâ€™re linking to a program or folder, windows knows what kind of icon to use.&#160; If you create a shortcut for website, the siteâ€™s icon will be used (if the site has bothered to put one in) otherwise, it will appear as a web document (again chosen by Windows).&#160; Each of the statements above is entirely true for Macs too (just replace&#160; the word Windows with Mac OS).</p>
<p>This should be enough to get you creating shortcuts on your home machine.&#160; Remember that you can examine any icon on your desktop by right clicking and selecting properties (<em>Get Info</em> on a Mac).</p>
<p><strong>What you donâ€™t need to know</strong></p>
<p>Icons can be changed to any <strong>.ico file</strong> that you find.&#160; Here are some sites that might be fun:</p>
<ul>
<li><a href="http://www.iconarchive.com/">The Icon Archive</a> </li>
<li><a href="http://www.freeiconsweb.com/">Free Icons Web</a></li>
</ul>
<p>If youâ€™re using a windows machine and youâ€™re envious of those Mac guys, you can create a Mac-like toolbar of icons using a program like <a href="http://www.stardock.com/products/objectdock/">object dock</a> or <a href="http://rocketdock.com/">rocket dock</a>.</p>
<p>You can even <a href="http://www.entity.cc/create-desktop-icon.php">create your own icons</a>.</p>
<p>~ab</p>
]]></content:encoded>
			<wfw:commentRss>http://justanasterisk.com/2009/05/16/cocktail-party-geek-i-know-a-shortcut-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

