<?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>Step-By-Step Internet Help &#187; Computer Skills</title>
	<atom:link href="http://www.stepbystepinternethelp.com/category/computer-skills/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stepbystepinternethelp.com</link>
	<description>&#039;With The Beginner In Mind!&#039;</description>
	<lastBuildDate>Sun, 15 Nov 2009 15:58:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Major Time Saver:  Hot Keys</title>
		<link>http://www.stepbystepinternethelp.com/a-major-time-saver-hot-keys/</link>
		<comments>http://www.stepbystepinternethelp.com/a-major-time-saver-hot-keys/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 08:54:16 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Computer Skills]]></category>
		<category><![CDATA[Basic computer skills]]></category>
		<category><![CDATA[Hot Keys]]></category>

		<guid isPermaLink="false">http://www.stepbystepinternethelp.com/blog/a-major-time-saver-hot-keys/</guid>
		<description><![CDATA[Hotkeys are a combination of keys that trigger a certain event like pasting some text (think your signature in certain forums, or places where they don’t have a WYSIWYG editor so you have to type in all the tedious html, you could use it to paste header codes for your programs, repetitive emails, email templates [...]]]></description>
			<content:encoded><![CDATA[<p>Hotkeys are a combination of keys that trigger a certain event like pasting some text (think your signature in certain forums, or places where they don’t have a WYSIWYG editor so you have to type in all the tedious html, you could use it to paste header codes for your programs, repetitive emails, email templates and so on…)</p>
<p>You can also use it to open applications. For example, I use my mind map application a lot so I have a special key combination that automatically opens the thing for me. It’s easy, cool and saves a ton of time.</p>
<p>If you&#8217;ve never used hotkeys . . . try it out . . . I think you will be glad you did.</p>
<p>The hotkey application highly recommend is <a title="autohotkey" href="http://www.autohotkey.com/" target="_blank">autohotkey </a>&#8211; if you’ve got the technical background or the time and energy to play around with it.</p>
<p>Here’s a much simpler program you can set up and get running in minutes. It’s <a href="http://www.hotkeymaster.com/" target="_blank">HotKeyMaster </a>(free for 30 days and a one time $5 fee after that &#8211; worth the time + muscle strain it saves you if you ask me).</p>
<p>Download it from <a href="http://www.hotkeymaster.com/download.html" target="_blank"><strong>here</strong> </a>and set it up. Run the program</p>
<p><strong>To Add a new hotkey</strong></p>
<p>1. Click New — enter a name for the new hotkey</p>
<p>2. Under add Activator &#8211; select hotkey</p>
<p>3. Now select the keyword combination you want to use. Try ALT and WINDOWS keys first and once you exhaust that combination &#8212; try unimportant CTRL combinations that you normally don’t use.</p>
<p>For example &#8211; CTRL + V is an incredibly useful combination that will paste things try not to get your hotkey combination conflicting with this already useful combination. And if you’re still using your mouse for copy and paste &#8211; <span style="color: #ff0000;"><strong>you really need to switch to your keyboard. It takes sometime to change a habit but it will save you A LOT OF TIME.</strong></span></p>
<p>4. Now, in the right menu &#8211; select the action you want the combination to trigger.</p>
<p>Some of the most useful ones for most people would be</p>
<p>a<strong>. Paste Text</strong> &#8211; for all those template emails, header files, html, signatures and so on</p>
<p>b. <strong>Launch Applications</strong> &#8211; Firefox is only a combination away <!--[if gte vml 1]><v :shapetype  id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t"  path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v :stroke joinstyle="miter" /> </v><v :formulas> <v :f eqn="if lineDrawn pixelLineWidth 0" /> <v :f eqn="sum @0 1 0" /> <v :f eqn="sum 0 0 @1" /> <v :f eqn="prod @2 1 2" /> <v :f eqn="prod @3 21600 pixelWidth" /> <v :f eqn="prod @3 21600 pixelHeight" /> <v :f eqn="sum @0 0 1" /> <v :f eqn="prod @6 1 2" /> <v :f eqn="prod @7 21600 pixelWidth" /> <v :f eqn="sum @8 21600 0" /> <v :f eqn="prod @7 21600 pixelHeight" /> <v :f eqn="sum @10 21600 0" /> </v> <v :path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect" /> <o :lock v:ext="edit" aspectratio="t" /> <v :shape id="_x0000_i1025" type="#_x0000_t75" alt="Smile"  style='width:24pt;height:24pt' />< ![endif]-->.<!--[endif]--></p>
<p>c. <strong>Send message</strong> &#8211; you can get your music player to play the next track, shuffle, pause or whatever without switching windows and pressing the pause, next or shuffle button yourself.</p>
<p>d. <strong>Kill a process</strong> &#8211; If you have a software that freezes a lot but you still need to use it for whatever reason. Kill a process comes in handy. Just configure it to kill that program and start over anew <!--[endif]--></p>
<p>e. <strong>Alarm Message</strong> &#8211; this works best with a Timer (In case you were wondering) And for your amusement</p>
<p>f. You can also get the hotkey to do certain mouse event like position a mouse at a certain coordinate point on your screen. I haven’t really been able to find any useful thing to do with this one yet but I’m sure it will amuse you for a couple milliseconds (longer if you’re a geomatics person)</p>
<p>g. And Much more…</p>
<p>5. Once you’re done, don’t forget to hit Apply. Your hotkeys won’t function until you hit apply.</p>
<p><strong>To Use Hotkeys</strong></p>
<p>It’s really simple, the program starts automatically when you turn on your computer. And, once the program is running you can use your hotkeys virtually anywhere &#8211; browser, office applications, text editors, web editors etc.</p>
<p><strong><span style="font-family: 'Times New Roman'">Ctrl A</span></strong> &#8211; Select All  &#8212;  <strong>Ctrl Z</strong> &#8211; Undo</p>
<p><strong>F5</strong> &#8211; handy to refresh your page</p>
<p><strong>F11</strong> &#8211; To view something full screen in browser</p>
<p>Here&#8217;s some standard shortcut keys for PC &#8211; <a href="http://www.stanford.edu/dept/EHS/prod/general/ergo/PC_Keyboard_Shortcuts.pdf" target="_blank">http://www.stanford.edu/dept/EHS/prod/</a><a href="http://www.stanford.edu/dept/EHS/prod/general/ergo/PC_Keyboard_Shortcuts.pdf" target="_blank">general/ergo/PC_Keyboard_Shortcuts.pdf</a></p>
<p>for Mac &#8211; <a href="http://www.stanford.edu/dept/EHS/prod/general/ergo/Mac_Keyboard_Shortcuts.pdf" target="_blank">http://www.stanford.edu/dept/EHS/prod/general/ergo/Mac_Keyboard_Shortcuts.pdf </a></p>
<p><a href="http://www.stanford.edu/dept/EHS/prod/general/ergo/Mac_Keyboard_Shortcuts.pdf" target="_blank"></a>Windows + E (brings up windows explorer)</p>
<p>Alt+Tab (switch between open programs)</p>
<p>Ctrl+Tab (switch tabs within existing programs such as web browser tabs)</p>
<p>Windows+M (minimize all open programs to view desktop)</p>
<p style="text-align: center;">Rigdha &#8212; Visit my blog <a title="Sucessnow" href="http://www.getyoursuccessnow.com">Get Your Success Now</a><a title="Sucessnow" href="http://www.getyoursuccessnow.com"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stepbystepinternethelp.com/a-major-time-saver-hot-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copy and Paste</title>
		<link>http://www.stepbystepinternethelp.com/copy-and-paste/</link>
		<comments>http://www.stepbystepinternethelp.com/copy-and-paste/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 02:05:39 +0000</pubDate>
		<dc:creator>Carol</dc:creator>
				<category><![CDATA[Computer Skills]]></category>

		<guid isPermaLink="false">http://www.stepbystepinternethelp.com/blog/copy-and-paste/</guid>
		<description><![CDATA[One of the most frequently used shortcuts is “copy and paste”. There are several ways that you can accomplish this.—some more time consuming than others.
 The first thing you have to do no matter which method you use is to highlight the material you want to copy. You can begin at the start of the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial">One of the most frequently used shortcuts is “copy and paste”. There are several ways that you can accomplish this.—some more time consuming than others.</span></p>
<p class="MsoNormal"><span style="font-family: Arial"> The first thing you have to do no matter which method you use is to highlight the material you want to copy. You can begin at the start of the material to be copied, click and hold down and drag to the end of the material. If you have difficulty manipulating the mouse during this process, there is another alternative. Move your cursor to the beginning of the material. Hold down the Shift key. Use the arrow keys to move to the end of the material.</span></p>
<p class="MsoNormal"><span style="font-family: Arial"> Now that the material is highlighted:</span></p>
<p class="MsoNormal"><span style="font-family: Arial"> Method 1: Click on Edit, Click on Copy </span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial">Method 2: Click on Copy icon on the Toolbar (looks like 2 sheets of paper – to the left of the scissors)</span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial">Method 3: Hold down Ctrl while you Click C</span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial">All of the above methods result in the material being copied onto the Clipboard.</span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial">You are able to paste that material into your current document or in another document. You can close the current document and the information will remain on the clipboard.</span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial">Navigate to the spot in which you want to paste the material.</span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial">Method 1:<span> </span>Click on Edit, Click on Paste</span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial">Method 2:<span> </span>Click on the Paste icon on the Toolbar (to the immediate right of copy)</span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial">Method 3:<span> </span>Hold down Ctrl while you Click V</span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial">You really need to learn to use Method 3. As you are typing, the ability to complete an action without removing your fingers from the keyboard is a very time-saving option. You may have to practice it several times to be proficient. It is always quicker to use the keyboard and not move your hands to the mouse.</span></p>
<p><span style="font-family: Arial">This shortcut is presented so that you will always be seeking ways to improve your proficiency. Any time you save can be applied to other meaningful tasks.</span></p>
<p class="MsoNormal" style="margin-top: 12pt"><span style="font-family: Arial"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stepbystepinternethelp.com/copy-and-paste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
