<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Не нажимается Ctrl]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16559&amp;type=atom" />
	<updated>2021-08-30T10:23:48Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16559</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не нажимается Ctrl]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149407#p149407" />
			<content type="html"><![CDATA[<p><strong>rimax001</strong> </p><div class="codebox"><pre><code> 
F2::

Loop
{
send, {Ctrl}
sleep, 200
SendInput, {F6}/fmenu{Enter}
sleep, 200
send, {5}
sleep, 200
send, {Enter}
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Q1x]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41614</uri>
			</author>
			<updated>2021-08-30T10:23:48Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149407#p149407</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не нажимается Ctrl]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149405#p149405" />
			<content type="html"><![CDATA[<p>Привет.Если проблема в игре samp,то это должно помочь.<br /></p><div class="codebox"><pre><code>SetKeyDelay,,20 ;20-длительность зажатия клавиши(в мс)
send, {Ctrl}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alikhan]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41868</uri>
			</author>
			<updated>2021-08-30T09:04:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149405#p149405</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не нажимается Ctrl]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149372#p149372" />
			<content type="html"><![CDATA[<p>Не там скобка. После горячей клавиши скобки не нужны. Всё, что нужно повторять в цикле после Loop, нужно брать в скобки, иначе будет повторяться только первая после Loop строчка.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-08-27T19:48:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149372#p149372</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не нажимается Ctrl]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149371#p149371" />
			<content type="html"><![CDATA[<p>Все равно не работает <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /> <strong>teadrinker</strong></p>]]></content>
			<author>
				<name><![CDATA[rimax001]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41961</uri>
			</author>
			<updated>2021-08-27T19:17:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149371#p149371</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не нажимается Ctrl]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149370#p149370" />
			<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>2021-08-27T16:15:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149370#p149370</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Не нажимается Ctrl]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=149365#p149365" />
			<content type="html"><![CDATA[<p>Написал код:</p><div class="codebox"><pre><code> 
F2::
{
Loop
send, {Ctrl}
sleep, 200
SendInput, {F6}/fmenu{Enter}
sleep, 200
send, {5}
sleep, 200
send, {Enter}
}
Return
</code></pre></div><p>Я где-то допустил ошибку?</p>]]></content>
			<author>
				<name><![CDATA[rimax001]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41961</uri>
			</author>
			<updated>2021-08-27T12:48:29Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=149365#p149365</id>
		</entry>
</feed>
