<?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=13078&amp;type=atom" />
	<updated>2017-10-12T09:36:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13078</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Клик + холд + колесико]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119984#p119984" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~LButton &amp; WheelDown::AltTab
~LButton &amp; WheelUp::ShiftAltTab</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-10-12T09:36:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119984#p119984</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Клик + холд + колесико]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119982#p119982" />
			<content type="html"><![CDATA[<p>работает но кнопки мыши фризит (если сделать вместо RButton - LButton и вместо R - L)</p>]]></content>
			<author>
				<name><![CDATA[v.on]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38808</uri>
			</author>
			<updated>2017-10-12T08:43:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119982#p119982</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Клик + холд + колесико]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119981#p119981" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>RButton &amp; WheelDown::AltTab
RButton &amp; WheelUp::ShiftAltTab
RButton::Click R</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serge]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34543</uri>
			</author>
			<updated>2017-10-12T08:09:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119981#p119981</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Клик + холд + колесико]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119966#p119966" />
			<content type="html"><![CDATA[<p>Выскакивает панель с окнами, но колесико не перемещает указатель и потом оно фризится после выхода из панели (win 10 у меня).</p>]]></content>
			<author>
				<name><![CDATA[v.on]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38808</uri>
			</author>
			<updated>2017-10-11T14:40:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119966#p119966</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Клик + холд + колесико]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119965#p119965" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>WheelUp::
WheelDown::
if GetKeyState(&quot;RButton&quot;,&quot;P&quot;)
{
  if !RB
    send,{alt down}{tab}
  if (a_thishotkey=&quot;WheelUp&quot;)
    send,{left}
  else
    send,{right}
  RB=1
}
return

RButton Up::
if RB
{
  send,{alt up}
  RB=
}
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2017-10-11T14:08:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119965#p119965</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Клик + холд + колесико]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119964#p119964" />
			<content type="html"><![CDATA[<p>Мне нужно переключать окна в Windows по нажатию левой кнопки мыши и прокрутке колесика <strong>Lbutton down + WheelDown + WheelDown + Lbutton up</strong>. То есть это будет аналог <strong>alt down + tab + tab + alt up</strong>. Колесико по идее может прокручивать окна бесконечно с зажатой левой кнопкой. Как это реализовать, с наскока не могу разобраться?</p>]]></content>
			<author>
				<name><![CDATA[v.on]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38808</uri>
			</author>
			<updated>2017-10-11T13:02:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119964#p119964</id>
		</entry>
</feed>
