<?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=9431&amp;type=atom" />
	<updated>2014-04-10T07:31:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9431</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81619#p81619" />
			<content type="html"><![CDATA[<p>del</p>]]></content>
			<author>
				<name><![CDATA[amigos8572]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32068</uri>
			</author>
			<updated>2014-04-10T07:31:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81619#p81619</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81320#p81320" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Numpad7::
SendInput % (key := !key) ? &quot;{vk57 Down}&quot; : &quot;{vk57 Up}&quot;
Return

#if key
vk53::
SendInput {vk57 Up}
key--
Return
#if
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2014-03-30T12:28:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81320#p81320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81317#p81317" />
			<content type="html"><![CDATA[<p>Всем привет. Написал простенький скрипт. Суть такова: При нажатии <strong>NumPad7</strong> зажимается клавиша <strong>W</strong>, при повторном нажатии <strong>NumPad7</strong> клавиша <strong>W</strong> отпускается.</p><div class="codebox"><pre><code>Numpad7::
SendInput % (key := !key) ? &quot;{vk57 Down}&quot; : &quot;{vk57 Up}&quot;
Return</code></pre></div><p>Требуется &quot;усовершенствовать&quot; скрипт, а именно сделать так, чтобы клавиша <strong>W</strong> отпускалась при нажатии на клавишу <strong>S</strong>, при этом клавиша <strong>S</strong> не должна заново запускать скрипт, т.е. <span class="bbu">включил на <strong>NumPad7</strong>, а выключил клавишей <strong>S</strong>.</span></p>]]></content>
			<author>
				<name><![CDATA[DutyFree]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32014</uri>
			</author>
			<updated>2014-03-30T11:43:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81317#p81317</id>
		</entry>
</feed>
