Tag Archive for 'autohotkey'

Fully Automatic Screenshots

Yesterday, I mentioned my script that would automatically take a screenshot and make a thumbnail. Today, I modified the script to do even more for me. Now this script:

  • Takes a screenshot
  • Makes a copy of that screenshot and resizes it down to 500 pixels wide
  • Saves both of these screenshots to my Inbox folder
  • Uploads both of these files via FTP to my web server
  • Replaces the contents of the clipboard with the HTML to link to the large screenshot and display the thumbnail.

So, when I want to upload a screenshot to my blog, I hit Windows Key + Shift + Print Screen, wait a moment, and then hit Paste into my blog entry, and it’s done.

Find out how you can set this up in the extended entry.
Continue reading ‘Fully Automatic Screenshots’

Automated Screenshots and Quake-Style Console Popups with Autohotkey

This post is mostly a response to Silver2Falcon on the XCKD forums, but I’m putting it here in case anyone else is interested.

Here’s the other cool thing I’m running: the awesome and venerable AutoHotkey. I’ve got it doing a couple of neat tricks. First, when I hit Windows Key + PrtSc, it A) takes a screenshot, B) makes a copy of that screenshot and resizes it down to 500px wide, and C) dumps both of them into my Inbox folder on my desktop.

But the really neat trick is the console command line. If I hit Windows Key + Tilde, the command prompt comes up as if it were a Quake-style console. When I hit Esc, it hides until I hit Windows Key + Tilde again.

Would you mind posting/PMing me the scripts for those? You’ve just reminded me that program exists and I want to do both of those and more and I have never really done anything in AHK and I don’t have time to write anything up myself at the moment.

Sure. They both take a little setting up, but I find that they’re both useful enough to be worth the effort.
Continue reading ‘Automated Screenshots and Quake-Style Console Popups with Autohotkey’

My Desktop, and How I Use It to Get Things Done

My mom posted her desktop to her blog earlier today, and it inspired me to show you mine. You can click on any of the thumbnails below for a larger view.

My Desktop

The wallpaper is from Digital Blasphemy, where a guy named Ryan Bliss makes the best wallpapers in the world. This is his latest work.

I’ve hidden all of the icons on my desktop to make it a lot cleaner. I can autohide the two docks at the top and have just the pretty background if I want, but I find it easier if I have some functionality on the desktop.

The row of three icons to the left are on an ObjectDock. From left to right, they are Firefox, my Desktop, and my Recycle Bin. The icons are included in IconPackager for Vista.

The row of icons on the dock on the right are from the Yahoo! Widget Engine. If I click any of these icons, a widget will appear on the desktop with more information. From left to right, I have a battery monitor, a CPU monitor, a dictionary widget, a RAM monitor, a TV guide widget, a wi-fi Signal Monitor, a Southern US temperature map, and a weather widget. Most of these I can monitor from the dock, but the TV guide widget, the dictionary, and the US temperature map have to be clicked on to be useful.

TV Guide Widget
A TV Guide Widget
Weather and Dictionary Widgets
Weather Widgets and the Dictionary Widget

Now, I have four hidden folders on my desktop. These were inspired by the Kinkless Desktop series, and they are: Inbox, Processing, Outbox, and Archives. Almost everything that I do goes into one of these folders, except for programs, photos, movies, and music. So, it would be handy to be able to get to them instantly. To do so, I use AutoHotkey scripts. To get to my Inbox folder, I hit Windows Key - I; for the Processing folder, I hit Windows Key - P, and so on. This means I go from thinking “I need to look at that file I just downloaded” to looking at it in no time at all.

I’ve just started to scratch the surface of what I can make AutoHotkey do, like make a drop-down command prompt or Instantly take a screen shot and resize it. It’s a powerful tool.

The final indispensable program that I use to get things done on my computer is Launchy. When I hit Ctrl-Space, Launchy appears and I start typing. Within a couple of keystrokes, the icon of program that I need will appear, and I hit enter to run it. I also have it set up to index my four desktop folders, so I can type the name of any document and open it just by knowing any of the words in the file name.

Launchy
See how it doesn’t even need to be the first letter of the file name?

My desktop is set up to be as clean as possible while still keeping the files and folders that I need most at my fingertips. My goal is to make my computer as efficient a tool as possible, so that it will stay out of the way when I need to get something done.

Let me know if you have any questions, and leave a comment if you post your own desktop to your blog. My mom’s blog has some instructions on how to make a screen shot if you need any help.