DML360 Posted October 27, 2022 Share Posted October 27, 2022 using the autohotkey script I would like to press f1 to send shift+f3 then I tried: f1::shift+f3 and when I open the game the error message on the line could you tell me what the correct command would be? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted October 27, 2022 Share Posted October 27, 2022 F1::Send +{F3} 1 Quote Link to comment Share on other sites More sharing options...
DML360 Posted October 28, 2022 Author Share Posted October 28, 2022 thank you viking, you are my hero just one more question, when using the key once, the system keeps SHIFT always pressed, would it be like 1 second after the command automatically sends the shift key again to deactivate shift? unfortunately the emulator I use does not allow me to change the function on it Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted October 28, 2022 Share Posted October 28, 2022 It shouldn't keep the shift key pressed. If it did, F3 would be staying pressed too. You could try instead... F1::Send {Shift Down}{F3 Down}{Shift Up}{F3 Up} This way you know Shift is being released. 1 Quote Link to comment Share on other sites More sharing options...
DML360 Posted October 28, 2022 Author Share Posted October 28, 2022 it worked viking,thanks a lot s2, and sorry for my broken english, 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.