<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Возврат к нормальной работе кнопки]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=5907</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5907&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Возврат к нормальной работе кнопки».]]></description>
		<lastBuildDate>Thu, 16 Jun 2011 15:45:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Возврат к нормальной работе кнопки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=49155#p49155</link>
			<description><![CDATA[<p>спасибо то что нужно)</p>]]></description>
			<author><![CDATA[null@example.com (jeka)]]></author>
			<pubDate>Thu, 16 Jun 2011 15:45:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=49155#p49155</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Возврат к нормальной работе кнопки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=49143#p49143</link>
			<description><![CDATA[<p>Нужно воспользоваться командой <a href="http://script-coding.com/AutoHotkey/Hotkey.html"><em>HotKey</em></a>:<br /></p><div class="codebox"><pre><code>SetMouseDelay, 0   ; задаём минимальную задержку после каждого события мыши

F8:: HotKey, LButton, Clicker, % (i := !i) ? &quot;On&quot; : &quot;Off&quot;   ; i := !i — переключатель

Clicker:
   While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
   {
      SendInput {Click Down}
      Sleep 30      ; округляется
      SendInput {Click Up}
      Sleep 30
   }
   Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 15 Jun 2011 17:02:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=49143#p49143</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Возврат к нормальной работе кнопки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=49141#p49141</link>
			<description><![CDATA[<p>Здравствуйте, помогите пожалуйста сделать переключатель работы кнопки</p><p>Есть скрипт заставляющий мышку думать что вместо зажатой кнопки производятся быстрые клики, но поскольку нужно это далеко не всегда хотелось бы иметь возможность по нажатию к примеру F8 возвращать мышке ее стандартное поведение (зажато - значит зажато, клики значит клики) </p><div class="codebox"><pre><code>Lbutton::
Loop
{
GetKeyState, state, Lbutton, P
if state=U
break
Sendinput {Click down}
Sleep 35
Sendinput {Click up}
Sleep 35
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (jeka)]]></author>
			<pubDate>Wed, 15 Jun 2011 16:11:53 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=49141#p49141</guid>
		</item>
	</channel>
</rss>
