I need a macro for a combination key

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
loadinator
Posts: 15
Joined: 12 Apr 2017, 11:41

I need a macro for a combination key

24 Feb 2018, 15:37

I want to press ctrl + w and get a double tap of w.

The same will apply for a,s,d. So -

Ctrl + w = ww
Ctrl + a = aa
Ctrl + s = ss
Ctrl = d - dd
User avatar
Nwb
Posts: 444
Joined: 29 Nov 2016, 08:56

Re: I need a macro for a combination key

25 Feb 2018, 02:01

Simple enough

Code: Select all

^w:: Send, ww
^a:: Send, aa
^s:: Send, ss
^d:: Send, dd

Esc:: ExitApp ; Press esc to close script
I'm just curious because there must be something I am missing. Because why wouldn't you just double tap w? Or maybe w has a different function then don't forget the $ in that hotkey.
I am your average ahk newbie. Just.. a tat more cute. ;)

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: inseption86, jaka1, metallizer, Rohwedder and 326 guests