Code: Select all
^n:: ; Ctrl+N
{
if WinExist("Untitled - Notepad")
WinActivate
else
{
Run "Notepad"
Sleep 1000
Send "ABC`nDEF"
Sleep 100
}
}
^c::
{
Click
Click
}
^m::
{
MouseClick
MouseClick
}
^r:: ; Restart script
{
Reload
}
^v:: ; Version usw anzeigen
{
Msgbox "A_AhkVersion " A_AhkVersion
}
I hope it is self-explanatory.
My problem: 2 Click do nothing, 2 MouseClick mark "DEF"
Is it an issue of my german windows version (10 / 1909) or keyboard?
Up to ...115.. my original script worked (and this test of couse)
Help appreciated
(Sorry about my "German-English")