<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Нажатие клавиш из переменной A_ThisHotkey]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=8076</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8076&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Нажатие клавиш из переменной A_ThisHotkey».]]></description>
		<lastBuildDate>Fri, 19 Jul 2013 09:39:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш из переменной A_ThisHotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=73895#p73895</link>
			<description><![CDATA[<p>Оказалось, что подошло не для всех.<br /></p><div class="codebox"><pre><code>
Key = ^!+#=

MsgBox % RegExReplace( Key, &quot;S)[^\^!\+#].*&quot;, &quot;{$0}&quot;)
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Fri, 19 Jul 2013 09:39:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=73895#p73895</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш из переменной A_ThisHotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=69456#p69456</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Для обычных меток горячих клавиш</p></blockquote></div><p>Это должно подойти. Спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Wed, 13 Feb 2013 20:45:00 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=69456#p69456</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш из переменной A_ThisHotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=69454#p69454</link>
			<description><![CDATA[<p>Для обычных меток горячих клавиш:<br /></p><div class="codebox"><pre><code>MsgBox % RegExReplace(&quot;#^!+vk31&quot;, &quot;S)\w+&quot;, &quot;{$0}&quot;)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (creature.ws)]]></author>
			<pubDate>Wed, 13 Feb 2013 20:28:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=69454#p69454</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Нажатие клавиш из переменной A_ThisHotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=69453#p69453</link>
			<description><![CDATA[<p>Доброго времени суток.<br />Возник вопрос, как нажать кнопки из A_ThisHotkey, читаю из ини хоткей и всё хорошо если он без модификаторов Send, {%A_ThisHotkey%}, а если нет:</p><div class="codebox"><pre><code>
key = #^!+vk31   ; vk31 = 1
Hotkey, %key%, Presskey, UseErrorLevel
Return

Presskey:
; тут разные условия, и если False то надо нажать
Send, %A_ThisHotkey%
Return
</code></pre></div><p>Рассматриваю вариант с RegExReplace (правда ничего симпатичного в голову не приходит), но хотелось бы что-то по &quot;шустрее&quot;, т.к. скрипт перед этим ещё &quot;думает&quot; нужно-ли нажимать кнопку, выполняя ещё несколько условий.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Wed, 13 Feb 2013 20:12:45 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=69453#p69453</guid>
		</item>
	</channel>
</rss>
