CapsLock getting triggered in-game on mapped button press Topic is solved

Ask gaming related questions (AHK v1.1 and older)
davorj
Posts: 2
Joined: 17 Jun 2018, 13:06

CapsLock getting triggered in-game on mapped button press

17 Jun 2018, 13:15

I already have CapsLock bound in-game to "Use".

Subsequently, I have a script with the following remap:

Code: Select all

G::Send {F2}
But every time I hit "G", the CapsLock is triggered in-game if it is enabled. Obviously triggering CapsLock is not desired is such circumstances. Any suggestions?

My current work-around is to assign some other key (e.g. L) to the "Use" functionality in-game. Then I use the following script:

Code: Select all

CapsLock::Send {L}
G::Send {F2}
Rohwedder
Posts: 7625
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: CapsLock getting triggered in-game on mapped button press  Topic is solved

18 Jun 2018, 02:00

Hallo,
only a try:

Code: Select all

g::Send {Blind}{F2}

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 27 guests