<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: AutoHotKey конфликтует с Punto Switcher]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14105&amp;type=atom" />
	<updated>2018-08-28T13:21:13Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14105</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: AutoHotKey конфликтует с Punto Switcher]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128310#p128310" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, спасибо! Помогло! Только при незапущенном Punto Switcher, отправления # ни разу не возникало.</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2018-08-28T13:21:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128310#p128310</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: AutoHotKey конфликтует с Punto Switcher]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128252#p128252" />
			<content type="html"><![CDATA[<p>Punto Switcher здесь не при чем.<br />Виноват неправильный алгоритм вашего кода.<br />Вы посылаете {enter}, чтобы закрыть окно и не дождавшись его закрытия посылете shift+3 (#).</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-08-24T22:25:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128252#p128252</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: AutoHotKey конфликтует с Punto Switcher]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128234#p128234" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong>, не помогло.<br /></p><div class="codebox"><pre><code>
f6::
	WinMenuSelectItem, ahk_class Premiere Pro, , Clip, Rename... 
	WinWait Rename Clip
	ControlGetText, ClipName, Edit1, Rename Clip
	WinClose, Rename Clip
	WinWaitClose, Rename Clip
	WinMenuSelectItem, ahk_class Premiere Pro, , Clip, Nest
	WinWait, Nested Sequence Name
	ControlsetText, Edit1, Nested: %ClipName%, Nested Sequence Name
	SendInput {Enter}+3
return
</code></pre></div><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;ненужный символ в начале</div><div class="fancy_spoiler"><p><span class="postimg"><img src="https://puu.sh/BjxiD/7dfe1e2af3.png" alt="https://puu.sh/BjxiD/7dfe1e2af3.png" /></span></p></div></div><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;исключения</div><div class="fancy_spoiler"><p><span class="postimg"><img src="http://puu.sh/BjxrD/ca2fc827ff.png" alt="http://puu.sh/BjxrD/ca2fc827ff.png" /></span></p></div></div>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2018-08-24T15:08:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128234#p128234</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: AutoHotKey конфликтует с Punto Switcher]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128220#p128220" />
			<content type="html"><![CDATA[<p>Используйте controlsettext.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-08-24T07:55:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128220#p128220</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: AutoHotKey конфликтует с Punto Switcher]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128219#p128219" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Это как понимать?</p></blockquote></div><div class="codebox"><pre><code>SendInput, Nested: ^{vk56}`n </code></pre></div><div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Как скрипт может уронить Premiere Pro?</p></blockquote></div><p>Так же, как и Punto Switcher ранее ронял Pr при срабатывании. Останавливал работу приложения с ошибкой. Сейчас Punto перестал конфликтовать с Pr в этом плане, возможно, и аналогичный скрипт тоже теперь не конфликтует, но хотелось бы попробовать разобраться с Punto Switcher.</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2018-08-24T07:47:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128219#p128219</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: AutoHotKey конфликтует с Punto Switcher]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128216#p128216" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>becauseim пишет:</cite><blockquote><p>Последняя команда SendInput</p></blockquote></div><p>Это как понимать?<br /></p><div class="quotebox"><cite>becauseim пишет:</cite><blockquote><p>Замена Punto Switcher на аналогичный скрипт не рассматривается, т.к. роняет Premiere Pro.</p></blockquote></div><p>Как скрипт может уронить Premiere Pro?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-08-24T05:35:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128216#p128216</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: AutoHotKey конфликтует с Punto Switcher]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128205#p128205" />
			<content type="html"><![CDATA[<p>Последняя команда SendInput некорректно работает в окне программы Premiere Pro при запущенном Punto Switcher. Premiere Pro и AutoHotkey при этом добавлены в исключения Punto Switcher.<br />Некоторые буквы слова Nested часто прописывается в большом регистре, либо отправляются ненужные символы. Команда Send работает корректно, но значительно дольше отправляет символы. SendMode, Input при этом не помогает. Замена Punto Switcher на аналогичный скрипт не рассматривается, т.к. роняет Premiere Pro.<br />Как решить проблему? Спасибо!<br /></p><div class="codebox"><pre><code>
f6::
	WinMenuSelectItem, ahk_class Premiere Pro, , Clip, Rename... 
	WinWait Rename Clip
	SendInput ^{vk43}`n
	WinWaitClose Rename Clip
	WinMenuSelectItem, ahk_class Premiere Pro, , Clip, Nest
	WinWait Nested Sequence Name
	SendInput, Nested: ^{vk56}`n 
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2018-08-23T16:42:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128205#p128205</id>
		</entry>
</feed>
