My main problem is my autohotkey seems to be using my Shift key when I ask it to use just the hotkey I assigned.
To be quick, I am playing a game that requires to hold Shift sometimes and with the script I put, it seems that pressing my é key is triggering my Shift key for 0.5 sec top.
Here is my script:
SendMode Input
{
~é::
~+é::
Send {3 down}{4 down}{5 down}{6 down}{3 up}{4 up}{5 up}{6 up}
return
}
By the way, even when I remove the line ~+é::,
it reacts as if I was pressing Shift in the game.
I really don't understand since I am kind of new and it has been some times I am trying everything so I am asking for a bit of help here.
Thanks in advance for reading me,
lukas