<?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=8602&amp;type=atom" />
	<updated>2013-08-21T09:16:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8602</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Курсор вниз при нажатой ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74811#p74811" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Speed := 50
Gui, Add, Slider, ToolTip Center Page1 vSpeed, %Speed%
Gui, Add, button, w120, START
Gui Show
Return

ButtonStart:
KeyBreak := 0
Gui SubMit
    Loop
    {
        KeyWait, LButton, D
        While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
        {
            if ( KeyBreak )
            {
                Break
            }
            MouseMove, 0, 5, %Speed%, R
        }
        if ( KeyBreak )
        {
            Break
        }
    }
    Return
    
^!S:: ;ctrl+alt+S Показать окно
    Gui, Show
    KeyBreak := 1
    Return

^!E::    ;ctrl+alt+E Выход
GuiClose:
    ExitApp
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Strongest]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30412</uri>
			</author>
			<updated>2013-08-21T09:16:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74811#p74811</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Курсор вниз при нажатой ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74808#p74808" />
			<content type="html"><![CDATA[<p>Такого условия в топике не было.</p><p>Как это сделать вам подсказали в 3 посте.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-08-21T07:59:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74808#p74808</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Курсор вниз при нажатой ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74805#p74805" />
			<content type="html"><![CDATA[<p>ЛКМ при скрипте не работает. То есть файлы не открывает , к примеру.</p>]]></content>
			<author>
				<name><![CDATA[nikolay281644]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29604</uri>
			</author>
			<updated>2013-08-21T06:14:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74805#p74805</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Курсор вниз при нажатой ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74760#p74760" />
			<content type="html"><![CDATA[<p><strong>~LButton::</strong> будет лучше смотреться</p>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2013-08-20T17:41:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74760#p74760</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Курсор вниз при нажатой ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74759#p74759" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>LButton:: 
    While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
        MouseMove, 0, 5, 1, R 
    return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2013-08-20T16:53:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74759#p74759</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Курсор вниз при нажатой ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=74758#p74758" />
			<content type="html"><![CDATA[<p>Помогите написать скрипт, при активации которого, по зажатию ЛКМ, курсор автоматически и плавно смещался вниз. <br />Желательно, чтобы скорость опускания можно было самому задать. Скрипт чтобы работал не только на рабочем столе , но и в приложениях/играх.<br />Спасибо за внимание.</p>]]></content>
			<author>
				<name><![CDATA[nikolay281644]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29604</uri>
			</author>
			<updated>2013-08-20T16:26:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=74758#p74758</id>
		</entry>
</feed>
