how to post message with keystrokes?

Ask gaming related questions (AHK v1.1 and older)
ravena1
Posts: 62
Joined: 06 Sep 2017, 15:13

how to post message with keystrokes?

23 Dec 2022, 11:52

for unknown reason the game is blocking control send
but post message works

left clicking works

Code: Select all

        
        PostMessage, 0x201,1,,,ahk_pid %PID%   ;this is left click down
	Sleep, 100
	PostMessage, 0x202,0,,,ahk_pid %PID% ;this is click up 
	
	


any idea how to postMessage code for keystroke like f1-f12 or qwerty keys?

thank you

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 22 guests