<?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=12853&amp;type=atom" />
	<updated>2017-07-29T15:59:07Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12853</id>
		<entry>
			<title type="html"><![CDATA[Re: Отключение сочетание клавиш в AHK?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117649#p117649" />
			<content type="html"><![CDATA[<p>KeyWait.<br /><strong>yuppu</strong>, уже давно пора бы овладеть телепатией, с вашим то стажем ;-).</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-07-29T15:59:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117649#p117649</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Отключение сочетание клавиш в AHK?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117648#p117648" />
			<content type="html"><![CDATA[<p>Оба скрипта состоят только из горячих клавиш.&nbsp; Я подумал, что отключение горячих клавиш приравнивается к отключению скрипта. Какая между скриптами принципиальная разница, и что имеется в виду под &quot;чтоб не реагировало&quot;?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-07-29T15:55:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117648#p117648</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Отключение сочетание клавиш в AHK?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117646#p117646" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong>нет это не тот же вопрос прочитайте выше написанное а не сам код</p>]]></content>
			<author>
				<name><![CDATA[Kakuo]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38615</uri>
			</author>
			<updated>2017-07-29T13:09:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117646#p117646</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Отключение сочетание клавиш в AHK?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117642#p117642" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Kakuo</strong>, Вы создали три одинаковых темы. Тот же вопрос в теме <a href="http://forum.script-coding.com/viewtopic.php?id=12795">AHK: Включение и выключение скрипта</a></span>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-07-29T11:01:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117642#p117642</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Отключение сочетание клавиш в AHK?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117641#p117641" />
			<content type="html"><![CDATA[<p>Как можно отключить сочетание клавиш в AHK. Чтоб не реагировало когда когда я нажимаю Шифт+ ПКМ или Шифт +ЛКМ и так же с Ctrl<br />вот сам код<br /></p><div class="codebox"><pre><code>vk6D::Suspend
vk1::
   Loop
   {
      Send, {vk1}
      Sleep, 21.4
      If !GetKeyState(&quot;vk1&quot;, &quot;P&quot;)
         Break
   }
   Return
vk2::
   Loop
   {
      Send, {vk2}
      Sleep, 21.4
      If !GetKeyState(&quot;vk2&quot;, &quot;P&quot;)
         Break
   }
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Kakuo]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38615</uri>
			</author>
			<updated>2017-07-29T10:12:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117641#p117641</id>
		</entry>
</feed>
