<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Зажатие горячей кнопки]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11249</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11249&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Зажатие горячей кнопки».]]></description>
		<lastBuildDate>Thu, 21 Jan 2016 17:59:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Зажатие горячей кнопки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100582#p100582</link>
			<description><![CDATA[<p><strong>ypppu</strong> клик (когда клавиша физически была нажата менее 0.5 сек) и зажатие клавиши (когда клавиша была физически нажата более 0.5сек)</p>]]></description>
			<author><![CDATA[null@example.com (exobangs)]]></author>
			<pubDate>Thu, 21 Jan 2016 17:59:43 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100582#p100582</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие горячей кнопки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100581#p100581</link>
			<description><![CDATA[<p><strong>yalanne,</strong> спасибо, помог.</p>]]></description>
			<author><![CDATA[null@example.com (exobangs)]]></author>
			<pubDate>Thu, 21 Jan 2016 17:58:27 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100581#p100581</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие горячей кнопки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100575#p100575</link>
			<description><![CDATA[<div class="codebox"><pre><code>$F1::
KeyWait,% Tkey:=ltrim(A_ThisHotkey,&quot;$&quot;),T0.1
ErrL := errorlevel
if !ErrL
  send {%Tkey%}
else
{
	ToolTip Действие A.
}
KeyWait,% Tkey
if ErrL
{
	ToolTip Действие B.
}
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (yalanne)]]></author>
			<pubDate>Thu, 21 Jan 2016 11:30:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100575#p100575</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Зажатие горячей кнопки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100569#p100569</link>
			<description><![CDATA[<p>Определите разницу между &quot;просто нажимается&quot; и &quot;зажата&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 21 Jan 2016 06:45:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100569#p100569</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Зажатие горячей кнопки]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100561#p100561</link>
			<description><![CDATA[<p>Помогите реализовать, в общем когда клавиша просто нажимается, ничего не происходит (срабатывает как и должна), а вот когда зажата то выполняется какое либо действие, а когда отпускается,&nbsp; выполняется другое.</p>]]></description>
			<author><![CDATA[null@example.com (exobangs)]]></author>
			<pubDate>Wed, 20 Jan 2016 22:08:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100561#p100561</guid>
		</item>
	</channel>
</rss>
