<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16703&amp;type=atom" />
	<updated>2021-11-08T16:17:30Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16703</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Физическая задержка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150546#p150546" />
			<content type="html"><![CDATA[<p><strong>h010key</strong>, ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свои посты. Обратите внимание на заглавные <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">буквы</a> в начале и точки в конце предложений.<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=146358#p146358">Вижу</a>, что вы по какой-то причине постоянно игнорируете эти правила, так что вы кандидат на бан.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-11-08T16:17:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150546#p150546</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Физическая задержка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150540#p150540" />
			<content type="html"><![CDATA[<p>типа автокликер?</p><div class="codebox"><pre><code>begin:

#IfWinActive, ahk_class Notepad
~LAlt::
	
Loop, 
{
sleep 500
Send, {RButton}

	GetKeyState, state, LAlt
	if state = D
	{
	Goto, begin	
	}


}
Return

#IfWinActive A
!x::
ExitApp	</code></pre></div>]]></content>
			<author>
				<name><![CDATA[h010key]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27662</uri>
			</author>
			<updated>2021-11-08T14:31:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150540#p150540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Физическая задержка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150463#p150463" />
			<content type="html"><![CDATA[<p><strong>jefir_dbz</strong><br />Распишите полный порядок ваших действий и что должно произойти от АХК. Иначе не понятно ничего.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-11-04T20:27:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150463#p150463</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Физическая задержка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150459#p150459" />
			<content type="html"><![CDATA[<p>Может так?<br /></p><div class="codebox"><pre><code>~RButton::
Send, {Alt Up}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Foma]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31521</uri>
			</author>
			<updated>2021-11-04T18:45:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150459#p150459</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Физическая задержка]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150448#p150448" />
			<content type="html"><![CDATA[<p>Здравствуйте, мне нужна помощь. Я хочу нажимать на альт, который присвоен к правой кнопке мыши, чтобы когда я его держал, он автоматически выключался.<br />То есть я нажимаю на альт, а он сам автоматически выключается(даже если я держу кнопку), при этом альт выполняет роль правого клика мыши. Сам я пытался сделать через send, но мне не понравилось, так как я не привык, что я должен отпустить кнопку, чтобы заработал данный код <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[jefir_dbz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42097</uri>
			</author>
			<updated>2021-11-04T14:32:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150448#p150448</id>
		</entry>
</feed>
