<?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=11400&amp;type=atom" />
	<updated>2016-03-13T17:53:29Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11400</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переназначение клавиш в зависимости от условия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=101820#p101820" />
			<content type="html"><![CDATA[<p>То, что нужно! Благодарю)</p>]]></content>
			<author>
				<name><![CDATA[Yoshk]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30227</uri>
			</author>
			<updated>2016-03-13T17:53:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=101820#p101820</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переназначение клавиш в зависимости от условия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=101818#p101818" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>NumpadSub::Pause

#if function()
w::s
#if

function()
{
  PixelGetColor, color, 239, 989
  if color != 0x181818
    return 1
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2016-03-13T17:19:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=101818#p101818</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Переназначение клавиш в зависимости от условия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=101815#p101815" />
			<content type="html"><![CDATA[<p>Здравствуйте. Необходимо чтобы при изменении цвета пикселя, клавиша W переназначалась в S и обратно в W, если пиксель принял исходный цвет. В написанном мною коде, клавиша переназначается независимо от условия. Прошу вашей помощи.<br /></p><div class="codebox"><pre><code>NumpadSub::Pause 
NumpadAdd:: 

skan:

PixelGetColor, color, 239, 989
if color &lt;&gt; 0x181818
{
w::s
}
goto skan </code></pre></div>]]></content>
			<author>
				<name><![CDATA[Yoshk]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30227</uri>
			</author>
			<updated>2016-03-13T13:50:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=101815#p101815</id>
		</entry>
</feed>
