<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14669&amp;type=atom" />
	<updated>2019-03-25T12:31:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14669</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133128#p133128" />
			<content type="html"><![CDATA[<p>Ребят, всё работает. Спасибо, особенно, <strong>Malcev</strong>. Скрипт рабочий. Результат достигнут.</p>]]></content>
			<author>
				<name><![CDATA[artem.74]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40045</uri>
			</author>
			<updated>2019-03-25T12:31:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133128#p133128</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133125#p133125" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>У меня без {blind} посылает серию нажатий контрола</p></blockquote></div><p>А у меня твой вариант при удержании Win открывает окно управления Xbox:</p><p><span class="postimg"><img src="https://i.imgur.com/SmReD84.png" alt="https://i.imgur.com/SmReD84.png" /></span></p><p>а иногда заодно и старт-меню.<br />У меня лучше всего так оказалось:<br /></p><div class="codebox"><pre><code>~RWin::
~LWin:: Send {Blind}{vkF}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-03-25T12:06:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133125#p133125</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133123#p133123" />
			<content type="html"><![CDATA[<p>вообще, в результате хочу управлять звуком с помощью сочетания клавиш win key+колесо мыши в Windows 10 (но без одиночного нажатия win key)<br /></p><div class="codebox"><pre><code>
~RWin::
~LWin::Send {Blind}{vk07}

#WheelUp::SoundSet +2
#WheelDown::SoundSet -2
#up::SoundSet +2
#down::SoundSet -2

#MaxHotkeysPerInterval 200
</code></pre></div><p>В Windows 7 работает. Проверю в 10.</p>]]></content>
			<author>
				<name><![CDATA[artem.74]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40045</uri>
			</author>
			<updated>2019-03-25T11:32:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133123#p133123</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133122#p133122" />
			<content type="html"><![CDATA[<p>У меня без {blind} посылает серию нажатий контрола:<br /></p><div class="codebox"><pre><code>5B  15B	h	d	2.28	LWin           	
A2  01D	i	d	0.00	LControl       	
A2  01D	i	u	0.00	LControl       	
5B  15B	i	u	0.00	LWin           	
0F  000	i	d	0.00	not found      	
0F  000	i	u	0.00	not found      	
A2  01D	i	d	0.01	LControl       	
5B  15B	i	d	0.00	LWin           	
A2  01D	i	u	0.00	LControl       	
5B  15B	 	u	0.11	LWin           	</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2019-03-25T11:21:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133122#p133122</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133119#p133119" />
			<content type="html"><![CDATA[<p>Ещё проще:<br /></p><div class="codebox"><pre><code>~RWin::
~LWin:: Send {vkF}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-03-25T05:52:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133119#p133119</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133118#p133118" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong><br />да, интересно. только на 10 еще не проверял. или может кто проверил уже?</p>]]></content>
			<author>
				<name><![CDATA[artem.74]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40045</uri>
			</author>
			<updated>2019-03-25T05:51:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133118#p133118</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133117#p133117" />
			<content type="html"><![CDATA[<p>Интересное решение.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-03-25T05:29:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133117#p133117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133116#p133116" />
			<content type="html"><![CDATA[<p>Проще:<br /></p><div class="codebox"><pre><code>~RWin::
~LWin::Send {Blind}{vk07}</code></pre></div><div class="quotebox"><cite>artem.74 пишет:</cite><blockquote><p>если конвертировать AHK 1.1.30.01 то не работает данный скрипт. А с AHK 1.1.26.01 - работает. Почему так?</p></blockquote></div><div class="quotebox"><blockquote><p>The hotkeys ~LWin:: and ~RWin:: no longer suppress the Start Menu. See #MenuMaskKey for details and a workaround.</p></blockquote></div><p><a href="https://www.autohotkey.com/docs/AHKL_ChangeLog.htm#v1.1.27.00">https://www.autohotkey.com/docs/AHKL_Ch … v1.1.27.00</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2019-03-25T05:07:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133116#p133116</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133115#p133115" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />спасибо.<br />а вот эту функцию можно к данному скрипту прикрутить?<br />#WheelUp::SoundSet +10</p>]]></content>
			<author>
				<name><![CDATA[artem.74]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40045</uri>
			</author>
			<updated>2019-03-25T04:59:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133115#p133115</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133114#p133114" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>artem.74 пишет:</cite><blockquote><p>вообще полностью блокирует клавишу, ни win+e...ничего не работает</p></blockquote></div><p>А подумать немножко?<br /></p><div class="codebox"><pre><code>RWin::
LWin:: Return

#If GetKeyState(&quot;LWin&quot;, &quot;P&quot;)
sc2c:: MsgBox, % A_ThisHotkey ; LWin + Z
sc12:: Send #{sc12}           ; LWin + E</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-03-25T04:45:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133114#p133114</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133113#p133113" />
			<content type="html"><![CDATA[<p>Можно так:<br /></p><div class="codebox"><pre><code>RWin::
LWin:: Return

#If GetKeyState(&quot;LWin&quot;, &quot;P&quot;)
sc2c:: MsgBox, % A_ThisHotkey ; LWin + Z</code></pre></div><p>вообще полностью блокирует клавишу, ни win+e...ничего не работает</p>]]></content>
			<author>
				<name><![CDATA[artem.74]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40045</uri>
			</author>
			<updated>2019-03-25T04:34:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133113#p133113</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133112#p133112" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />действительно, ошибочка вышла, если конвертировать AHK 1.1.30.01 то не работает данный скрипт. А с AHK 1.1.26.01 - работает. Почему так?</p>]]></content>
			<author>
				<name><![CDATA[artem.74]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40045</uri>
			</author>
			<updated>2019-03-25T04:28:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133112#p133112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133111#p133111" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>artem.74 пишет:</cite><blockquote><p>Решение для Windows 7</p></blockquote></div><p>У меня это решение на Windows 7 не работает.<br />Можно так:<br /></p><div class="codebox"><pre><code>RWin::
LWin:: Return

#If GetKeyState(&quot;LWin&quot;, &quot;P&quot;)
sc2c:: MsgBox, % A_ThisHotkey ; LWin + Z</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-03-25T03:59:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133111#p133111</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отключить отдельное нажатие win key в Windows 10]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133110#p133110" />
			<content type="html"><![CDATA[<p>Добрый день.<br />Цель: работа клавиши win key только в сочетании с другими клавишами, отдельное нажатие win key отключить (Windows 10)<br />Решение для Windows 7:<br /></p><div class="codebox"><pre><code>
~LWin Up:: return
~RWin Up:: return
</code></pre></div><p>В Windows 10 данный скрипт не работает. Меню Пуск вызывается по одиночному нажатию win key.<br />AHK 1.1.30.01<br />Windows 10 LTSC 1809</p>]]></content>
			<author>
				<name><![CDATA[artem.74]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40045</uri>
			</author>
			<updated>2019-03-25T03:43:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133110#p133110</id>
		</entry>
</feed>
