<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Распознавание процесса и циклическое посылание клавиш]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12722&amp;type=atom" />
	<updated>2017-06-03T07:53:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12722</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Распознавание процесса и циклическое посылание клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=116327#p116327" />
			<content type="html"><![CDATA[<p>Поскольку ControlSend посылает только в целевое окно, проверку на активность можно вообще выкинуть.<br />SetTimer.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-06-03T07:53:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=116327#p116327</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Распознавание процесса и циклическое посылание клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=116326#p116326" />
			<content type="html"><![CDATA[<p>Можно проверить активность окна командой <em>IfWinActive</em>. Задание условий упрощает директива <em>#IfWinActive</em>. Посылать сочетание клавиш позволяет команда <em>Send</em>, а также <em>ControlSend</em>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-06-03T07:39:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=116326#p116326</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Распознавание процесса и циклическое посылание клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=116325#p116325" />
			<content type="html"><![CDATA[<p>Например, у программы QElectroTech нет функции автосохранения, и она иногда вылетает. Но работу в ней можно сохранять по сочетанию клавиш Ctrl+S.<br />Можно ли как научить AutoHotkey распознать активное окно конкретного процесса и посылать в него это сочетание клавиш с заданной периодичностью. При неактивном окне посылание должно прекращаться и возобновляться при активизировании окна.</p>]]></content>
			<author>
				<name><![CDATA[unio]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37806</uri>
			</author>
			<updated>2017-06-03T06:18:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=116325#p116325</id>
		</entry>
</feed>
