<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Определение включенного таймера]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13541&amp;type=atom" />
	<updated>2018-03-14T19:29:38Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13541</id>
		<entry>
			<title type="html"><![CDATA[Re: Определение включенного таймера]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=124062#p124062" />
			<content type="html"><![CDATA[<p>Узнать нельзя, но можно сделать переменную для этого.<br /><a href="https://autohotkey.com/board/topic/93687-function-timer/">https://autohotkey.com/board/topic/9368 … ion-timer/</a></p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2018-03-14T19:29:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=124062#p124062</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Определение включенного таймера]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=124061#p124061" />
			<content type="html"><![CDATA[<p>Спасибо, получилось.</p>]]></content>
			<author>
				<name><![CDATA[ralorttal]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33349</uri>
			</author>
			<updated>2018-03-14T19:25:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=124061#p124061</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Определение включенного таймера]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=124060#p124060" />
			<content type="html"><![CDATA[<p><strong>ralorttal</strong>, скорее всего проверять значение переменной W_UpWait, если она True - включен, если False - выключен.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2018-03-14T19:03:43Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=124060#p124060</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Определение включенного таймера]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=124059#p124059" />
			<content type="html"><![CDATA[<p>Имеется скрипт, который включает\выключает прожатие клавиши с заданной переодичностью.</p><div class="codebox"><pre><code>
vk57:: SetTimer, SendInput_W, % (W_UpWait := !W_UpWait) ? 300 : &quot;Off&quot;    ; W

SendInput_W:
	SendInput {Blind}3
	Return
</code></pre></div><p>Вопрос в следующем: можно ли как-то узнать включен ли таймер или нет, хочу сделать другой хоткей действия которого будут зависеть от того работает ли сейчас таймер. Никак не могу подобрать условие для этого.</p>]]></content>
			<author>
				<name><![CDATA[ralorttal]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33349</uri>
			</author>
			<updated>2018-03-14T19:00:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=124059#p124059</id>
		</entry>
</feed>
