<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Отключение сочетание клавиш в AHK?]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=12852</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12852&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Отключение сочетание клавиш в AHK?».]]></description>
		<lastBuildDate>Sat, 29 Jul 2017 12:43:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Отключение сочетание клавиш в AHK?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=117645#p117645</link>
			<description><![CDATA[<p>Я !enter так отключал: !Enter:: return. Правда в таком случае блокируется вообще аль+ентер полностью, но за то работает.</p>]]></description>
			<author><![CDATA[null@example.com (belyankin12)]]></author>
			<pubDate>Sat, 29 Jul 2017 12:43:03 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=117645#p117645</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Отключение сочетание клавиш в AHK?]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=117640#p117640</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Kakuo)]]></author>
			<pubDate>Sat, 29 Jul 2017 09:45:02 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=117640#p117640</guid>
		</item>
	</channel>
</rss>
