<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=17417</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17417&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши».]]></description>
		<lastBuildDate>Thu, 13 Oct 2022 07:36:45 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=155269#p155269</link>
			<description><![CDATA[<p><strong>Clannad5</strong><br />Ага, Спасибо!.</p>]]></description>
			<author><![CDATA[null@example.com (tregalka)]]></author>
			<pubDate>Thu, 13 Oct 2022 07:36:45 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=155269#p155269</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=155267#p155267</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Clannad5)]]></author>
			<pubDate>Thu, 13 Oct 2022 00:40:27 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=155267#p155267</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=155260#p155260</link>
			<description><![CDATA[<p><strong>Clannad5</strong><br />Вчера весь день потратил на поиски, правда искал в Яндексе).<br />Спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (tregalka)]]></author>
			<pubDate>Wed, 12 Oct 2022 18:43:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=155260#p155260</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=155244#p155244</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Clannad5)]]></author>
			<pubDate>Wed, 12 Oct 2022 16:40:48 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=155244#p155244</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=155240#p155240</link>
			<description><![CDATA[<p><strong>Clannad5</strong><br />Так неудобно).</p>]]></description>
			<author><![CDATA[null@example.com (tregalka)]]></author>
			<pubDate>Wed, 12 Oct 2022 13:03:43 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=155240#p155240</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=155239#p155239</link>
			<description><![CDATA[<p><strong>tregalka</strong><br />Попробуйте воспользоваться элементарным keywait, а момент активации используйте простой ctrl.</p>]]></description>
			<author><![CDATA[null@example.com (Clannad5)]]></author>
			<pubDate>Wed, 12 Oct 2022 12:05:18 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=155239#p155239</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Исполнение скрипта по нажатию клавиш Ctri+ 2клик Мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=155232#p155232</link>
			<description><![CDATA[<p>Добрый день, подскажите пожалуйста, как прописать горячие клавиши &quot;Ctri+ 2клик Мыши&quot; на исполнение скрипта (кода), при клике на файл или папку.<br />Спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (tregalka)]]></author>
			<pubDate>Wed, 12 Oct 2022 05:52:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=155232#p155232</guid>
		</item>
	</channel>
</rss>
