<?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=2508&amp;type=atom" />
	<updated>2008-11-28T10:07:54Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=2508</id>
		<entry>
			<title type="html"><![CDATA[AutoHotkey: посыл клавишей самой себя]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=16365#p16365" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>$SC01C:: ; Enter
$SC11C:: ; Enter на &quot;цифровой&quot; клавиатуре
    Send, % &quot;{&quot; . SubStr(A_ThisHotkey, 2) . &quot;}&quot;
Return</code></pre></div><p>Чтобы послать код клавиши, надо заключить его в фигурные скобки, а в данном случае ещё и отрезать &quot;$&quot;.<br />Автор примера - <strong>YMP</strong>.</p>]]></content>
			<author>
				<name><![CDATA[The gray Cardinal]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=2</uri>
			</author>
			<updated>2008-11-28T10:07:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=16365#p16365</id>
		</entry>
</feed>
