Page 1 of 1

{blind} stops spacebar from working

Posted: 18 Mar 2024, 16:08
by danielr77
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!]

Re: {blind} stops spacebar from working

Posted: 18 Mar 2024, 21:27
by mikeyww
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.