<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как заменить ZX на кнопки мышки]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15335</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15335&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как заменить ZX на кнопки мышки».]]></description>
		<lastBuildDate>Fri, 01 May 2020 17:51:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как заменить ZX на кнопки мышки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139272#p139272</link>
			<description><![CDATA[<p><strong>serzh82saratov</strong><br />В таком виде, скрипт не выполняет &quot;while GetKeyState&quot;, нет повторения F. Я же хочу понять как заставить его это делать, ведь с клавишами клавиатуры проблем нет.<br /></p><div class="codebox"><pre><code>#NoEnv
#SingleInstance, Force
XButton2::
SendInput {R}
Sleep 50
SendInput {F}
Sleep 50
while GetKeyState(&quot;XButton2&quot;)
{
SendInput {F}
Sleep, 10
}
return
XButton1::
SendInput {R}
Sleep 50
SendInput {F}
Sleep 50
SendInput {Q}
Sleep 50
While GetKeyState(&quot;Xbutton1&quot;)
{
SendInput {F}
Sleep, 10
}
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (mer1tor)]]></author>
			<pubDate>Fri, 01 May 2020 17:51:52 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139272#p139272</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как заменить ZX на кнопки мышки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139270#p139270</link>
			<description><![CDATA[<p>Не, <strong>mer1tor</strong> просит заменить в тексте x и z на Xbutton1 и Xbutton2.</p>]]></description>
			<author><![CDATA[null@example.com (stealzy)]]></author>
			<pubDate>Fri, 01 May 2020 16:39:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139270#p139270</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как заменить ZX на кнопки мышки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139268#p139268</link>
			<description><![CDATA[<p>У меня нет кнопок Xbutton, вы имеете ввиду что GetKeyState не определяет что они нажаты?</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Fri, 01 May 2020 15:07:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139268#p139268</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как заменить ZX на кнопки мышки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=139266#p139266</link>
			<description><![CDATA[<p>Здравствуйте, как сделать работу скрипта по нажатию Xbutton1, Xbutton2<br /></p><div class="codebox"><pre><code>#NoEnv
#SingleInstance, Force
z::
SendInput {R}
Sleep 50
SendInput {F}
Sleep 50
While (GetKeyState(&quot;z&quot;)) {
SendInput {F}
Sleep, 10
}
return
x::
SendInput {R}
Sleep 50
SendInput {F}
Sleep 50
SendInput {Q}
Sleep 50
While (GetKeyState(&quot;x&quot;)) {
SendInput {F}
Sleep, 10
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (mer1tor)]]></author>
			<pubDate>Fri, 01 May 2020 15:01:37 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=139266#p139266</guid>
		</item>
	</channel>
</rss>
