<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Delete/Backspace Stops Working in Oracle SQLDeveloper</title>
	<atom:link href="http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/feed" rel="self" type="application/rss+xml" />
	<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper</link>
	<description>Some People Are Squirrel Handed.</description>
	<lastBuildDate>Thu, 12 Jan 2012 15:56:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Roger</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-44862</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Mon, 20 Jun 2011 06:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-44862</guid>
		<description>It&#039;s amazing that after 3 years the same issue is still around and the fix is still working !
Thank&#039;s</description>
		<content:encoded><![CDATA[<p>It&#8217;s amazing that after 3 years the same issue is still around and the fix is still working !<br />
Thank&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-43790</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Tue, 08 Jun 2010 14:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-43790</guid>
		<description>Thanks, that was helpful, because it is very annoying, when you face this issue while working and do not know the way to fix it.

Thanks Again!!!</description>
		<content:encoded><![CDATA[<p>Thanks, that was helpful, because it is very annoying, when you face this issue while working and do not know the way to fix it.</p>
<p>Thanks Again!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diederik</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-43754</link>
		<dc:creator>Diederik</dc:creator>
		<pubDate>Tue, 18 May 2010 07:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-43754</guid>
		<description>After some fruitless efforts and a lot of grumbling,  this one made the difference!
Thnx mate!</description>
		<content:encoded><![CDATA[<p>After some fruitless efforts and a lot of grumbling,  this one made the difference!<br />
Thnx mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anam</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-43530</link>
		<dc:creator>Anam</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-43530</guid>
		<description>Thank you so much,,! Was so frustrated and annoyed because of this !</description>
		<content:encoded><![CDATA[<p>Thank you so much,,! Was so frustrated and annoyed because of this !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: notaDBA</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-43502</link>
		<dc:creator>notaDBA</dc:creator>
		<pubDate>Wed, 10 Mar 2010 06:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-43502</guid>
		<description>The &quot;Tools&gt;&gt;Preferences&gt;&gt;Accelerator&gt;&gt;Load preset&gt;&gt;select default&gt;&gt;OK&quot; tip did not fix a non-working backspace key for me with a new install of 1.5.5.  Instead, I solved it this way: Go to &quot;Tools&gt;&gt;Preferences&gt;&gt;Accelerator&gt;&gt;&quot; then scroll down to and select the &quot;Delete Previous Char&quot; Action.  Add a New Accelerator &quot;Shift-Backspace&quot; for this action (this is only temporary).  Click OK and verify that Shift-Backspace now works.  Exit SQL Developer.  In C:\Documents and Settings\&quot;username&quot;\Application Data\SQL Developer\system1.5.5.59.69\o.ide.11.1.1.0.22.49.48, edit the settings.xml file.  Find the text &quot;delete-previous&quot;.  Three lines below that, after tag &quot;javax.swing.KeyStroke&quot;, should be the text &quot;shift [8]&quot;.  This is the New Accelerator you added earlier.  The &quot;[8]&quot; apparently means the Backspace key.  Delete &quot;shift &quot;, leaving just &quot;[8]&quot;.  Save the file, then restart SQL Developer.  If you look at the Accelerator for the &quot;Delete Previous Char&quot; action, it will now show as &quot;Backspace&quot;.  Try some editing.  The Backspace key now works normally.</description>
		<content:encoded><![CDATA[<p>The &#8220;Tools&gt;&gt;Preferences&gt;&gt;Accelerator&gt;&gt;Load preset&gt;&gt;select default&gt;&gt;OK&#8221; tip did not fix a non-working backspace key for me with a new install of 1.5.5.  Instead, I solved it this way: Go to &#8220;Tools&gt;&gt;Preferences&gt;&gt;Accelerator&gt;&gt;&#8221; then scroll down to and select the &#8220;Delete Previous Char&#8221; Action.  Add a New Accelerator &#8220;Shift-Backspace&#8221; for this action (this is only temporary).  Click OK and verify that Shift-Backspace now works.  Exit SQL Developer.  In C:\Documents and Settings\&#8221;username&#8221;\Application Data\SQL Developer\system1.5.5.59.69\o.ide.11.1.1.0.22.49.48, edit the settings.xml file.  Find the text &#8220;delete-previous&#8221;.  Three lines below that, after tag &#8220;javax.swing.KeyStroke&#8221;, should be the text &#8220;shift [8]&#8220;.  This is the New Accelerator you added earlier.  The &#8220;[8]&#8221; apparently means the Backspace key.  Delete &#8220;shift &#8220;, leaving just &#8220;[8]&#8220;.  Save the file, then restart SQL Developer.  If you look at the Accelerator for the &#8220;Delete Previous Char&#8221; action, it will now show as &#8220;Backspace&#8221;.  Try some editing.  The Backspace key now works normally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coderosx</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-43455</link>
		<dc:creator>coderosx</dc:creator>
		<pubDate>Wed, 03 Mar 2010 11:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-43455</guid>
		<description>works like a charm .. thanx a lot</description>
		<content:encoded><![CDATA[<p>works like a charm .. thanx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diva</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-43354</link>
		<dc:creator>Diva</dc:creator>
		<pubDate>Thu, 11 Feb 2010 04:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-43354</guid>
		<description>Try this..
Go to Tools&gt;&gt;Preferences&gt;&gt;Accelerator&gt;&gt;Load preset&gt;&gt;select default&gt;&gt;Press OK</description>
		<content:encoded><![CDATA[<p>Try this..<br />
Go to Tools&gt;&gt;Preferences&gt;&gt;Accelerator&gt;&gt;Load preset&gt;&gt;select default&gt;&gt;Press OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiza</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-43283</link>
		<dc:creator>Fiza</dc:creator>
		<pubDate>Sun, 24 Jan 2010 09:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-43283</guid>
		<description>Thanks a lot.. its been weeks i&#039; ve been working with the sql developer with no backspace/delete. very horrible but i manage to adapt with it. however, my colleagues find it as ****..(u know what i mean). but with preset load.. default, my backspace/delete is working already!</description>
		<content:encoded><![CDATA[<p>Thanks a lot.. its been weeks i&#8217; ve been working with the sql developer with no backspace/delete. very horrible but i manage to adapt with it. however, my colleagues find it as ****..(u know what i mean). but with preset load.. default, my backspace/delete is working already!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salahdin</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-43084</link>
		<dc:creator>Salahdin</dc:creator>
		<pubDate>Fri, 04 Dec 2009 08:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-43084</guid>
		<description>Thanks for this helpful post, I am seeking for a solution since long time. Many thanks</description>
		<content:encoded><![CDATA[<p>Thanks for this helpful post, I am seeking for a solution since long time. Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Achu</title>
		<link>http://borkweb.com/story/deletebackspace-stops-working-in-oracle-sqldeveloper/comment-page-1#comment-43046</link>
		<dc:creator>Achu</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://borkweb.com/?p=563#comment-43046</guid>
		<description>Thank u so much...I called my Admin to check it...he has removed the existing ..loaded another one.But couldnt solve the issue.Infront of him, I hv searched in the google (I could hv done before) .This one came up..Thks a lottttttttttttttt..</description>
		<content:encoded><![CDATA[<p>Thank u so much&#8230;I called my Admin to check it&#8230;he has removed the existing ..loaded another one.But couldnt solve the issue.Infront of him, I hv searched in the google (I could hv done before) .This one came up..Thks a lottttttttttttttt..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

