<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Зажатие клавиши при зажатой клавише]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9368</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9368&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Зажатие клавиши при зажатой клавише».]]></description>
		<lastBuildDate>Sat, 15 Mar 2014 13:24:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80839#p80839</link>
			<description><![CDATA[<p>Дааааа получается...... только чуток подглючивает....Ща обьясню что именно<br />При повторном нажатии Шифта - пропадает зажатие Ф6 - все остальное в идеале</p>]]></description>
			<author><![CDATA[null@example.com (Andramaha)]]></author>
			<pubDate>Sat, 15 Mar 2014 13:24:45 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80839#p80839</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80838#p80838</link>
			<description><![CDATA[<div class="codebox"><pre><code>
*LShift::
 Sleep, 220 
 Sendinput {F7 down} 
 Sleep, 220 
 SendInput {F6 Down}{f7 up}
 KeyWait LShift
 SendInput {LShift Up}{F6 Up}
 Sleep, 220 
 Sendinput {vkc0 down}
sleep 100
sendinput {vkc0 up}
msgbox а ведь можно просто удалить эту строку
 return
</code></pre></div><p>Может просто программа, где вы хотите регистрировать нажатие, не успевает.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 15 Mar 2014 13:15:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80838#p80838</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80837#p80837</link>
			<description><![CDATA[<p>Все так же, + вылетает окно с подтверждением продолжить<br />Очень странно, что скрипт видит Ф6, но не видит Ф7 и ~</p>]]></description>
			<author><![CDATA[null@example.com (Andramaha)]]></author>
			<pubDate>Sat, 15 Mar 2014 12:45:33 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80837#p80837</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80836#p80836</link>
			<description><![CDATA[<div class="codebox"><pre><code>
*LShift::
 Sleep, 220 
 Sendinput {F7} 
 Sleep, 220 
 SendInput {F6 Down}
 KeyWait LShift
 SendInput {LShift Up}{F6 Up}
 Sleep, 220 
 Sendinput {vkc0}
msgbox
 return
</code></pre></div><p>Так.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 15 Mar 2014 12:39:59 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80836#p80836</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80834#p80834</link>
			<description><![CDATA[<p>Клавиша Ф6 отлично<br />Молчат Ф7 и (~) клавиши</p><p>Я вот думаю может у меня какой ниб старый АНК по версии, т.к. вижу, что ваши мысли совпадают???</p>]]></description>
			<author><![CDATA[null@example.com (Andramaha)]]></author>
			<pubDate>Sat, 15 Mar 2014 12:36:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80834#p80834</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80833#p80833</link>
			<description><![CDATA[<div class="codebox"><pre><code>
*LShift::
 Sleep, 220 
 Send {F7} 
 Sleep, 220 
 SendInput {F6 Down}
 KeyWait LShift
 SendInput {LShift Up}{F6 Up}
 Sleep, 220 
 Send {vkc0}
 return
</code></pre></div><p>Так.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 15 Mar 2014 12:34:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80833#p80833</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80832#p80832</link>
			<description><![CDATA[<p>те же недостатки что и в прошлом, + клавиша Ф6 зажимается и при отклике Шифта остается зажатой 8(</p>]]></description>
			<author><![CDATA[null@example.com (Andramaha)]]></author>
			<pubDate>Sat, 15 Mar 2014 12:32:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80832#p80832</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80831#p80831</link>
			<description><![CDATA[<div class="codebox"><pre><code>
*LShift::
 Sleep, 220 
 Send {F7} 
 Sleep, 220 
 SendInput {F6 Down}
 return

*LShift Up::
 SendInput {LShift Up}{F6 Up}
 Sleep, 220 
 Send {vkc0}
 return
</code></pre></div><p>А так.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 15 Mar 2014 12:27:33 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80831#p80831</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80830#p80830</link>
			<description><![CDATA[<div class="quotebox"><cite>Ядрён пишет:</cite><blockquote><p>Здравствуйте, как то так должно быть.<br /></p><div class="codebox"><pre><code>*vkA0::       //Shift
if GetKeyState(&quot;vkA0&quot;, &quot;P&quot;)  //Shift
Send, {vk74} // F7
Sleep, 220
Send, {vk75 Down} //F6
Sleep, 220
KeyWait, vkA0
Send, {vk75 Up}  
Sleep, 220   
Send, {vkC0}    // ~   
Return
  </code></pre></div></blockquote></div><p>Огромное спасибо за внимание.... Тест пройден - нет Ф7, Ф6-работает, ~ при отпускании шифта не срабатывает...Пожалуйста <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (Andramaha)]]></author>
			<pubDate>Sat, 15 Mar 2014 12:20:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80830#p80830</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80826#p80826</link>
			<description><![CDATA[<p>Здравствуйте, как то так должно быть.<br /></p><div class="codebox"><pre><code>*vkA0::
if GetKeyState(&quot;vkA0&quot;, &quot;P&quot;)
Send, {vk74}
Sleep, 220
Send, {vk75 Down}
Sleep, 220
KeyWait, vkA0
Send, {vk75 Up}  
Sleep, 220   
Send, {vkC0}      
Return
  </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Ядрён)]]></author>
			<pubDate>Sat, 15 Mar 2014 12:06:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80826#p80826</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80825#p80825</link>
			<description><![CDATA[<p>Найдена ошибка 8))) Но по прежнему не работает... Слезно прошууу 8(</p><p>*LShift::<br />{ if GetKeyState(&quot;LShift&quot;, &quot;P&quot;)<br />&nbsp; &nbsp; &nbsp;Sleep, 220 <br />&nbsp; &nbsp; &nbsp;Send {F7} <br />&nbsp; &nbsp; &nbsp;Sleep, 220 <br />&nbsp; &nbsp; &nbsp;SendInput {F6 Down}<br />}<br />&nbsp; &nbsp; &nbsp;return</p><p>*LShift Up::<br />{<br />&nbsp; &nbsp; &nbsp;SendInput {LShift Up}<br />&nbsp; &nbsp; &nbsp;SendInput {F6 Up}<br />&nbsp; &nbsp; &nbsp;Sleep, 220 <br />&nbsp; &nbsp; &nbsp;Send {~} <br />}<br />&nbsp; &nbsp; &nbsp;return</p>]]></description>
			<author><![CDATA[null@example.com (Andramaha)]]></author>
			<pubDate>Sat, 15 Mar 2014 11:58:57 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80825#p80825</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80823#p80823</link>
			<description><![CDATA[<p>Будьте так добры, посмотрите такой вариант... Очень нужна Ваша помощь. </p><div class="codebox"><pre><code>*LShift::
if GetKeyState(&quot;LShift&quot;, &quot;P&quot;)
Sleep, 220
     Send {F7}
     SendInput {F6 Down}
     Sleep, 220
     Send {LShift, Down}
     return

*LShift Up::
     SendInput {LShift Up}
     SendInput {F6 Up}
Sleep, 220
     Send {ё} // ~
Sleep, 220
     return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Andramaha)]]></author>
			<pubDate>Sat, 15 Mar 2014 11:05:44 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80823#p80823</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Зажатие клавиши при зажатой клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80801#p80801</link>
			<description><![CDATA[<p>Прошу помощи в скрипте.</p><p>При удерживании клавиши LShift:: <br />1 раз нажимается клавиша f5<br />Небольшая задержка и Зажимается клавиша f6<br />Как только клавиша LShift была отпущена - отжималась клавиша f6 и наживалась 1 раз клавиша ~</p>]]></description>
			<author><![CDATA[null@example.com (Andramaha)]]></author>
			<pubDate>Fri, 14 Mar 2014 20:53:20 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80801#p80801</guid>
		</item>
	</channel>
</rss>
