<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Зажатие кнопки Q на 2 секунды]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17042&amp;type=atom" />
	<updated>2022-03-31T16:19:51Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17042</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие кнопки Q на 2 секунды]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=152677#p152677" />
			<content type="html"><![CDATA[<p><strong>andrey.a.polyakov.b2c</strong><br />С &#039;Continue&#039; ладно, а вот с &#039;Return&#039; - проблема. А ещё и &#039;8:: ; &#039; есть.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-03-31T16:19:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=152677#p152677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие кнопки Q на 2 секунды]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=152676#p152676" />
			<content type="html"><![CDATA[<p><strong>sickrasta</strong>, зачем тут &quot;<strong>Continue</strong>&quot;?</p>]]></content>
			<author>
				<name><![CDATA[andrey.a.polyakov.b2c]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42228</uri>
			</author>
			<updated>2022-03-31T16:13:16Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=152676#p152676</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие кнопки Q на 2 секунды]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=152658#p152658" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong></p><p>Все сработало! Большое спасибо!</p>]]></content>
			<author>
				<name><![CDATA[sickrasta]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42432</uri>
			</author>
			<updated>2022-03-25T13:32:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=152658#p152658</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие кнопки Q на 2 секунды]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=152657#p152657" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>sickrasta пишет:</cite><blockquote><p>Необходимо что бы Q удерживалась 2 секунды</p></blockquote></div><div class="codebox"><pre><code>Send {q Down}
Sleep 2000
Send {q Up}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-03-25T13:18:10Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=152657#p152657</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие кнопки Q на 2 секунды]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=152656#p152656" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong></p><p>Вроде бы теперь все согласно правилам.</p>]]></content>
			<author>
				<name><![CDATA[sickrasta]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42432</uri>
			</author>
			<updated>2022-03-25T13:11:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=152656#p152656</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие кнопки Q на 2 секунды]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=152655#p152655" />
			<content type="html"><![CDATA[<p><strong>sickrasta</strong>, добро пожаловать на форум! Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на оформление <a href="https://forum.script-coding.com/misc.php?action=rules#code-formatting">кода</a> и <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки</a> в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-03-25T13:03:37Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=152655#p152655</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Зажатие кнопки Q на 2 секунды]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=152654#p152654" />
			<content type="html"><![CDATA[<p>Добрый день!<br />Подскажите пожалуйста, есть скрипт </p><div class="codebox"><pre><code>7::pause, toggle ;

6:: ;
loop
{
    Send {q} ; 
    Sleep 900 ; 
    Send {w} ; 
    Sleep 900 ; 
    Send {s} ; 
    Sleep 2800 ; 
    Continue
return
}
8:: ; 
</code></pre></div><p>Необходимо что бы Q удерживалась 2 секунды, подскажите пожалуйста как это сделать.<br />Заранее благодарен.</p>]]></content>
			<author>
				<name><![CDATA[sickrasta]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42432</uri>
			</author>
			<updated>2022-03-25T12:58:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=152654#p152654</id>
		</entry>
</feed>
