Ignore alt press

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
liquidmetalrob
Posts: 2
Joined: 22 Oct 2016, 09:01

Ignore alt press

22 Oct 2016, 11:36

I want to press Alt W,A,S,D to simulate the arrow keys.
But when I do "!a::Left" it gives me alt left instead of just left.
Is there any way to stop alt also being sent?
Shadowpheonix
Posts: 1259
Joined: 16 Apr 2015, 09:41

Re: Ignore alt press

24 Oct 2016, 12:26

Try this...

Code: Select all

!a::Send {Left Down}
!a Up::Send {Left Up}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: bobstoner289, Chunjee, macromint, peter_ahk and 329 guests