View Single Post
  #6 (permalink)  
Old 08-16-2007, 01:20 PM
sahteaccount@gmail.com
Newsgroup Contributor
 
Posts: n/a
Re: keyboard shortcut using a single key (without ctrl+alt or winkey)

Wonderful tool! Thank you


On Aug 16, 8:13 am, "Randy Scarborough" <v...@ibm.net> wrote:
> With AutoHotKeyhttp://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
>
> <sahteacco...******.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, 01:20 PM