Tag Archives | shortcuts

Google Plus Formatting Shortcuts

Google Plus Formatting HelpGoogle Plus offers you a few helpful shortcuts when it comes to formatting the posts.  You can change the formatting to bold, italics or strikethrough with just a few simple keystrokes.  Go ahead and try these out on your next Google Plus post!  Just make sure you don’t go overboard!

Continue Reading →

Read full story · Comments { 1 }

Extra Thick Windows Menu Bar Trick

Mitch's Menu Bar in Windows Vista

Want a more productive menu bar in Windows?

For the past few months now, I’ve gone with the extra thick menu bar at the bottom of my computer.  Since my screen size is so big now (1920×1200), I figured I could spare the extra space.  Here is how I created mine, just in case you might want to try the same.

Continue Reading →

Read full story · Comments { 0 }

AutoHotkey – Create Your First Quick Response?

autohotkey-help I really love AutoHotkey but some people are still confused as to how you can get it to work for you.  After my article about it in the recent issue of Ping! Zine I have had a few questions so I thought I would touch on the basics here for all to see.  Here are the basics you need once you get it installed. 

Right click on the desktop, select “New” and then “AutoHotkey Script”.

On the desktop icon created for the script, I want you to right-click on it and select “Edit Script”.  This should open up a Notepad window with your empty script inside.  Go to the Notepad window, hit enter twice so you are on a new line.  Next I want you to type in the following:

:o c:testscript::

Now this is telling your script that the word “testscript” is your keyword to type to get your longer response to launch.  Next add some text to the end of that – such as…

:o c:testscript::Thank you for your suggestion.  I really appreciate it.

Now that you got that text typed into there I want you to go to “File” and then “Save” to save your script.  Now lets go back to the desktop where you created your quick response, and double click the icon created on your desktop to launch it.  You should see the green box with the “H” in it in your taskbar now. 

Now go into any text field, e-mail, search box, anything and type in testscript then hit enter after typing it in.  Presto – you just saved yourself a few more seconds in your day.  You can now quickly type out phrases you use multiple times in the day and save your keyboard (and fingers) from all that extra work.

Read full story · Comments { 0 }