<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Нажатие клавиш-стрелок в окне GUI]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=5064</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5064&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Нажатие клавиш-стрелок в окне GUI».]]></description>
		<lastBuildDate>Wed, 20 Oct 2010 19:26:17 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш-стрелок в окне GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=40656#p40656</link>
			<description><![CDATA[<p>OFF: В начале нужного куска ставлю хоткей, например #b::, в конце куска return. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /> Согласен менее удобно, но для меня более привычно.</p>]]></description>
			<author><![CDATA[null@example.com (InFlames)]]></author>
			<pubDate>Wed, 20 Oct 2010 19:26:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=40656#p40656</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш-стрелок в окне GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=40655#p40655</link>
			<description><![CDATA[<p>OFF: Часто нужно проверить небольшой кусочек кода. И что, каждый раз сохранять нужно? Тоже пользуюсь SciTE.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 20 Oct 2010 19:24:15 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=40655#p40655</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш-стрелок в окне GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=40653#p40653</link>
			<description><![CDATA[<p>OFF: Пользуюсь scite. Отредактировал, сохранил, перезапустил на F5. Привычка. Кому как удобнее.</p>]]></description>
			<author><![CDATA[null@example.com (InFlames)]]></author>
			<pubDate>Wed, 20 Oct 2010 19:18:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=40653#p40653</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш-стрелок в окне GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=40646#p40646</link>
			<description><![CDATA[<p>OFF: А зачем сохранять скрипт перед запуском? Можно просто считывать текст из окна редактора, создавать временный файл и запускать его, потом удалять.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 20 Oct 2010 17:58:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=40646#p40646</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш-стрелок в окне GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=40644#p40644</link>
			<description><![CDATA[<p>ayosh, этот вариант я рассматривал, но он для меня не подходил.<br />teadrinker, первым делом я так и делал, только не пойму в чем дело, у меня не работало, видимо я просто забыл пересохранить скрипт перед запуском.</p>]]></description>
			<author><![CDATA[null@example.com (InFlames)]]></author>
			<pubDate>Wed, 20 Oct 2010 17:31:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=40644#p40644</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш-стрелок в окне GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=40643#p40643</link>
			<description><![CDATA[<p>А зачем вообще эти клавиши задавать виртуальными кодами, для путаницы? Вот так всё работает:<br /></p><div class="codebox"><pre><code>gui add, text,, GUI WINDOW
gui show,, Gui

#IfWinActive Gui
UP:: ; UP Key
    MsgBox UP
Return

F12:: ; F12 Key
    MsgBox F12
Return

GuiClose:
exitapp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 20 Oct 2010 17:07:45 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=40643#p40643</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нажатие клавиш-стрелок в окне GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=40640#p40640</link>
			<description><![CDATA[<p>Да, интересно.. Тут нашёл небольшое описание почему: <a href="http://www.autohotkey.com/forum/viewtopic.php?p=360683#360683">VK21 and VK22 do not work with keyboard hook on</a>. Можно чуть обмануть:<br /></p><div class="codebox"><pre><code>gui add, text,, GUI WINDOW
gui show,, Gui


VK26:: ; UP Key
    IfWinNotActive, Gui
        Return
    MsgBox UP
Return
#IfWinActive Gui
VK7B:: ; F12 Key
    MsgBox F12
Return

GuiClose:
exitapp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ayosh)]]></author>
			<pubDate>Wed, 20 Oct 2010 16:50:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=40640#p40640</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Нажатие клавиш-стрелок в окне GUI]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=40638#p40638</link>
			<description><![CDATA[<p>Такой простой пример. Создаем окно GUI. Создаем 2 хоткея для этого окна. Один работает, другой нет. Другой это клавиша UP (стрелка вверх). В чем проблема?<br /></p><div class="codebox"><pre><code>gui add, text,, GUI WINDOW
gui show,, Gui

#IfWinActive Gui
VK26:: ; UP Key
    MsgBox UP
Return

VK7B:: ; F12 Key
    MsgBox F12
Return

GuiClose:
exitapp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (InFlames)]]></author>
			<pubDate>Wed, 20 Oct 2010 16:21:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=40638#p40638</guid>
		</item>
	</channel>
</rss>
