<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17161&amp;type=atom" />
	<updated>2022-06-07T05:37:11Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17161</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие и отпускание клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153458#p153458" />
			<content type="html"><![CDATA[<p>Спасибо, всё работает.</p>]]></content>
			<author>
				<name><![CDATA[Darknes]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42572</uri>
			</author>
			<updated>2022-06-07T05:37:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153458#p153458</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие и отпускание клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153457#p153457" />
			<content type="html"><![CDATA[<p>Ну по идеи F2 должно запускать и останавливать весь процесс.<br />Отредактировал, так наверное правильнее будет все же.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2022-06-07T05:30:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153457#p153457</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие и отпускание клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153456#p153456" />
			<content type="html"><![CDATA[<p>А завершать на какую кнопку?</p>]]></content>
			<author>
				<name><![CDATA[Darknes]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42572</uri>
			</author>
			<updated>2022-06-07T05:26:54Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153456#p153456</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие и отпускание клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153455#p153455" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>global status := false

F2::
setTimer, pressKey, % ((status := !status) ? -1 : &quot;off&quot;)
return

pressKey()
{
	send, {1 down}
	sleep, 1200
	send, {1 up}

	if (status)
	{
		setTimer, pressKey, -12000
	}
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2022-06-07T05:21:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153455#p153455</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Зажатие и отпускание клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153454#p153454" />
			<content type="html"><![CDATA[<p>Привет всем. Помогите пожалуйста. Нужен ahk для зажатие клавиши (1) на 1200мс, потом отпустить клавишу (1) и ждать 13000мс, после чего скрипт ждёт 13000 мс&nbsp; и продолжается всё тоже самое.Спасибо большое заранее.</p>]]></content>
			<author>
				<name><![CDATA[Darknes]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42572</uri>
			</author>
			<updated>2022-06-07T04:26:05Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153454#p153454</id>
		</entry>
</feed>
