{blind} stops spacebar from working

Ask gaming related questions (AHK v1.1 and older)
danielr77
Posts: 1
Joined: 18 Mar 2024, 16:01

{blind} stops spacebar from working

18 Mar 2024, 16:08

hey im trying to get a key to press shift and f3 at the same time but i noticed that sometimes when i'm holding space to jump and then press the key it will stop my space from being held, this is my code right now anyone have any improvements?

Code: Select all

#IfWinActive Minecraft
*$XButton1::
    SEND,{blind} {F3 Down}{RShift Down}
    Return
*$XButton1 Up::
    SEND,{blind} {F3 Up}{RShift Up}
    Return
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code!]
User avatar
mikeyww
Posts: 26972
Joined: 09 Sep 2014, 18:38

Re: {blind} stops spacebar from working

18 Mar 2024, 21:27

Welcome to this AutoHotkey forum!

See documentation for blind mode. This mode does not apply to all keys. You might need to add a hotkey or other code to determine how to handle a Space key that you are holding.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: acura and 62 guests