<?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=6527&amp;type=atom" />
	<updated>2021-07-15T22:44:33Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6527</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148968#p148968" />
			<content type="html"><![CDATA[<p><strong>Sab1tu</strong>, добро пожаловать на форум!<br />Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">правилами</a>, отредактируйте свой пост. Обратите внимание на точки в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-07-15T22:44:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148968#p148968</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148967#p148967" />
			<content type="html"><![CDATA[<p>Сейчас попытаюсь написать</p>]]></content>
			<author>
				<name><![CDATA[Sab1tu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41869</uri>
			</author>
			<updated>2021-07-15T22:23:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148967#p148967</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=138909#p138909" />
			<content type="html"><![CDATA[<p>здравствуйте.Помогите написать скрип пожалуйста <br />1.зажать клавишу E на 5 секунд<br />2. через 5 секунд опять нажать клавишу E на 5 секунд<br />3. и все это зациклить <br />Буду благодарен</p>]]></content>
			<author>
				<name><![CDATA[nikitashe1977]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40726</uri>
			</author>
			<updated>2020-04-06T12:14:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=138909#p138909</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54491#p54491" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F11::SetTimer, Cycle, % (IsStart:=!IsStart) ? -1:&quot;Off&quot;

Cycle:
   Send, {vk4A Down} ; j
   SetKeyDelay, 150, 150
1:
   Send, {vk49} ; i
   Sleep, -1
   Goto, % IsStart ? &quot;1&quot;:&quot;2&quot;
2:
   SetKeyDelay, -1, -1
   Send, {vk4A Up}
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-12-12T06:22:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54491#p54491</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54485#p54485" />
			<content type="html"><![CDATA[<p>Какую нужно поставить команду в конце что бы скрипт перестал нажимать клавишу &quot;J&quot; но не выключился, а вернулся снова к ожиданию F11?<br />сам додумался<br /></p><div class="codebox"><pre><code>[b]F11::
Send, {j Down}
1:
Send, {i Down}
sleep 150
Send, {i Up}
sleep, 150
Goto 1
F12::
Send, {j Up}
Run, C:\Test7.ahk
ExitApp[/b]</code></pre></div><p>но может кто то предложит вариант по красивее</p>]]></content>
			<author>
				<name><![CDATA[Nikva]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27416</uri>
			</author>
			<updated>2011-12-11T23:44:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54485#p54485</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54444#p54444" />
			<content type="html"><![CDATA[<p>Почему то не полностью. Просто частое нажатие. Как сделать чтобы оно было непрерывно?</p>]]></content>
			<author>
				<name><![CDATA[Dizzy221]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26614</uri>
			</author>
			<updated>2011-12-10T17:10:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54444#p54444</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54315#p54315" />
			<content type="html"><![CDATA[<p>Спасибо</p>]]></content>
			<author>
				<name><![CDATA[ZIKzaz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27407</uri>
			</author>
			<updated>2011-12-06T17:57:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54315#p54315</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54313#p54313" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F11::
Send, {j Down}
1:
Send, {i Down}
sleep 150
Send, {i Up}
sleep, 150
Goto 1
F12::
Send, {j Up}
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ilya20069]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26683</uri>
			</author>
			<updated>2011-12-06T17:31:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54313#p54313</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Зажатие клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54312#p54312" />
			<content type="html"><![CDATA[<p>Помогите написать скрипт, который при активации делал бы так:</p><p><strong>1.</strong> Все время зажата клавиша &quot;J&quot;.<br /><strong>2.</strong> Зажать клавишу &quot;I&quot;, которая жмется течение 150 мс. <br /><strong>3.</strong> Отпустить клавишу &quot;I&quot; и не жать ее в течение 150 мс. Потом опять пункт 2.</p><p>P.S. Я первый раз пишу скрипт в AutoHotKey, поэтому почти ничего в ней не знаю. У меня только первый и третий пункт удался, как зажать не знаю. У меня просто нажимается клавиша...</p>]]></content>
			<author>
				<name><![CDATA[ZIKzaz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27407</uri>
			</author>
			<updated>2011-12-06T16:23:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54312#p54312</id>
		</entry>
</feed>
