<?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=18344&amp;type=atom" />
	<updated>2024-12-27T21:40:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=18344</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как автоматизировать мышь в браузерных приложения.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161841#p161841" />
			<content type="html"><![CDATA[<p>В Microsoft Edge.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-12-27T21:40:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161841#p161841</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как автоматизировать мышь в браузерных приложения.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161840#p161840" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>У меня ваш код кликает, если нажать 3, а потом 1, всё в порядке.</p></blockquote></div><p> В браузере? Если, да,то в каком?</p>]]></content>
			<author>
				<name><![CDATA[Indomito]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27285</uri>
			</author>
			<updated>2024-12-27T20:46:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161840#p161840</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как автоматизировать мышь в браузерных приложения.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161839#p161839" />
			<content type="html"><![CDATA[<p>У меня ваш код кликает, если нажать 3, а потом 1, всё в порядке.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-12-27T20:03:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161839#p161839</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как автоматизировать мышь в браузерных приложения.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161838#p161838" />
			<content type="html"><![CDATA[<p>Всех при приветствую и поздравляю с наступающим Новым годом.</p><p>И так сабж.<br /><strong>Проблема автоповтора только в браузерных приложениях.</strong><br />Ранее у меня была Mouse Cougar и проблем не было, т.к. можно было написать макрос&nbsp; на автонажатие - купить не вариант, так как их нет в продаже.<br />Возможно ли на АНК, хотя бы, написать автоповтор для ЛКМ - я попытался, но ничего не вышло.<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;Мой код</div><div class="fancy_spoiler"><div class="codebox"><pre><code>#Requires AutoHotkey v1		;Явное указание версии  AutoHotkey
#SingleInstance  Ignore ;Запрет повторного запуска
a := 200000
return

3::
a := 1
return

2::
exitapp

4::
 Click 25
return

1::
   Loop %a%
   {
	send {Click down}
	 Random, rand, 25, 55
	Sleep %rand%
	send {Click up}
    ;msgbox %rand%
   }
return</code></pre></div></div></div>]]></content>
			<author>
				<name><![CDATA[Indomito]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27285</uri>
			</author>
			<updated>2024-12-27T19:11:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161838#p161838</id>
		</entry>
</feed>
