<?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=6066&amp;type=atom" />
	<updated>2011-07-28T15:22:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6066</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прокрутка скрипта при зажатой клавише]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50243#p50243" />
			<content type="html"><![CDATA[<p>Большое спасибо!</p>]]></content>
			<author>
				<name><![CDATA[Fonko]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26731</uri>
			</author>
			<updated>2011-07-28T15:22:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50243#p50243</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Прокрутка скрипта при зажатой клавише]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50241#p50241" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>*vkC0:: ; tilde/ё
   While GetKeyState(&quot;vkC0&quot;, &quot;P&quot;)
      {
         Send, {F1}
         Sleep, 50
         Click
         Sleep, 50
      }
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-07-28T14:53:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50241#p50241</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Прокрутка скрипта при зажатой клавише]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50238#p50238" />
			<content type="html"><![CDATA[<p>Доброго времени суток. Я без малого пол года назад разбирался в работе AHK и написал пару скриптиков, потом я долгое время не пользовался ими и куда-то потерял осталась видимо часть кода:<br /></p><div class="codebox"><pre><code>   While GetKeyState(&quot;ё&quot;, &quot;P&quot;)
   {
     SendInput, {F1}
     MouseClick, left
     Sleep, 50
   }
   Return</code></pre></div><p>При запуске скрипта в таком виде ошибок не выдает но и скрипт &quot;не запускается&quot; (не появляется значок AHK в трее)</p><p>сохраняю в нужной кодировке и с языком по умолчанию тоже все хорошо. <br />Суть скрипта в том что при зажатии &quot;Ё&quot; с высокой частотой попеременно нажимались F1 и ЛКМ.</p><p>Собственно прошу помочь поправить код.</p><p>ps. Исправьте если сам принцип реализации подобной цели не рационален, буду благодарен.</p><p>PS. В принципе решил проблему посмотрев в соседней теме &quot;Цикл&quot; код, но у меня вроде как-то по проще было а след. лучше..(</p>]]></content>
			<author>
				<name><![CDATA[Fonko]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26731</uri>
			</author>
			<updated>2011-07-28T11:55:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50238#p50238</id>
		</entry>
</feed>
