<?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: Firefox: creating a shortcut to ScrapBook highlight operations with the Keyconfig extension</title>
	<atom:link href="http://www.fsavard.com/flow/2008/07/firefox-creating-a-shortcut-to-scrapbook-highlight-operations-with-the-keyconfig-extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fsavard.com/flow/2008/07/firefox-creating-a-shortcut-to-scrapbook-highlight-operations-with-the-keyconfig-extension/</link>
	<description>Programming, personal knowledge management. Topics unstable.</description>
	<lastBuildDate>Thu, 03 Nov 2011 08:48:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Francois</title>
		<link>http://www.fsavard.com/flow/2008/07/firefox-creating-a-shortcut-to-scrapbook-highlight-operations-with-the-keyconfig-extension/comment-page-1/#comment-19355</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Sun, 30 Oct 2011 14:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=11#comment-19355</guid>
		<description>Thank you Stas for the additional tips. (I&#039;ve added the clarification for key assignment in the text).</description>
		<content:encoded><![CDATA[<p>Thank you Stas for the additional tips. (I&#8217;ve added the clarification for key assignment in the text).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stas</title>
		<link>http://www.fsavard.com/flow/2008/07/firefox-creating-a-shortcut-to-scrapbook-highlight-operations-with-the-keyconfig-extension/comment-page-1/#comment-19345</link>
		<dc:creator>Stas</dc:creator>
		<pubDate>Sat, 29 Oct 2011 20:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=11#comment-19345</guid>
		<description>awesome tips,François - you saved my wrist!

use sbPageEditor.saveOrCapture(1) if you don&#039;t want the pop up. (it&#039;ll just save it into the default location with default settings). (at least it works with scrapbookplus). I used Alt-X since then I don&#039;t need to take my hand off mouse.

it wasn&#039;t obvious how to assign the key (needed to select the entry and then click on the entry at the bottom of the keyconfig screen little textbox)</description>
		<content:encoded><![CDATA[<p>awesome tips,François &#8211; you saved my wrist!</p>
<p>use sbPageEditor.saveOrCapture(1) if you don&#8217;t want the pop up. (it&#8217;ll just save it into the default location with default settings). (at least it works with scrapbookplus). I used Alt-X since then I don&#8217;t need to take my hand off mouse.</p>
<p>it wasn&#8217;t obvious how to assign the key (needed to select the entry and then click on the entry at the bottom of the keyconfig screen little textbox)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://www.fsavard.com/flow/2008/07/firefox-creating-a-shortcut-to-scrapbook-highlight-operations-with-the-keyconfig-extension/comment-page-1/#comment-16483</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Fri, 10 Jun 2011 13:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=11#comment-16483</guid>
		<description>Thanks Andres for the tip! (I like Firefox for that: you can tweak the innards of the software when you want things just right.)

(I&#039;m having a problem though, and it won&#039;t save. Maybe it has to do with the event.originalTarget.id being xxx_key1_Scrapbook_save and not the original menu item?)</description>
		<content:encoded><![CDATA[<p>Thanks Andres for the tip! (I like Firefox for that: you can tweak the innards of the software when you want things just right.)</p>
<p>(I&#8217;m having a problem though, and it won&#8217;t save. Maybe it has to do with the event.originalTarget.id being xxx_key1_Scrapbook_save and not the original menu item?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://www.fsavard.com/flow/2008/07/firefox-creating-a-shortcut-to-scrapbook-highlight-operations-with-the-keyconfig-extension/comment-page-1/#comment-16464</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Thu, 09 Jun 2011 16:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=11#comment-16464</guid>
		<description>Here is the code for a shortcut key for capturing a selection as...

On KEYCONFIG make a new key. On the /*CODE*/ put this
sbBrowserOverlay.execCapture(1, true , true , event.originalTarget.id)

On a single line.
Put a name you&#039;ll remembre &quot;Save Selection Scrapbook&quot; or whatever come in handy for you.

Assign a shortcut key (mine was &quot;SHIFT&quot; + &quot;&gt;&quot;, cause they where close to the space bar)

Now I don&#039;t have to navigate the context menu!!!</description>
		<content:encoded><![CDATA[<p>Here is the code for a shortcut key for capturing a selection as&#8230;</p>
<p>On KEYCONFIG make a new key. On the /*CODE*/ put this<br />
sbBrowserOverlay.execCapture(1, true , true , event.originalTarget.id)</p>
<p>On a single line.<br />
Put a name you&#8217;ll remembre &#8220;Save Selection Scrapbook&#8221; or whatever come in handy for you.</p>
<p>Assign a shortcut key (mine was &#8220;SHIFT&#8221; + &#8220;&gt;&#8221;, cause they where close to the space bar)</p>
<p>Now I don&#8217;t have to navigate the context menu!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francois</title>
		<link>http://www.fsavard.com/flow/2008/07/firefox-creating-a-shortcut-to-scrapbook-highlight-operations-with-the-keyconfig-extension/comment-page-1/#comment-6810</link>
		<dc:creator>francois</dc:creator>
		<pubDate>Fri, 08 May 2009 15:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=11#comment-6810</guid>
		<description>Scrapbook is really useful, good thing to try for sure :) And you don&#039;t have to read the second part about the &quot;Underlying explanations&quot; to get the shortcuts to work. (By the way I now use those shortcuts all the time when reading long articles).</description>
		<content:encoded><![CDATA[<p>Scrapbook is really useful, good thing to try for sure <img src='http://www.fsavard.com/flow/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And you don&#8217;t have to read the second part about the &#8220;Underlying explanations&#8221; to get the shortcuts to work. (By the way I now use those shortcuts all the time when reading long articles).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scrapbooking</title>
		<link>http://www.fsavard.com/flow/2008/07/firefox-creating-a-shortcut-to-scrapbook-highlight-operations-with-the-keyconfig-extension/comment-page-1/#comment-6809</link>
		<dc:creator>Scrapbooking</dc:creator>
		<pubDate>Mon, 04 May 2009 20:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.fsavard.com/blog/?p=11#comment-6809</guid>
		<description>Wow, I didn&#039;t even know that you could change those kinds of things... it kind of seems a bit too technical for me. But i&#039;m definitely going to download the Firefox ScrapBook application.

thanks!
-Charlene</description>
		<content:encoded><![CDATA[<p>Wow, I didn&#8217;t even know that you could change those kinds of things&#8230; it kind of seems a bit too technical for me. But i&#8217;m definitely going to download the Firefox ScrapBook application.</p>
<p>thanks!<br />
-Charlene</p>
]]></content:encoded>
	</item>
</channel>
</rss>

