<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Firefox's Least Useful Feature</title>
	<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/</link>
	<description>the blog that is not dansdata.com</description>
	<pubDate>Wed, 16 May 2012 22:31:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: avery</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-336</link>
		<pubDate>Thu, 23 Nov 2006 15:36:01 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-336</guid>
					<description>I updated ClumsyFingers, it should work now. The main reason I wrote this extension is so that you wouldn't have to muck  around with internal Firefox files every time you installed or updated Firefox.

http://gridley.res.carleton.edu/~morrowa/software/clumsyfingers.html</description>
		<content:encoded><![CDATA[	<p>I updated ClumsyFingers, it should work now. The main reason I wrote this extension is so that you wouldn't have to muck  around with internal Firefox files every time you installed or updated Firefox.</p>
	<p><a href='http://gridley.res.carleton.edu/~morrowa/software/clumsyfingers.html' rel='nofollow'>http://gridley.res.carleton.edu/~morrowa/software/clumsyfingers.html</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: g-lock</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-278</link>
		<pubDate>Fri, 10 Nov 2006 21:34:44 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-278</guid>
					<description>The Ctrl+Enter shortcut's usefulness is diluted somewhat if you do a fair bit of browsing in a country code TLD (e.g. .au).  Not sure if there's a shortcut for .com.au, but it woudl probably involve dislocation of fingers.</description>
		<content:encoded><![CDATA[	<p>The Ctrl+Enter shortcut's usefulness is diluted somewhat if you do a fair bit of browsing in a country code TLD (e.g. .au).  Not sure if there's a shortcut for .com.au, but it woudl probably involve dislocation of fingers.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: shimavak</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-276</link>
		<pubDate>Fri, 10 Nov 2006 17:41:35 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-276</guid>
					<description>Actually, if you're heading into the browser.js file, you can just comment out the call to canonizeUrl(aTriggeringEvent, postData);.  It would seem that it is only used to add those little bits to the end and beginning of the URL.

Good thinking on that though ats!</description>
		<content:encoded><![CDATA[	<p>Actually, if you're heading into the browser.js file, you can just comment out the call to canonizeUrl(aTriggeringEvent, postData);.  It would seem that it is only used to add those little bits to the end and beginning of the URL.</p>
	<p>Good thinking on that though ats!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniel Rutter</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-272</link>
		<pubDate>Fri, 10 Nov 2006 16:44:17 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-272</guid>
					<description>I have eighteen other Quick Searches that I regularly use (all of which are affected by the shift-enter problem, of course), so I've disabled the Google search box. The basic &quot;g&quot; Quick Search is still the one I use most often, but even if I had the Google box there for those searches, it'd still be wasting space the rest of the time.</description>
		<content:encoded><![CDATA[	<p>I have eighteen other Quick Searches that I regularly use (all of which are affected by the shift-enter problem, of course), so I've disabled the Google search box. The basic "g" Quick Search is still the one I use most often, but even if I had the Google box there for those searches, it'd still be wasting space the rest of the time.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: evilspoons</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-271</link>
		<pubDate>Fri, 10 Nov 2006 12:55:34 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-271</guid>
					<description>I use ctrl-enter all the time! I find it much more useful to simply press ctrl-k to stick the cursor in the search box to search google, and leave the address bar (ctrl-l) alone unless you have an address to type in.</description>
		<content:encoded><![CDATA[	<p>I use ctrl-enter all the time! I find it much more useful to simply press ctrl-k to stick the cursor in the search box to search google, and leave the address bar (ctrl-l) alone unless you have an address to type in.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ats</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-269</link>
		<pubDate>Fri, 10 Nov 2006 09:44:43 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-269</guid>
					<description>Yes, I find this behaviour extremely annoying too...

I don't think there's a &lt;em&gt;nice&lt;/em&gt; way of disabling it, but it's not too difficult to do, since all the UI behaviour is written in Javascript. Here's what I did:

Have a poke around in your Firefox installation directory and find chrome/browser.jar. Extract this into a new directory (either using the Java jar program, or any Zip implementation), and open content/browser/browser.js in a text editor. Search for &quot;canonizeUrl&quot;, which is the function that does the URL-mangling. After the end of the switch statement and before the &quot;if (suffix)&quot;, add the line:

suffix = &quot;&quot;;

Jar up the content directory and replace the existing browser.jar with it. After restarting Firefox, you should find that Shift-Enter does the same as Enter.

I'm sure someone who's more familiar with the Mozilla codebase than me could figure out how to do the above from an extension, but it works for me for now...</description>
		<content:encoded><![CDATA[	<p>Yes, I find this behaviour extremely annoying too...</p>
	<p>I don't think there's a <em>nice</em> way of disabling it, but it's not too difficult to do, since all the UI behaviour is written in Javascript. Here's what I did:</p>
	<p>Have a poke around in your Firefox installation directory and find chrome/browser.jar. Extract this into a new directory (either using the Java jar program, or any Zip implementation), and open content/browser/browser.js in a text editor. Search for "canonizeUrl", which is the function that does the URL-mangling. After the end of the switch statement and before the "if (suffix)", add the line:</p>
	<p>suffix = "";</p>
	<p>Jar up the content directory and replace the existing browser.jar with it. After restarting Firefox, you should find that Shift-Enter does the same as Enter.</p>
	<p>I'm sure someone who's more familiar with the Mozilla codebase than me could figure out how to do the above from an extension, but it works for me for now...
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniel Rutter</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-265</link>
		<pubDate>Fri, 10 Nov 2006 04:41:11 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-265</guid>
					<description>ClumsyFingers would be perfect, but it doesn't work with Firefox 2; Keyconfig doesn't seem to know about the special address bar shortcuts at all.</description>
		<content:encoded><![CDATA[	<p>ClumsyFingers would be perfect, but it doesn't work with Firefox 2; Keyconfig doesn't seem to know about the special address bar shortcuts at all.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: shimavak</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-264</link>
		<pubDate>Fri, 10 Nov 2006 03:59:42 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-264</guid>
					<description>I think this one extension will do what you want it to do:

http://gridley.res.carleton.edu/~morrowa/software/clumsyfingers.html

But there may be a more elegant solution available by means of this addon:

http://forums.mozillazine.org/viewtopic.php?t=72994

It should allow you to remap other commands as well, but it doesn't seem to always unassign the previous keybinding.

Either way there should be a better way of making it work, but the best alternative I can think of would be to compile your own copy of firefox without the (arguably) silly keybindings.</description>
		<content:encoded><![CDATA[	<p>I think this one extension will do what you want it to do:</p>
	<p><a href='http://gridley.res.carleton.edu/~morrowa/software/clumsyfingers.html' rel='nofollow'>http://gridley.res.carleton.edu/~morrowa/software/clumsyfingers.html</a></p>
	<p>But there may be a more elegant solution available by means of this addon:</p>
	<p><a href='http://forums.mozillazine.org/viewtopic.php?t=72994' rel='nofollow'>http://forums.mozillazine.org/viewtopic.php?t=72994</a></p>
	<p>It should allow you to remap other commands as well, but it doesn't seem to always unassign the previous keybinding.</p>
	<p>Either way there should be a better way of making it work, but the best alternative I can think of would be to compile your own copy of firefox without the (arguably) silly keybindings.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniel Rutter</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-263</link>
		<pubDate>Fri, 10 Nov 2006 02:29:29 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-263</guid>
					<description>Of course, you can get the same functionality slightly slower by just typing [domainname without suffix] into the address bar and pressing Enter, That'll give you the first Google result, which is practically certain to be what you want.

This takes longer, but also saves you from going to a lame domain parking page at thing.com when you've forgotten that what you actually wanted was thing.net or .org.</description>
		<content:encoded><![CDATA[	<p>Of course, you can get the same functionality slightly slower by just typing [domainname without suffix] into the address bar and pressing Enter, That'll give you the first Google result, which is practically certain to be what you want.</p>
	<p>This takes longer, but also saves you from going to a lame domain parking page at thing.com when you've forgotten that what you actually wanted was thing.net or .org.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: emrikol</title>
		<link>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-262</link>
		<pubDate>Fri, 10 Nov 2006 02:10:38 +0000</pubDate>
		<guid>http://dansdata.blogsome.com/2006/11/10/firefoxs-least-useful-feature/#comment-262</guid>
					<description>I personally LOVE Ctrl+Enter.  That was the main reason I never used Mozilla Phoenix over IE, until they finally let me use it.  I am the epitome of lazy!</description>
		<content:encoded><![CDATA[	<p>I personally LOVE Ctrl+Enter.  That was the main reason I never used Mozilla Phoenix over IE, until they finally let me use it.  I am the epitome of lazy!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

