<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AutoHotkey: определить системное время в момент нажатия клавиш]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5566&amp;type=atom" />
	<updated>2011-03-06T18:25:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5566</id>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: определить системное время в момент нажатия клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45873#p45873" />
			<content type="html"><![CDATA[<p>Благодарю тех кто помог мне в решении этой задачи.</p>]]></content>
			<author>
				<name><![CDATA[shoroh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26766</uri>
			</author>
			<updated>2011-03-06T18:25:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45873#p45873</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: определить системное время в момент нажатия клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45869#p45869" />
			<content type="html"><![CDATA[<p>Можно так:<br /></p><div class="codebox"><pre><code>MsgBox, Текущее время: %A_Hour%:%A_Min%:%A_Sec%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2011-03-06T16:46:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45869#p45869</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: определить системное время в момент нажатия клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45868#p45868" />
			<content type="html"><![CDATA[<p>Встроенная переменная A_TickCount содержит системное время.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2011-03-06T16:20:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45868#p45868</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: определить системное время в момент нажатия клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45867#p45867" />
			<content type="html"><![CDATA[<p><span style="color: Green">Поправил заголовок, дабы он содержал вопрос.</span></p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-03-06T16:13:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45867#p45867</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AutoHotkey: определить системное время в момент нажатия клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45866#p45866" />
			<content type="html"><![CDATA[<p>Здравствуйте!<br />Подскажите пожалуйста, как можно узнать системное время. Оно мне нужно для того что бы записать в текстовый файл, в какое время были нажаты те или иные клавиши. Вот мой простенький код<br /></p><div class="codebox"><pre><code>5 &amp; 6::
{
FileAppend, Info1, e:\Info_fail_1.txt
FileAppend, Info2, e:\Info_fail_2.txt

FileAppend, TIME, e:\Info_fail_TIME.txt  ; А ТЕПЕРЬ УЖЕ НАДО ЗНАТЬ В КАКОЕ ВРЕМЯ БЫЛИ НАЖАТЫ ЭТИ КЛАВИШИ
return

}
и т.д. и т.п.</code></pre></div><p>Кто знает подскажите пожалуйста.</p>]]></content>
			<author>
				<name><![CDATA[shoroh]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26766</uri>
			</author>
			<updated>2011-03-06T15:51:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45866#p45866</id>
		</entry>
</feed>
