<?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=11713&amp;type=atom" />
	<updated>2016-06-12T19:22:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11713</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие/отжатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105183#p105183" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Key_1 := &quot;R Up&quot;
HotKey, %Key_1%, k1, on UseErrorLevel
Return

k1:
MsgBox, Кнопка R отпущена
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-06-12T19:22:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105183#p105183</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие/отжатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105182#p105182" />
			<content type="html"><![CDATA[<p>Метка типу: </p><div class="codebox"><pre><code>
Hotkey, %Key_1%, k1, on Useerrorlevel
k1:

Код

return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Fionor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33945</uri>
			</author>
			<updated>2016-06-12T18:46:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105182#p105182</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие/отжатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105181#p105181" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
vk52::
msgbox, Одна часть скрипта
return
vk52 up::
msgbox, Другая часть скрипта
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-06-12T17:12:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105181#p105181</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие/отжатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105179#p105179" />
			<content type="html"><![CDATA[<p>Хорошо я упустил этот момент. У меня в срипте пользователь сам выставляет кнопку активации, активация работает по метке. Можно нажатие\отжатие реализовать с меткой?</p>]]></content>
			<author>
				<name><![CDATA[Fionor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33945</uri>
			</author>
			<updated>2016-06-12T16:29:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105179#p105179</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие/отжатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105178#p105178" />
			<content type="html"><![CDATA[<p><strong>Fionor</strong>, если есть жаление сколько-нибудь освоить AutoHotkey, то ответ на такой простой вопрос лучше поискать самостоятельно.<br /><strong>Горячие клавиши для мыши, джойстика и клавиатуры. Оригинал статьи в AutoHotkey.chm: &quot;Hotkeys (Mouse, Joystick and Keyboard Shortcuts)&quot;</strong></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-06-12T16:17:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105178#p105178</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Нажатие/отжатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105177#p105177" />
			<content type="html"><![CDATA[<p>Хотелось бы узнать можно ли сделать действие на отжатие клавиши?<br />Допустим нажимаем клавишу &quot;R&quot; делаеться одна часть скрипта, отжимаем &quot;R&quot; делается другая часть скрипта.</p>]]></content>
			<author>
				<name><![CDATA[Fionor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33945</uri>
			</author>
			<updated>2016-06-12T15:47:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105177#p105177</id>
		</entry>
</feed>
