Need help binding 2 hotkeys to 1. Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Dimitri123

Need help binding 2 hotkeys to 1.  Topic is solved

24 Apr 2018, 13:20

I'm trying to create a script for a game. rather then pressing shift+e or shift+z or shift+mouse5. i'd rather just press E instead of Shift+E.

Code: Select all

*+z::
    SendInput {Shift DownTemp}
    sleep 350
    SendInput {Shift up}
Return

*+e::
    SendInput {Shift DownTemp}
    sleep 150
    SendInput {Shift up}
Return

*+Numpad0::
    SendInput {Shift DownTemp}
    sleep 150
    SendInput {Shift up}
Return

*+e::
    SendInput {Shift DownTemp}
    sleep 150
    SendInput {Shift up}
Return
Mod edit: Added code tags.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 46 guests