<?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=14814&amp;type=atom" />
	<updated>2019-06-04T07:12:01Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14814</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нехвата горячих клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134617#p134617" />
			<content type="html"><![CDATA[<p>Если поочередно то создайте ассоциативный массив и извлекайте поочередно в цикле for.<br /></p><div class="codebox"><pre><code>arr := {Login1: &quot;pass1&quot;, Login2: &quot;pass2&quot;}
for k, v in arr
{
	msgbox, Login: %k%, pass: %v%
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-06-04T07:12:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134617#p134617</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нехвата горячих клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134614#p134614" />
			<content type="html"><![CDATA[<p>может есть еще вариант перебора логинов и паролей поочередно? тоесть один код и туда подставляются переменные логинов и паролей поочередно, вот правда вообще не представляю как это сделать</p>]]></content>
			<author>
				<name><![CDATA[Grovvveeerrrr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40188</uri>
			</author>
			<updated>2019-06-03T21:40:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134614#p134614</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нехвата горячих клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134613#p134613" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>&nbsp; &nbsp; <br />не могли бы Вы на примере написать как это сделать, а то я новичок еще совсем... спасибо заранее!</p>]]></content>
			<author>
				<name><![CDATA[Grovvveeerrrr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40188</uri>
			</author>
			<updated>2019-06-03T21:34:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134613#p134613</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нехвата горячих клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134609#p134609" />
			<content type="html"><![CDATA[<p>Есть конечно модификаторы, но лучше через GUI организуйте.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2019-06-03T18:44:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134609#p134609</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Нехвата горячих клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134607#p134607" />
			<content type="html"><![CDATA[<p>Помогите пожалуйста решить проблему , у меня автовход в программу идет под разными логинами и выполнение определенных действий там, но дело в том, что я не могу добавить больше 30-40 аккаунтов, кнопок увы не хватает(, метки не помогают в данном случае... </p><p>вот так выглядит мой код: </p><br /><div class="codebox"><pre><code>go: ; выполнение работы в программе
...
...
...
exit

F1::
send, login{TAB}
sleep, 500
send, pass
sleep, 500
send, {enter}
goto, go

...
...
...
F24::
...
...
...
Numpad0::
...
...
...
Numpad9::
...
...
...

Home::             ; ЗАПУСК СКРИПТА
Send, {F1}
sleep, 5000
...
...
...
send, {Numpad9}
exitapp</code></pre></div><p> ; Там где F1-F24 и далее Numpad0-Numpad9 все аналогично коду в F1. Буду очень благодарен если поможете решить такую вот незадачу)</p>]]></content>
			<author>
				<name><![CDATA[Grovvveeerrrr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40188</uri>
			</author>
			<updated>2019-06-03T07:49:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134607#p134607</id>
		</entry>
</feed>
