<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Отключение сочетание клавиш в AHK?]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12852&amp;type=atom" />
	<updated>2017-07-29T12:43:03Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12852</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключение сочетание клавиш в AHK?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=117645#p117645" />
			<content type="html"><![CDATA[<p>Я !enter так отключал: !Enter:: return. Правда в таком случае блокируется вообще аль+ентер полностью, но за то работает.</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2017-07-29T12:43:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=117645#p117645</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отключение сочетание клавиш в AHK?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=117640#p117640" />
			<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>http://forum.script-coding.com/profile.php?id=38615</uri>
			</author>
			<updated>2017-07-29T09:45:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=117640#p117640</id>
		</entry>
</feed>
