<?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=13251&amp;type=atom" />
	<updated>2017-11-30T11:49:49Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13251</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эмуляция зажатой клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121819#p121819" />
			<content type="html"><![CDATA[<p>Нет такой кнопки &quot;~&quot; (по крайней мере у меня), только если нажать &quot;ё&quot; удерживая &quot;Shift&quot; при английском языке ввода.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-11-30T11:49:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121819#p121819</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эмуляция зажатой клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121814#p121814" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>sashakatuls</strong>, правила форума запрещают избыточное цитирование. Уберите цитирование в следующих сообщениях, отредактировав их:<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=121754#p121754">http://forum.script-coding.com/viewtopi … 54#p121754</a>;<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=121760#p121760">http://forum.script-coding.com/viewtopi … 60#p121760</a>;<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=121809#p121809">http://forum.script-coding.com/viewtopi … 09#p121809</a>.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-11-29T20:02:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121814#p121814</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эмуляция зажатой клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121809#p121809" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>sashakatuls пишет:</cite><blockquote><div class="quotebox"><cite>svoboden пишет:</cite><blockquote><div class="codebox"><pre><code>$+vkC0:: Send % (r := !r) ? &quot;+{vkC0 Down}&quot; : &quot;+{vkC0 Up}&quot;</code></pre></div></blockquote></div><p>Не работает. <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p></blockquote></div><p>Кто сможет дать работающий скрипт?</p>]]></content>
			<author>
				<name><![CDATA[sashakatuls]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38904</uri>
			</author>
			<updated>2017-11-29T19:19:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121809#p121809</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эмуляция зажатой клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121763#p121763" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>sashakatuls</strong>, в русском языке есть простое, но важное правило: предложение начинается с заглавной буквы. В конце предложения - знаки препинания. Я поправил Ваши сообщения.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-11-28T19:20:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121763#p121763</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эмуляция зажатой клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121760#p121760" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>svoboden пишет:</cite><blockquote><div class="codebox"><pre><code>$+vkC0:: Send % (r := !r) ? &quot;+{vkC0 Down}&quot; : &quot;+{vkC0 Up}&quot;</code></pre></div></blockquote></div><p>Не работает. <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[sashakatuls]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38904</uri>
			</author>
			<updated>2017-11-28T19:07:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121760#p121760</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эмуляция зажатой клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121758#p121758" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>$+vkC0:: Send % (r := !r) ? &quot;+{vkC0 Down}&quot; : &quot;+{vkC0 Up}&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-11-28T18:20:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121758#p121758</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эмуляция зажатой клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121754#p121754" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>svoboden пишет:</cite><blockquote><p>Как-нибудь так<br /></p><div class="codebox"><pre><code>$Esc:: Send % (r := !r) ? &quot;{Esc Down}&quot; : &quot;{Esc Up}&quot;</code></pre></div></blockquote></div><p>А как поменять под &quot;~&quot; ?</p>]]></content>
			<author>
				<name><![CDATA[sashakatuls]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38904</uri>
			</author>
			<updated>2017-11-28T17:44:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121754#p121754</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Эмуляция зажатой клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121753#p121753" />
			<content type="html"><![CDATA[<p>Как-нибудь так<br /></p><div class="codebox"><pre><code>$Esc:: Send % (r := !r) ? &quot;{Esc Down}&quot; : &quot;{Esc Up}&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-11-28T17:25:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121753#p121753</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Эмуляция зажатой клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121750#p121750" />
			<content type="html"><![CDATA[<p>Здравствуйте, у меня возникла проблема, мне нужна скрипт на эмуляции зажатой клавиши(при первой нажатии кнопка остается зажатой а при второй отжимается), я поискал в форуме но сама не смогла найти, пожалуйста помогите (сама в созданиях скриптов не шарю).<br />Ориентировочно кнопки с которыми нужен скрипт ESC, ~, TAB.<br />Заранее извиняюсь за мой русский язык, я не давно научилась писать на нем.</p>]]></content>
			<author>
				<name><![CDATA[sashakatuls]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38904</uri>
			</author>
			<updated>2017-11-28T17:09:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121750#p121750</id>
		</entry>
</feed>
