<?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=14049&amp;type=atom" />
	<updated>2018-08-22T16:22:57Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=14049</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Турбо-кнопка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=128186#p128186" />
			<content type="html"><![CDATA[<p>Второй предложены скрипт у меня не работает, даже после его включения на f12</p>]]></content>
			<author>
				<name><![CDATA[k000t54321]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39473</uri>
			</author>
			<updated>2018-08-22T16:22:57Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=128186#p128186</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Турбо-кнопка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127960#p127960" />
			<content type="html"><![CDATA[<p><strong>powercat</strong>, <strong>svoboden</strong>, Спасибо вам огромное!</p>]]></content>
			<author>
				<name><![CDATA[justus3r]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39416</uri>
			</author>
			<updated>2018-08-15T10:52:30Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127960#p127960</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Турбо-кнопка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127946#p127946" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
F12:: ; вкл/выкл
  if (var = 0)
  {
    var = 1
    tooltip Turbosend is OFF.
  }
  else
  {
    var = 0
    tooltip Turbosend is ON.
  }
return 

~$vk4A::
  if (var = 0)
    KeyWait vk4A, T0.1
    if ErrorLevel
      While GetKeyState(&quot;vk4A&quot;, &quot;P&quot;)
      {
        send j
        sleep 2
      }
  return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2018-08-14T20:28:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127946#p127946</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Турбо-кнопка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127944#p127944" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
#NoEnv
#MaxHotkeysPerInterval, 9999999999
*~$j::func(&quot;J&quot;)
func(key) {
	while GetKeyState(key, &quot;P&quot;)
		Send, {%key%}
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[powercat]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=37884</uri>
			</author>
			<updated>2018-08-14T19:53:35Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127944#p127944</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Турбо-кнопка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=127938#p127938" />
			<content type="html"><![CDATA[<p>Как сделать турбо на кнопку J? То есть, чтобы я её удерживал, а скрипт нажимал по ней бесконечно, а если кнопка не нажата, то перестать жать?</p>]]></content>
			<author>
				<name><![CDATA[justus3r]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39416</uri>
			</author>
			<updated>2018-08-14T17:05:00Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=127938#p127938</id>
		</entry>
</feed>
