<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17417&amp;type=atom" />
	<updated>2022-10-13T07:36:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17417</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155269#p155269" />
			<content type="html"><![CDATA[<p><strong>Clannad5</strong><br />Ага, Спасибо!.</p>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2022-10-13T07:36:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155269#p155269</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155267#p155267" />
			<content type="html"><![CDATA[<p><strong>tregalka</strong><br />Старайтесь искать через google в английской формулировке, тогда найдёте легко, т.к в англоязычных форумах больше вопросов и решений.</p><br /><p>Вот так еще можно, куда короче:</p><div class="codebox"><pre><code>^LButton::
    If (A_ThisHotkey = A_PriorHotkey and A_TimeSincePriorHotkey &lt; 200)
Msgbox, Hello
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2022-10-13T00:40:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155267#p155267</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155260#p155260" />
			<content type="html"><![CDATA[<p><strong>Clannad5</strong><br />Вчера весь день потратил на поиски, правда искал в Яндексе).<br />Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2022-10-12T18:43:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155260#p155260</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155244#p155244" />
			<content type="html"><![CDATA[<p><strong>tregalka</strong><br />Что именно неудобно вам?Вы хотя бы пробовали свой вопрос гуглить?Это же часто задаваемый вопрос.</p><div class="codebox"><pre><code>
^LButton::
KeyWait, LButton, U, T2 ; Ждёт 2 секунды
if Errorlevel = 1 ; Если вышло время ожидани, то вывести ошибку
msgbox вы не сделали двойной клик ; Выводим ошибку.
KeyWait, LButton, D, T2 ; ; Ждёт 2 секунды
if Errorlevel = 1 ; Если вышло время ожидани, то вывести ошибку
msgbox вы не сделали двойной клик ; Выводим ошибку.
Msgbox, вы нажали Ctrl+2Click ; Ошибки не произошло.
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2022-10-12T16:40:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155244#p155244</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155240#p155240" />
			<content type="html"><![CDATA[<p><strong>Clannad5</strong><br />Так неудобно).</p>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2022-10-12T13:03:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155240#p155240</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155239#p155239" />
			<content type="html"><![CDATA[<p><strong>tregalka</strong><br />Попробуйте воспользоваться элементарным keywait, а момент активации используйте простой ctrl.</p>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2022-10-12T12:05:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155239#p155239</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=155232#p155232" />
			<content type="html"><![CDATA[<p>Добрый день, подскажите пожалуйста, как прописать горячие клавиши &quot;Ctri+ 2клик Мыши&quot; на исполнение скрипта (кода), при клике на файл или папку.<br />Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2022-10-12T05:52:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=155232#p155232</id>
		</entry>
</feed>
