How to make a game ignore ALT only for two keybinds?

Ask gaming related questions (AHK v1.1 and older)
qwerqwer
Posts: 5
Joined: 16 Jan 2017, 12:22

How to make a game ignore ALT only for two keybinds?

27 Apr 2020, 13:15

I want to send a different key when alt is being hold down.

It shouldn't affect any other combinations for the ALT key. I just want ALT+PgUp and ALT+PgDn to send something else.

But it doesn't work I think the game still sees that alt is being hold and F3/F4 is not being sent.

Code: Select all

SendMode Input

PgDn::
    Send {F1}
Return

PgUp::
    Send {F2}
Return

!PgDn::
    Send {F3}
Return

!PgUp::
    Send {F4}
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 65 guests