<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Shift+]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15346&amp;type=atom" />
	<updated>2020-05-12T20:17:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15346</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Shift+]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139488#p139488" />
			<content type="html"><![CDATA[<p><strong>afsaedas123</strong></p><br /><br /><p>+е::&nbsp; &nbsp;<br />Loop, 7&nbsp; &nbsp; &nbsp;;Цикл повтора 7 раз.<br />&nbsp; &nbsp; &nbsp; &nbsp; {&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; Send, {e}&nbsp; &nbsp; ;Нажатие e<br />&nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; <br />Return</p>]]></content>
			<author>
				<name><![CDATA[leshkapanzer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40814</uri>
			</author>
			<updated>2020-05-12T20:17:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139488#p139488</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Shift+]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139358#p139358" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~e::    ;При нажатии e будет еще нажато 7 раз.
Loop, 7     ;Цикл повтора 7 раз. 
        {
        Send, {e}    ;Нажатие e
        }
Return</code></pre></div><br /><br /><p>Как сделать такой же скрипт, только вместо E должно быть Shift+E<br />Что-бы при нажатии сочетания Shift E спамилось 7 раз</p>]]></content>
			<author>
				<name><![CDATA[afsaedas123]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40802</uri>
			</author>
			<updated>2020-05-06T08:52:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139358#p139358</id>
		</entry>
</feed>
