<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Gui, add, Hotkey - запретить модификаторы]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13761&amp;type=atom" />
	<updated>2018-06-12T13:02:43Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13761</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gui, add, Hotkey - запретить модификаторы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125954#p125954" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[baplo]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38886</uri>
			</author>
			<updated>2018-06-12T13:02:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125954#p125954</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Gui, add, Hotkey - запретить модификаторы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125747#p125747" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2018-06-03T22:17:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125747#p125747</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Gui, add, Hotkey - запретить модификаторы]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=125742#p125742" />
			<content type="html"><![CDATA[<p>Собственно сам вопрос:</p><p>Как запретить в GUI окне, в Hotkey поле Модификаторы Shift,Ctrl,Alt ? Ибо хочется избежать сочетаний клавиш таких как Shift+1 и тд</p><p>Помогите, кто может.<br />Уже целый день роюсь, понять не могу.</p>]]></content>
			<author>
				<name><![CDATA[baplo]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38886</uri>
			</author>
			<updated>2018-06-03T20:35:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=125742#p125742</id>
		</entry>
</feed>
