<?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=14211&amp;type=atom" />
	<updated>2018-10-04T13:07:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14211</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка активности за ПК]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129040#p129040" />
			<content type="html"><![CDATA[<p>Спасибо, попробую.</p>]]></content>
			<author>
				<name><![CDATA[MrNagaron]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39491</uri>
			</author>
			<updated>2018-10-04T13:07:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129040#p129040</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка активности за ПК]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129039#p129039" />
			<content type="html"><![CDATA[<p>Проверяйте по таймеру переменную <a href="https://autohotkey.com/docs/Variables.htm#TimeIdleMouse">A_TimeIdleMouse</a>:<br /></p><div class="codebox"><pre><code>#Persistent
#InstallMouseHook
SetTimer, CheckMouseActivivty, 1000
Return

CheckMouseActivivty:
   ToolTip % A_TimeIdleMouse
   Return</code></pre></div><p>Посмотрите также описание других переменных, начинающихся с A_TimeIdle.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-10-04T12:33:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129039#p129039</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка активности за ПК]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129038#p129038" />
			<content type="html"><![CDATA[<p>Ну мне тогда нужно пользуются ли мышкой.</p>]]></content>
			<author>
				<name><![CDATA[MrNagaron]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39491</uri>
			</author>
			<updated>2018-10-04T12:19:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129038#p129038</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка активности за ПК]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129036#p129036" />
			<content type="html"><![CDATA[<p>А что вы под этим понимаете? Если я ничего не делаю, но читаю с экрана текст, считается, что я пользуюсь пк?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-10-03T17:35:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129036#p129036</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Проверка активности за ПК]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129035#p129035" />
			<content type="html"><![CDATA[<p>Как сделать такую проверку: &quot;пользуются ли кто то этим пк&quot;?</p>]]></content>
			<author>
				<name><![CDATA[MrNagaron]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39491</uri>
			</author>
			<updated>2018-10-03T16:53:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129035#p129035</id>
		</entry>
</feed>
