Author Topic: quick Autohotkey question  (Read 1094 times)

0 Members and 1 Guest are viewing this topic.

Offline zoolzoo

  • Thread Starter
  • Posts: 642
  • Location: NYS
quick Autohotkey question
« on: Mon, 11 November 2013, 17:29:34 »
I know autohotkey can initiate macros. But can a command be assigned to execute a normal keypress? For example if the "0" key on my keyboard isnt working, can I use autohotkey so that "alt+9" types the "0" character?

If it can do this, I didnt see how in the help file. Thanks!
Leopold FC660C, Topre 45g | CM QFR, MX Blue | Rosewill RK-9000v2, MX Red | Cherry Slimline G84-4100, ML | Ducky One2 Mini RGB, MX Red

Offline zoolzoo

  • Thread Starter
  • Posts: 642
  • Location: NYS
Re: quick Autohotkey question
« Reply #1 on: Mon, 11 November 2013, 17:37:23 »
I figured it out actually.

it would be like

"
f8::send 0

"

...for anyone that gives a ****. (crickets).. lol
Leopold FC660C, Topre 45g | CM QFR, MX Blue | Rosewill RK-9000v2, MX Red | Cherry Slimline G84-4100, ML | Ducky One2 Mini RGB, MX Red

Offline Neal

  • Posts: 301
  • Location: The Netherlands
  • Skype: iNewbcake
Re: quick Autohotkey question
« Reply #2 on: Mon, 11 November 2013, 17:39:48 »
Simply F8::0 should work too.

Offline zoolzoo

  • Thread Starter
  • Posts: 642
  • Location: NYS
Re: quick Autohotkey question
« Reply #3 on: Mon, 11 November 2013, 18:41:09 »
Simply F8::0 should work too.

i like your avatar a lot.
Leopold FC660C, Topre 45g | CM QFR, MX Blue | Rosewill RK-9000v2, MX Red | Cherry Slimline G84-4100, ML | Ducky One2 Mini RGB, MX Red

Offline Neal

  • Posts: 301
  • Location: The Netherlands
  • Skype: iNewbcake
Re: quick Autohotkey question
« Reply #4 on: Mon, 11 November 2013, 19:11:29 »