<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I assign a hotkey to a Firefox bookmark?</title>
	<link>http://ask.metafilter.com/23032/How-do-I-assign-a-hotkey-to-a-Firefox-bookmark/</link>
	<description>Comments on Ask MetaFilter post How do I assign a hotkey to a Firefox bookmark?</description>
	<pubDate>Tue, 23 Aug 2005 20:03:58 -0800</pubDate>
	<lastBuildDate>Tue, 23 Aug 2005 20:03:58 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I assign a hotkey to a Firefox bookmark?</title>
		<link>http://ask.metafilter.com/23032/How-do-I-assign-a-hotkey-to-a-Firefox-bookmark</link>	
		<description>I have a bookmarklet that I&apos;d like to run by a pressing a hotkey in Firefox -- any suggestions? I&apos;ve set up a mouse gesture to do this, but I&apos;d like a keyboard shortcut as well. </description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.23032</guid>
		<pubDate>Tue, 23 Aug 2005 19:20:15 -0800</pubDate>
		<dc:creator>arathorn</dc:creator>
		
			<category>firefox</category>
		
			<category>mozilla</category>
		
			<category>bookmarklet</category>
		
			<category>javascript</category>
		
	</item> <item>
		<title>By: tresbizzare</title>
		<link>http://ask.metafilter.com/23032/How-do-I-assign-a-hotkey-to-a-Firefox-bookmark#368025</link>	
		<description>There&apos;s an extention for that:&lt;br&gt;
&lt;a href=&quot;http://extensionroom.mozdev.org/more-info/keyconfig&quot;&gt;http://extensionroom.mozdev.org/more-info/keyconfig&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.23032-368025</guid>
		<pubDate>Tue, 23 Aug 2005 20:03:58 -0800</pubDate>
		<dc:creator>tresbizzare</dc:creator>
	</item><item>
		<title>By: arathorn</title>
		<link>http://ask.metafilter.com/23032/How-do-I-assign-a-hotkey-to-a-Firefox-bookmark#368064</link>	
		<description>Yeah, I found the keyconfig extension -- looks like it&apos;ll let me assign a hotkey to a user-defined Javascript command. How do I access/open Firefox bookmarks from Javascript? (Yeah, I probably could just directly assign the hotkey to the javascript content of the bookmarklet, but I have some bookmark management functionality that I would lose by doing this.) Thanks</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.23032-368064</guid>
		<pubDate>Tue, 23 Aug 2005 20:43:36 -0800</pubDate>
		<dc:creator>arathorn</dc:creator>
	</item><item>
		<title>By: tresbizzare</title>
		<link>http://ask.metafilter.com/23032/How-do-I-assign-a-hotkey-to-a-Firefox-bookmark#368094</link>	
		<description>Try this.&lt;br&gt;
&lt;br&gt;
Install keyconfig.&lt;br&gt;
&lt;br&gt;
Assign a keyword in the bookmark&apos;s properties.&lt;br&gt;
&lt;br&gt;
Open the Firefox configuration file prefs.js (C:\Documents and Settings\%USERNAME%\Application Data\Mozilla\Firefox\Profiles\profile_name\prefs.js in Windows XP)&lt;br&gt;
&lt;br&gt;
On a new line add the following: &lt;br&gt;
user_pref(&quot;keyconfig.main.xxx_key__Keyword 1&quot;, &quot;!][][][if(window.loadURI) loadURI(getShortcutOrURI(&apos;BOOKMARKLET_KEYWORD&apos;,{}));&quot;);&lt;br&gt;
&lt;br&gt;
Replace &quot;BOOKMARKLET_KEYWORD&quot; with the keyword you choose.&lt;br&gt;
&lt;br&gt;
Restart Firefox and assign shortcut keys for Keyword 1 in the Keyconfig window. (Tools-&amp;gt;Keyconfig)&lt;br&gt;
&lt;br&gt;
Let me know how it works out.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.23032-368094</guid>
		<pubDate>Tue, 23 Aug 2005 21:53:58 -0800</pubDate>
		<dc:creator>tresbizzare</dc:creator>
	</item><item>
		<title>By: tresbizzare</title>
		<link>http://ask.metafilter.com/23032/How-do-I-assign-a-hotkey-to-a-Firefox-bookmark#368097</link>	
		<description>That should be a single line added to prefs.js.&lt;br&gt;
&lt;br&gt;
&lt;em&gt;user_pref(&quot;keyconfig.main.xxx_key__Keyword 1&quot;, &quot;!][][][if(window.loadURI) loadURI(getShortcutOrURI(&apos;BOOKMARKLET_KEYWORD&apos;,{}));&quot;);&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
If you copy and paste it directly it should work fine.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.23032-368097</guid>
		<pubDate>Tue, 23 Aug 2005 22:00:54 -0800</pubDate>
		<dc:creator>tresbizzare</dc:creator>
	</item>
	</channel>
</rss>
