<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Gui, add, Hotkey - запретить модификаторы]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13761</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13761&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Gui, add, Hotkey - запретить модификаторы».]]></description>
		<lastBuildDate>Tue, 12 Jun 2018 13:02:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Gui, add, Hotkey - запретить модификаторы]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=125954#p125954</link>
			<description><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><div class="codebox"><pre><code>SetBatchLines -1
Gui, Add, Hotkey, vHKey gChosenHotkey
Gui, Show
Return

ChosenHotkey:
	If HKey not contains +,!,^
		Return
	GuiControl, , HKey, % RegExReplace(HKey, &quot;\+|\^|!&quot;) 
	Return</code></pre></div></blockquote></div><p>Это то что нужно, спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (baplo)]]></author>
			<pubDate>Tue, 12 Jun 2018 13:02:43 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=125954#p125954</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Gui, add, Hotkey - запретить модификаторы]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=125747#p125747</link>
			<description><![CDATA[<div class="codebox"><pre><code>SetBatchLines -1
Gui, Add, Hotkey, vHKey gChosenHotkey
Gui, Show
Return

ChosenHotkey:
	If HKey not contains +,!,^
		Return
	GuiControl, , HKey, % RegExReplace(HKey, &quot;\+|\^|!&quot;) 
	Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sun, 03 Jun 2018 22:17:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=125747#p125747</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Gui, add, Hotkey - запретить модификаторы]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=125742#p125742</link>
			<description><![CDATA[<p>Собственно сам вопрос:</p><p>Как запретить в GUI окне, в Hotkey поле Модификаторы Shift,Ctrl,Alt ? Ибо хочется избежать сочетаний клавиш таких как Shift+1 и тд</p><p>Помогите, кто может.<br />Уже целый день роюсь, понять не могу.</p>]]></description>
			<author><![CDATA[null@example.com (baplo)]]></author>
			<pubDate>Sun, 03 Jun 2018 20:35:57 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=125742#p125742</guid>
		</item>
	</channel>
</rss>
