View Single Post
  #4 (permalink)  
Old 08-16-2007, 05:20 AM
Randy Scarborough
Newsgroup Contributor
 
Posts: n/a
Re: keyboard shortcut using a single key (without ctrl+alt or winkey)

With AutoHotKey http://www.autohotkey.com/ you can make keys do just about
anything. Here is a script that makes the CapsLock key run freecell:

CapsLock::Run C:\WINDOWS\SYSTEM32\FREECELL.EXE

AutoHotKey is freeware.

Randy Scarborough

<sahteaccount******.com> wrote in message
news:1187239887.907516.40400@k79g2000hse.googlegro ups.com...
>I know that one can assign keyboard shortcuts in windows. But they are
> all assigned as ctrl+alt+<key> or winkey+<key>.
>
> Is there a way to assign just a single key to do a specific task? For
> example, I don't use caps lock at all, so I would like to assign it to
> do something else.
>
> Thanks
>
>



Reply With Quote

 
Old 08-16-2007, 05:20 AM