<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11889&amp;type=atom" />
	<updated>2019-08-11T17:00:13Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11889</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135464#p135464" />
			<content type="html"><![CDATA[<p>Если ещё актуально, есть это.<br /></p><div class="codebox"><pre><code>~!RButton:: ;Alt+ПКМ закрыть процесс (НО НЕОБХОДИМО С НАЧАЛО СОХРАНИТЬСЯ!!!)
winget, PID, PID, A
process, close, %PID%
If ErrorLevel = 0
   SendInput, !{F4} ; закрыть програму Alt+F4
Return</code></pre></div><p>Заменить<br />~!RButton<br />на<br />!vk51 ;Alt+Q</p>]]></content>
			<author>
				<name><![CDATA[terra-4]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31073</uri>
			</author>
			<updated>2019-08-11T17:00:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135464#p135464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135429#p135429" />
			<content type="html"><![CDATA[<p>В маке, кстати, не Alt+Q (Option+Q), а скорее Ctrl+Q (Command+Q).</p>]]></content>
			<author>
				<name><![CDATA[yu_d]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40210</uri>
			</author>
			<updated>2019-08-09T22:44:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135429#p135429</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106752#p106752" />
			<content type="html"><![CDATA[<p>Добавьте, а там и увидите. Комп же не взорвётся стопудово. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2016-08-14T14:05:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106752#p106752</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106751#p106751" />
			<content type="html"><![CDATA[<p>А я ведь могу эту строчку кода добавить к <a href="http://forum.script-coding.com/viewtopic.php?id=11850&amp;login=1">своему скрипту для моей клавы</a>? Или лучше два отдельный скрипта создавать?</p>]]></content>
			<author>
				<name><![CDATA[longkick64]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34082</uri>
			</author>
			<updated>2016-08-14T13:47:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106751#p106751</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106668#p106668" />
			<content type="html"><![CDATA[<p><strong>YMP</strong> и вам большущее спасибо! Действительно при включенной русской раскладке клавиатуры скрипт не хотел запускаться, теперь все норм. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p><p>PS Теперь не нужно выламывать пальцы, чтобы прогу закрыть. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[longkick64]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34082</uri>
			</author>
			<updated>2016-08-08T06:20:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106668#p106668</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106667#p106667" />
			<content type="html"><![CDATA[<p>Чтобы от языка не зависеть, используйте виртуальные коды вместо букв.<br /></p><div class="codebox"><pre><code>
!vk51:: Send, !{F4}     ; Alt-Q
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2016-08-08T06:16:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106667#p106667</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106666#p106666" />
			<content type="html"><![CDATA[<p>У меня <a href="http://forum.script-coding.com/viewtopic.php?id=11850">такая</a> клавиатура. Клавиша F4 работает только после нажатия клавиши Fn.</p>]]></content>
			<author>
				<name><![CDATA[longkick64]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34082</uri>
			</author>
			<updated>2016-08-08T06:11:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106666#p106666</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106665#p106665" />
			<content type="html"><![CDATA[<p>Странно, начало появляться такое окно:<br /></p>]]></content>
			<author>
				<name><![CDATA[longkick64]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34082</uri>
			</author>
			<updated>2016-08-08T05:56:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106665#p106665</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106664#p106664" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong> спасибо большое! Работает!</p>]]></content>
			<author>
				<name><![CDATA[longkick64]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34082</uri>
			</author>
			<updated>2016-08-08T05:53:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106664#p106664</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106663#p106663" />
			<content type="html"><![CDATA[<p>Попробуйте </p><div class="codebox"><pre><code>!q:: Send, !{F4}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-08-08T05:49:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106663#p106663</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как добавить сочетания клавиш Alt+Q для закрытия окон]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106662#p106662" />
			<content type="html"><![CDATA[<p>Хотелось бы все окна в системе закрывать нажатием на клавиши <strong>Alt+Q</strong> (как в маке), какой скрипт для этого нужно написать? Необязательно при этом заменять стандартное сочетание клавиш Alt+F4.</p><p>PS Помогите ламеру, пожалуйста. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[longkick64]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34082</uri>
			</author>
			<updated>2016-08-08T05:39:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106662#p106662</id>
		</entry>
</feed>
