<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Последовательность KeyWait]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=8598</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8598&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Последовательность KeyWait».]]></description>
		<lastBuildDate>Tue, 20 Aug 2013 16:09:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Последовательность KeyWait]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=74756#p74756</link>
			<description><![CDATA[<div class="codebox"><pre><code>    
!2::
    Send 98
    KeyWait LButton, D
    Send 0 
    InputLocaleID := DllCall(&quot;GetKeyboardLayout&quot;, &quot;Int&quot;
        , DllCall(&quot;GetWindowThreadProcessId&quot;, &quot;Int&quot;, WinExist(&quot;A&quot;), &quot;Int&quot;, &quot;0&quot;)) 
    SendMessage, 0x50,, % InputLocaleID = 0x4090409 ? 0x4190419 : 0x4090409,, A
    return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Tue, 20 Aug 2013 16:09:44 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=74756#p74756</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Последовательность KeyWait]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=74730#p74730</link>
			<description><![CDATA[<p>незнаю мб конечно нужно было создавать отдельную тему, но подскажите как внутри моего скрипта поменять раскладку клавиатуры(по alt+shift)?<br /></p><div class="codebox"><pre><code>#IfWinActive,  1
!2::
    Send 98
        KeyWait LButton, D
        Send 0
        Send !{Shift}
        return
    return
return</code></pre></div><p>не работает</p>]]></description>
			<author><![CDATA[null@example.com (am-wrag)]]></author>
			<pubDate>Tue, 20 Aug 2013 08:34:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=74730#p74730</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Последовательность KeyWait]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=74728#p74728</link>
			<description><![CDATA[<p>Что Alt+2 будут нажаты.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Tue, 20 Aug 2013 08:24:33 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=74728#p74728</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Последовательность KeyWait]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=74727#p74727</link>
			<description><![CDATA[<p>что означает тильда в данном контексте?</p>]]></description>
			<author><![CDATA[null@example.com (am-wrag)]]></author>
			<pubDate>Tue, 20 Aug 2013 08:09:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=74727#p74727</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Последовательность KeyWait]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=74726#p74726</link>
			<description><![CDATA[<div class="codebox"><pre><code>~!2::</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Tue, 20 Aug 2013 07:59:30 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=74726#p74726</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Последовательность KeyWait]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=74724#p74724</link>
			<description><![CDATA[<p>Вот скрипт который с грехом по полам работает</p><div class="codebox"><pre><code>#IfWinActive,  1
!2::
    Send 98
        KeyWait LButton, D
        Send 0
        return
    return
return</code></pre></div><p>По Alt+2 нажимает последовательно 9, 8 затем ждёт нажатия лкм, после чего посылает кнопку 0.<br />Данный скрипт заменяет нажатие комбинации&nbsp; Alt+2, я бы хотел чтоб код срабатывал не заменяя её.</p><p>Предположительно так:<br /></p><div class="codebox"><pre><code>#IfWinActive,  1
KeyWait LAlt, D
KeyWait 2, D
    Send 98
        KeyWait LButton, D
        Send 0
        return
    return
return</code></pre></div><p>Данный пример не работает.</p>]]></description>
			<author><![CDATA[null@example.com (am-wrag)]]></author>
			<pubDate>Tue, 20 Aug 2013 07:51:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=74724#p74724</guid>
		</item>
	</channel>
</rss>
