<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Зажатие двух клавиш]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=10396&amp;type=atom" />
	<updated>2015-02-12T16:39:04Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=10396</id>
		<entry>
			<title type="html"><![CDATA[Re: Зажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91485#p91485" />
			<content type="html"><![CDATA[<p>Да, либо можно так, чтобы после активации(нажатием ctrl+alt+p) я мог нажать shift и w, и они бы залипли. Мне в принципе без разницы, просто постоянно приходится отключать\включать макрос(сворачивать игру\разворачивать). Хотелось бы без таких проблем.</p>]]></content>
			<author>
				<name><![CDATA[lllch]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32868</uri>
			</author>
			<updated>2015-02-12T16:39:04Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91485#p91485</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Зажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91370#p91370" />
			<content type="html"><![CDATA[<p>Аналогично...&nbsp; просто state2 state3 и т.д.<br />Или я не так понял? Чтобы w и шифт зажимались по ctrl+alt+p?</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-02-10T02:39:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91370#p91370</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Зажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91359#p91359" />
			<content type="html"><![CDATA[<p>Alectric, благодарю! А как сделать, чтобы эта схема работала при нажатии ctrl+alt+p?</p>]]></content>
			<author>
				<name><![CDATA[lllch]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32868</uri>
			</author>
			<updated>2015-02-09T19:33:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91359#p91359</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Зажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91357#p91357" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>$Shift up:: Send, % (State := !State)? &quot;{Shift Down}&quot;:&quot;{Shift Up}&quot;
$vk57 up:: Send, % (State2 := !State2)? &quot;{vk57 Down}&quot;:&quot;{vk57 Up}&quot;
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-02-09T18:41:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91357#p91357</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Зажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91356#p91356" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>lllch</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=9590">этой</a> темой, отредактируйте свой пост.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-02-09T17:36:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91356#p91356</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Зажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=91355#p91355" />
			<content type="html"><![CDATA[<p>Как при нажатии W и shift сделать так, чтобы эти клавиши &quot;залипали&quot;? Пытался сделать, но залипает только шифт. <br /></p><div class="codebox"><pre><code>
Shift:: Send, % (State := !State)? &quot;{Shift Down}&quot;:&quot;{Shift Up}&quot;
vk57:: Send, % (State := !State)? &quot;{vk57 Down}&quot;:&quot;{vk57 Up}&quot;</code></pre></div><p>(пытался и просто W писать, и, вот, как тут: vk57.<br />А еще, как сделать это на другие две кнопки, допустим, сочетание ctrl+f1?</p>]]></content>
			<author>
				<name><![CDATA[lllch]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32868</uri>
			</author>
			<updated>2015-02-09T16:55:04Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=91355#p91355</id>
		</entry>
</feed>
