<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Run program on wrong Desktop]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14962&amp;type=atom" />
	<updated>2019-09-09T19:30:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14962</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Run program on wrong Desktop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135992#p135992" />
			<content type="html"><![CDATA[<p>Да действительно, чтобы все запускалось на второй <strong>рабочем столе</strong> (не мониторе, монитор то как раз один), надо единожды все их запустить со второго рабочего стола, теперь всё хорошо.<br />Всем спасибо за помощь!<br />Думаю можно тему закрывать.</p>]]></content>
			<author>
				<name><![CDATA[yoda]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40380</uri>
			</author>
			<updated>2019-09-09T19:30:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135992#p135992</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Run program on wrong Desktop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135991#p135991" />
			<content type="html"><![CDATA[<p>Да, уже тоже нашёл, у меня работает, если заменить IID.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-09-09T15:37:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135991#p135991</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Run program on wrong Desktop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135990#p135990" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Наверно, можно переместить окно с одного рабочего стола на другой.</p></blockquote></div><p><a href="https://www.autohotkey.com/boards/viewtopic.php?f=76&amp;t=67642">https://www.autohotkey.com/boards/viewt … mp;t=67642</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2019-09-09T15:34:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135990#p135990</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Run program on wrong Desktop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135989#p135989" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>yoda пишет:</cite><blockquote><p>Но почему-то только Sublime запускается на ПРАВОМ рабочем столе, после чего автоматически возвращаюсь на ЛЕВЫЙ рабочий стол и остальной софт запускается там.</p></blockquote></div><p>Насколько я понимаю, нельзя сказать, что программы запускаются на каком-то конкретном виртуальном рабочем столе, просто их окна могут отображаться на том, или на другом. Наверно, можно переместить окно с одного рабочего стола на другой.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-09-09T15:08:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135989#p135989</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Run program on wrong Desktop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135988#p135988" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stealzy пишет:</cite><blockquote><p>on a second monitor</p></blockquote></div><p>Думаю, имеется в виду <a href="https://www.howtogeek.com/197625/how-to-use-virtual-desktops-in-windows-10/">виртуальный рабочий стол Windows 10</a>.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-09-09T14:18:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135988#p135988</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Run program on wrong Desktop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135975#p135975" />
			<content type="html"><![CDATA[<p>Всем привет! <br />Сценарий: переключаюсь на правый рабочий стол в Win10 и запускаю ряд программ:<br /></p><div class="codebox"><pre><code>
Send {LWin down}{Ctrl down}{NumpadRight down}{LWin up}{Ctrl up}{NumpadRight up}
Sleep, 2000
Click, 44, 55
Click, WheelUp
Run, &quot;C:\Program Files\Sublime Text 3\sublime_text.exe&quot;
Run, chrome.exe
Run, &quot;C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.2\bin\idea64.exe&quot;
Run, &quot;C:\Users\USER\AppData\Local\Programs\Microsoft VS Code\Code.exe&quot;
Run, &quot;C:\Program Files (x86)\Microsoft\Skype for Desktop\Skype.exe&quot;
Run, C:\Users\USER\AppData\Local\gitkraken\Update.exe --processStart &quot;gitkraken.exe&quot;
Run, C:\Users\USER\AppData\Local\SourceTree\SourceTree.exe
</code></pre></div><p>Но почему-то только Sublime запускается на ПРАВОМ рабочем столе, после чего автоматически возвращаюсь на ЛЕВЫЙ рабочий стол и остальной софт запускается там.</p><p>Я уже добавил <br /></p><div class="codebox"><pre><code>
Sleep, 2000
Click, 44, 55
Click, WheelUp
</code></pre></div><p>Чтобы как-то остаться на данном рабочем столе, думал поможет, но нет.</p><p>Подскажите, пожалуйста, каким макаром можно оставаться на ПРАВОМ рабочем столе и запускать весь софт там?</p>]]></content>
			<author>
				<name><![CDATA[yoda]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40380</uri>
			</author>
			<updated>2019-09-08T17:57:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135975#p135975</id>
		</entry>
</feed>
