<?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=16737&amp;type=atom" />
	<updated>2021-11-20T19:42:25Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16737</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление клавиши при уже одной зажатой]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150683#p150683" />
			<content type="html"><![CDATA[<p>Там понимать то совсем немного. Главное знать что нужно получить. В поиске полно тем.<br />Если лень разбираться самому, то для этого есть <a href="http://forum.script-coding.com/viewforum.php?id=28">коммерческий раздел</a>.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-11-20T19:42:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150683#p150683</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление клавиши при уже одной зажатой]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150682#p150682" />
			<content type="html"><![CDATA[<p>Проблема в том, что я в ahk ничего не понимаю.</p>]]></content>
			<author>
				<name><![CDATA[XawkerDunce]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42148</uri>
			</author>
			<updated>2021-11-20T19:37:49Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150682#p150682</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Добавление клавиши при уже одной зажатой]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150681#p150681" />
			<content type="html"><![CDATA[<p>Прочитать про команду отправки клавиш <a href="https://www.script-coding.com/AutoHotkey/Send.html">Send</a> и добавить её. В чём проблема?</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-11-20T19:16:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150681#p150681</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Добавление клавиши при уже одной зажатой]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=150680#p150680" />
			<content type="html"><![CDATA[<p>Здравия, скрипт подразумевается для гоночных игр.<br />Целью является зажатие клавиши &quot;w&quot;, далее клавиша отпускается и нажимается &quot;s&quot;.<br />После всего действие повторяется.</p><p>Из всех поисков (т.к. в данном языке не разбираюсь) нашлось только это:</p><div class="codebox"><pre><code>
vk14::
    If isKeyPressed := !isKeyPressed
        SetTimer, SendA, 40
    Else
    {
        SetTimer, SendA, Off
        Send {vk57 Up}
    }
    KeyWait vk14 
    return

SendA:
    Send {vk57 Down},
    return
</code></pre></div><p>Может кто разъяснить как добавить в код еще одно действие?</p>]]></content>
			<author>
				<name><![CDATA[XawkerDunce]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42148</uri>
			</author>
			<updated>2021-11-20T18:33:17Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=150680#p150680</id>
		</entry>
</feed>
