<?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=11249&amp;type=atom" />
	<updated>2016-01-21T17:59:43Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11249</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие горячей кнопки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100582#p100582" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong> клик (когда клавиша физически была нажата менее 0.5 сек) и зажатие клавиши (когда клавиша была физически нажата более 0.5сек)</p>]]></content>
			<author>
				<name><![CDATA[exobangs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32958</uri>
			</author>
			<updated>2016-01-21T17:59:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100582#p100582</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие горячей кнопки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100581#p100581" />
			<content type="html"><![CDATA[<p><strong>yalanne,</strong> спасибо, помог.</p>]]></content>
			<author>
				<name><![CDATA[exobangs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32958</uri>
			</author>
			<updated>2016-01-21T17:58:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100581#p100581</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие горячей кнопки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100575#p100575" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2016-01-21T11:30:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100575#p100575</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Зажатие горячей кнопки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100569#p100569" />
			<content type="html"><![CDATA[<p>Определите разницу между &quot;просто нажимается&quot; и &quot;зажата&quot;.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-01-21T06:45:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100569#p100569</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Зажатие горячей кнопки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100561#p100561" />
			<content type="html"><![CDATA[<p>Помогите реализовать, в общем когда клавиша просто нажимается, ничего не происходит (срабатывает как и должна), а вот когда зажата то выполняется какое либо действие, а когда отпускается,&nbsp; выполняется другое.</p>]]></content>
			<author>
				<name><![CDATA[exobangs]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32958</uri>
			</author>
			<updated>2016-01-20T22:08:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100561#p100561</id>
		</entry>
</feed>
