<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=9631&amp;type=atom" />
	<updated>2014-05-21T12:05:12Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=9631</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83187#p83187" />
			<content type="html"><![CDATA[<p>Сам понял. Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-21T12:05:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83187#p83187</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83186#p83186" />
			<content type="html"><![CDATA[<p>А как ещё один ClassNN в этот скрипт добавить?</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-21T12:02:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83186#p83186</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83185#p83185" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
XButton1::Space
XButton2::Ctrl

#If IsShell_TrayWnd()

XButton1::Media_Next
XButton2::Media_Play_Pause

WheelDown::SoundSet, -5
WheelUp::SoundSet, +5

#If ClassNN = &quot;AfxWnd90su2&quot;

WheelDown::Left
WheelUp::Right

#If

IsShell_TrayWnd()   {
    Global ClassNN
    MouseGetPos, , , WinID, ClassNN 
    WinGetClass, WinClass, ahk_id %WinID%
    Return WinClass = &quot;Shell_TrayWnd&quot; ? 1 : 0
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-05-21T11:31:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83185#p83185</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83184#p83184" />
			<content type="html"><![CDATA[<p>Ещё вопрос по теме. Как сделать так чтобы, когда курсор находился на </p><div class="codebox"><pre><code>ClassNN: AfxWnd90su2</code></pre></div><p> колесо мышки превращался в </p><div class="codebox"><pre><code>WheelDown::Left WheelUp::Right</code></pre></div><p>?</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-21T11:23:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83184#p83184</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83153#p83153" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><div class="codebox"><pre><code>#IfWinNotActive ФМ
RButton &amp; LButton::SendInput ^{vk56}   
  
RButton::RButton
#If </code></pre></div><p>Другой вопрос совсем не по теме, найди на форуме подобную вопросу тему, там спроси.</p></blockquote></div><p>Другое дело, спасибо. Пойду поищу где спросить.</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-20T14:55:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83153#p83153</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83151#p83151" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#IfWinNotActive ФМ
RButton &amp; LButton::SendInput ^{vk56}   
  
RButton::RButton
#If </code></pre></div><p>Другой вопрос совсем не по теме, найди на форуме подобную вопросу тему, там спроси.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-05-20T14:17:48Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83151#p83151</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83150#p83150" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>Если в ФМ не нужно </p><div class="codebox"><pre><code>RButton &amp; LButton::SendInput ^{vk56}  </code></pre></div><p> то можно внести его в исключения.</p></blockquote></div><p>Как?</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-20T14:12:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83150#p83150</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83149#p83149" />
			<content type="html"><![CDATA[<p>Ещё вопрос. Как убить активное окно(процесс) по горячей клавише? Гугал опять молчком. Больше не буду надоедать:D</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-20T14:08:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83149#p83149</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83147#p83147" />
			<content type="html"><![CDATA[<p>Если в ФМ не нужно </p><div class="codebox"><pre><code>RButton &amp; LButton::SendInput ^{vk56}  </code></pre></div><p> то можно внести его в исключения.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-05-20T13:54:49Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83147#p83147</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83143#p83143" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>Но удержание RButton конечно работать не будет.<br /></p><div class="codebox"><pre><code>
RButton &amp; LButton::SendInput ^{vk56}   
  
RButton::RButton
</code></pre></div></blockquote></div><p>Перетаскиванием ПКМ я частенько пользуюсь в ФМ, так что пойдёт как есть или может пошаманю что-нибудь</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-20T12:23:27Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83143#p83143</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83141#p83141" />
			<content type="html"><![CDATA[<p>Но удержание RButton конечно работать не будет.<br /></p><div class="codebox"><pre><code>
RButton &amp; LButton::SendInput ^{vk56}   
  
RButton::RButton
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-05-20T11:21:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83141#p83141</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83138#p83138" />
			<content type="html"><![CDATA[<p>Не хотелось бы создавать новую тему сразу, но возник проблемка. При выполнении </p><div class="codebox"><pre><code> ~RButton &amp; LButton::Send ^{vk56} </code></pre></div><p> выскакивает контекстное меню, можно это как нибудь исправить?</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-20T10:21:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83138#p83138</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83137#p83137" />
			<content type="html"><![CDATA[<p>Прекрасно. То, что надо. Спасибо большое!</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-20T09:15:31Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83137#p83137</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83136#p83136" />
			<content type="html"><![CDATA[<p><a href="http://ahkscript.org/download/">http://ahkscript.org/download/</a></p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-05-20T08:39:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83136#p83136</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменении функционала мыша в зависимости от положении курсора.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=83135#p83135" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><p>А разве там есть строка:</p><div class="quotebox"><blockquote><p>#If IsShellJYayWndO</p></blockquote></div></blockquote></div><p>Пардон, это &quot;abbyy screenshot reader&quot; постаралось.<br />Вот-</p>]]></content>
			<author>
				<name><![CDATA[dredj]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=32289</uri>
			</author>
			<updated>2014-05-20T08:34:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=83135#p83135</id>
		</entry>
</feed>
