<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5973&amp;type=atom" />
	<updated>2011-07-03T09:23:30Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5973</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49628#p49628" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ilya20069 пишет:</cite><blockquote><p>Так?<br /></p><div class="codebox"><pre><code>LButton::
Send, {Ctrl}
   While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
  {
SendInput, {Click}
      Sleep, 10
   }
Send, {Ctrl}
return</code></pre></div></blockquote></div><p>Да! Огромное спасибо, очень помог.</p>]]></content>
			<author>
				<name><![CDATA[noob]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27062</uri>
			</author>
			<updated>2011-07-03T09:23:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49628#p49628</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49627#p49627" />
			<content type="html"><![CDATA[<p>Так?<br /></p><div class="codebox"><pre><code>LButton::
Send, {Ctrl}
   While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
  {
SendInput, {Click}
      Sleep, 10
   }
Send, {Ctrl}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ilya20069]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26683</uri>
			</author>
			<updated>2011-07-03T08:19:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49627#p49627</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49626#p49626" />
			<content type="html"><![CDATA[<p>Я наверное не правильно обьясняю......., щас происходит так: нажимаешь ЛКМ, нажимается Ctrl, при следующем нажатии ЛКМ Ctrl нажимается еще раз, а надо что бы при отпускании ЛКМ нажимался еще раз Ctrl.</p>]]></content>
			<author>
				<name><![CDATA[noob]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27062</uri>
			</author>
			<updated>2011-07-03T07:25:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49626#p49626</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49623#p49623" />
			<content type="html"><![CDATA[<p><span style="color: Green"><strong>noob</strong>, предупреждение по <a href="http://forum.script-coding.com/rules.html#2.3.">§2.3</a>.</span></p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-07-02T20:12:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49623#p49623</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49622#p49622" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>noob пишет:</cite><blockquote><p>Нажал ЛКМ нажимается и Контр, Отпустил ЛКМ Контр отжался, Так щас это работает!</p></blockquote></div><div class="quotebox"><cite>noob пишет:</cite><blockquote><p>Нужно: Нажал ЛКМ задержка <span style="color: Green">удалено злобным модератором</span>, и Контр нажат! Отпустил ЛКМ, скрипт не работает!</p></blockquote></div><p>А в чем разница, что изменить то нужно?</p>]]></content>
			<author>
				<name><![CDATA[ilya20069]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26683</uri>
			</author>
			<updated>2011-07-02T19:06:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49622#p49622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49620#p49620" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ilya20069 пишет:</cite><blockquote><p>Не понял, <br />нажал на мышку - зажался Ctrl и пошел повтор клика<br />Отжал мышку - Get key state обнаружил что кнопка не нажата и прекратил повторы, отжался Ctrl.</p></blockquote></div><p>Все Ок! Нажал ЛКМ нажимается и Контр, Отпустил ЛКМ Контр отжался, Так щас это работает! Нужно: Нажал ЛКМ задержка <span style="color: Green">удалено злобным модератором</span>, и Контр нажат! Отпустил ЛКМ, скрипт не работает! <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[noob]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27062</uri>
			</author>
			<updated>2011-07-02T18:57:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49620#p49620</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49619#p49619" />
			<content type="html"><![CDATA[<p>Не понял, <br />нажал на мышку - зажался Ctrl и пошел повтор клика<br />Отжал мышку - Get key state обнаружил что кнопка не нажата и прекратил повторы, отжался Ctrl.</p>]]></content>
			<author>
				<name><![CDATA[ilya20069]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26683</uri>
			</author>
			<updated>2011-07-02T18:49:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49619#p49619</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49618#p49618" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ilya20069 пишет:</cite><blockquote><p>ээ.. у меня отжимается.</p></blockquote></div><p>Смотри что происходит: При нажитии ЛКМ все Ок, Но при следующем нажатии происходит смена, т.е. При повторном нажатии ЛКМ идет повторное нажатие!!!!! А нам нужно чтобы при отжатии ЛКМ и прошло отжатие, а щас плучается что идет переключение!</p>]]></content>
			<author>
				<name><![CDATA[noob]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27062</uri>
			</author>
			<updated>2011-07-02T18:42:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49618#p49618</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49617#p49617" />
			<content type="html"><![CDATA[<p>Хм.. у меня отжимается.</p>]]></content>
			<author>
				<name><![CDATA[ilya20069]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26683</uri>
			</author>
			<updated>2011-07-02T18:27:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49617#p49617</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49616#p49616" />
			<content type="html"><![CDATA[<p>Вариант супер!!!!!!! СПС!!!!! Теперь бы что бы при отжатии ЛКМ отжимался бы &quot;CTRL&quot;</p><p>Пс: ilya20069 СПС!!!!!!!! Почти то что надо!!!!! Ты супер!!!!</p>]]></content>
			<author>
				<name><![CDATA[noob]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27062</uri>
			</author>
			<updated>2011-07-02T18:24:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49616#p49616</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49615#p49615" />
			<content type="html"><![CDATA[<p>Вот такой вариант может подойти.<br /></p><div class="codebox"><pre><code>LButton::
Send, {Ctrl down}
   While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
  {
SendInput, {Click}
      Sleep, 10
   }
Send, {Ctrl up}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ilya20069]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26683</uri>
			</author>
			<updated>2011-07-02T18:09:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49615#p49615</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: При нажатии LButton нажимаются кнопки клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49614#p49614" />
			<content type="html"><![CDATA[<p>Привет ребят! Две недели сидел читал форум, но то что мне нужно не нашел. Подскажите пожалуйста, вот есть скрипт простой кликалки ЛКМ: <br /></p><div class="codebox"><pre><code>LButton::
   While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
  {
SendInput, {Click}
      Sleep, 10
   }
return</code></pre></div><p>Хочу сделать что бы при нажатии ЛКМ кликалка так же работала, и еще бы нажимался &quot;CTRL&quot;, ну и естественно при отпускании ЛКМ, &quot;CTRL&quot; бы отпускался! Подскажите пожалуйста как это осуществить!</p>]]></content>
			<author>
				<name><![CDATA[noob]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27062</uri>
			</author>
			<updated>2011-07-02T17:58:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49614#p49614</id>
		</entry>
</feed>
