I want to create a "Kingsoft Writer" script. Below is the script.
IfWinActive, ahk_class QWidget
{
sleep 2000
Click 486, 15
Click 570, 93
Send (various keystrokes)
Return
}
The purpose of the script is to:
I want to use a program called "Kingsoft Writer".
Kingsoft Writer is a freeware program that has all the functionality of Microsoft Word. But Kingsoft Writer loads quickly and is not bloated with slow loading bells and whistles that are rarely used. Also the interface is much more user friendly.
I want to program "Kingsoft Writer" to open all text files by default.
I want to send mouse clicks and keystrokes to this newly opened "Kingsoft Writer" window so that I can make the interface a really nice looking and simple interface. It will have a background color of my choosing. It will show only 1 toolbar instead of 5 or 6 like with Microsoft Word. In other words, the interface will be a major improvement over the Microsoft Word interface.
The most important feature improvement will be how fast Kingsoft Writer loads compared to Microsoft Word. The difference is huge.
But yet it will still have all the functionality of Microsoft Word. And it is a free download!
So I need to create a script that probably does not have a hotkey defined.
I need to create a script that runs whenever the "Kingsoft Writer" window appears.
I googled all the relevant words for 2 hours. But I'm still lacking any idea as to how to create this script.
Please give me a few ideas to help me figure this out.