<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>pnotepad.org forums Topic: How to detect the event when user pressed &#34;BackSpace&#34;?</title>
		<link>http://pnotepad.org/forums/topic/581</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 01:16:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://pnotepad.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://pnotepad.org/forums/rss/topic/581" rel="self" type="application/rss+xml" />

		<item>
			<title>How to detect the event when user pressed &#34;BackSpace&#34;? (simon)</title>
			<link>http://pnotepad.org/forums/topic/581#post-2151</link>
			<pubDate>Thu, 04 Jun 2009 12:46:48 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2151@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi, sorry I forgot to answer this. In scripts there's currently no way to track the backspace key as the only editor event hooked up is the character added one. You could make a C++ extension to do this as you could then subclass the editor to get the notifications you wanted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>How to detect the event when user pressed &#34;BackSpace&#34;? (AllenDang)</title>
			<link>http://pnotepad.org/forums/topic/581#post-2048</link>
			<pubDate>Thu, 07 May 2009 08:36:48 +0000</pubDate>
			<dc:creator>AllenDang</dc:creator>
			<guid isPermaLink="false">2048@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I just created a short script to add right side bracket and quotation automatically, and now I'm wondering if the redundant char could be deleted at the same time after I pressed the &#38;quot;BackSpace&#38;quot; in the middle of a double quotation or brackets.&#60;/p&#62;
&#60;p&#62;Seems there are no such event was exposed to pnpy right now... At least I'm failed to find one.&#60;/p&#62;
&#60;p&#62;And another thought is, if there is a onKeyDown event or some thing like that to allow me to detect combination key action (such as ctrl+enter, alt+enter, etc...), that will be very useful!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
