<?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=18026&amp;type=atom" />
	<updated>2023-12-12T21:08:14Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=18026</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постоянное удержание двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159729#p159729" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
F5::
Loop
{
  Send, {W down}
  Send, {A down}
  Sleep, 100
  Send, {W up}  
  Send, {A up}
  Sleep, 100
}
Return

F5 Up::ExitApp
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[D03A]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40299</uri>
			</author>
			<updated>2023-12-12T21:08:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159729#p159729</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постоянное удержание двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159682#p159682" />
			<content type="html"><![CDATA[<p>Верно.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-12-08T08:23:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159682#p159682</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постоянное удержание двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159681#p159681" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Сейчас всё верно?</p>]]></content>
			<author>
				<name><![CDATA[gamer.pro.1010609s]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43447</uri>
			</author>
			<updated>2023-12-08T08:20:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159681#p159681</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постоянное удержание двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159679#p159679" />
			<content type="html"><![CDATA[<p><strong>gamer.pro.1010609s</strong>, добро пожаловать на форум! Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на <a href="https://forum.script-coding.com/viewtopic.php?id=5421">составление заголовков</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>2023-12-08T07:57:45Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159679#p159679</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Постоянное удержание двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=159677#p159677" />
			<content type="html"><![CDATA[<p>AHK: Нужен скрипт&nbsp; при нажатии например F5,&nbsp; постоянно удерживались клавиши W+A.</p>]]></content>
			<author>
				<name><![CDATA[gamer.pro.1010609s]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43447</uri>
			</author>
			<updated>2023-12-08T07:03:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=159677#p159677</id>
		</entry>
</feed>
