<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Удаление файла без корзины на Delete]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13000&amp;type=atom" />
	<updated>2017-09-14T19:47:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13000</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление файла без корзины на Delete]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119352#p119352" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p>А чем не устраивает стандартный вариант - настроить Корзину на &quot;удаления файлов без помещения в корзину&quot;?</p></blockquote></div><p>точно, а я и не заметил <img src="//forum.script-coding.com/img/smilies/lol.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[JONATHAN.LOFGREN]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37060</uri>
			</author>
			<updated>2017-09-14T19:47:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119352#p119352</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление файла без корзины на Delete]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119351#p119351" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Не, сорри, невнимательно посмотрел. Это потому, что нет клавиши {+vk2E}, нужно так записывать:<br /></p><div class="codebox"><pre><code>F1:: Send, +{vk2E}</code></pre></div><p>А лучше так:<br /></p><div class="codebox"><pre><code>F1:: Send, +{Del}</code></pre></div></blockquote></div><p>Всё спасибо. Буду теперь знать.</p>]]></content>
			<author>
				<name><![CDATA[JONATHAN.LOFGREN]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37060</uri>
			</author>
			<updated>2017-09-14T19:44:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119351#p119351</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление файла без корзины на Delete]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119350#p119350" />
			<content type="html"><![CDATA[<p>А чем не устраивает стандартный вариант - настроить Корзину на &quot;удаления файлов без помещения в корзину&quot;?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-09-14T19:43:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119350#p119350</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление файла без корзины на Delete]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119349#p119349" />
			<content type="html"><![CDATA[<p>Не, сорри, невнимательно посмотрел. Это потому, что нет клавиши {+vk2E}, нужно так записывать:<br /></p><div class="codebox"><pre><code>F1:: Send, +{vk2E}</code></pre></div><p>А лучше так:<br /></p><div class="codebox"><pre><code>F1:: Send, +{Del}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-09-14T19:41:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119349#p119349</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление файла без корзины на Delete]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119348#p119348" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Может потому, что есть команда FileDelete?</p></blockquote></div><p>И как это делается? Я просто новичок, и мне лень прожимать постоянно комбинацию Shift+Delete, а хочется чтоб эта комбинация прожималась по одному нажатию Delete.</p>]]></content>
			<author>
				<name><![CDATA[JONATHAN.LOFGREN]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37060</uri>
			</author>
			<updated>2017-09-14T19:38:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119348#p119348</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление файла без корзины на Delete]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119347#p119347" />
			<content type="html"><![CDATA[<p>Может потому, что есть команда FileDelete?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-09-14T19:35:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119347#p119347</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Удаление файла без корзины на Delete]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=119346#p119346" />
			<content type="html"><![CDATA[<p>Почему вот этот код по нажатию кнопки Delete или на любую другую клавишу, не прожимает Shift+Delete, а творит какую-то фигню?<br /></p><div class="codebox"><pre><code>F1::
Send, {+vk2E}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[JONATHAN.LOFGREN]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37060</uri>
			</author>
			<updated>2017-09-14T19:32:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=119346#p119346</id>
		</entry>
</feed>
