.. Hi there,
I know, there are 3-4 Posts here about that, but they didnt help me alot..
im a complete noob in such things, my first script, and then its a bigone :/
All i need is to send the key "H" to a window called "Darfkall Online" even when the window isnt active (minimized or not, dont matter)
what i tryed out so far is:
Code:
Numpad1::
SetTitleMatchMode, 2
PostMessage, 0x111, Darkfall Online, H
Where i get the code was:
http://www.autohotkey.com/docs/misc/SendMessage.htm
But i dont get it, 0x111 should stand for a wm_command.. but i dont know what that is..
so im lost at the very first word of the code :/
hopefully someone can help me out here!
thx a lot!