<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Google Reader Enter/Return Opens Item in New Tab | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/11610</link>
    <description>Recent comments on userscript: Google Reader Enter/Return Opens Item in New Tab</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by ttfn</title>
      <description>&lt;p&gt;Changing the third parameter of the addEventListener to true seems to get the script working again.&lt;/p&gt;</description>
      <pubDate>Tue, 25 Mar 2008 20:07:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39487</guid>
      <author>ttfn</author>
      <link>http://userscripts.org/posts/39487</link>
    </item>
    <item>
      <title>Archived Comments, replied by Lenny Domnitser</title>
      <description>&lt;p&gt;wei, I noticed this stop working recently, too. Weirdly, the 'o' shortcut provided by Google isn't working for me either, but j/k still work. I'm pretty busy now, so no guarantees about a timely fix, but I'll look into this when I can.&lt;/p&gt;</description>
      <pubDate>Fri, 07 Mar 2008 14:18:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39488</guid>
      <author>Lenny Domnitser</author>
      <link>http://userscripts.org/posts/39488</link>
    </item>
    <item>
      <title>Archived Comments, replied by wei</title>
      <description>&lt;p&gt;Sorry, but this doesn't work any longer on a normal basis.&lt;/p&gt;

&lt;p&gt;It only works after I click on a link. Normal Google Reader keyboard shortcuts then no longer work.&lt;/p&gt;</description>
      <pubDate>Fri, 07 Mar 2008 11:32:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39489</guid>
      <author>wei</author>
      <link>http://userscripts.org/posts/39489</link>
    </item>
    <item>
      <title>Archived Comments, replied by wei</title>
      <description>&lt;p&gt;Hi, is there a way to deactivate this script when focus is on the search form? Currently hitting 'Enter' while a post is selected AND focus is on the search field causes the selected post to be opened.&lt;/p&gt;

&lt;p&gt;Only the search should be submitted.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Feb 2008 14:15:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39490</guid>
      <author>wei</author>
      <link>http://userscripts.org/posts/39490</link>
    </item>
    <item>
      <title>Archived Comments, replied by Denis Golomazov</title>
      <description>&lt;p&gt;I've written a new script based on this one, which I consider a bit handier (at least to me). You can check it here:
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/12654&quot;&gt;Google Reader Background &amp;amp; Read&lt;/a&gt;&lt;b&gt;@Lenny:&lt;/b&gt; thanks for the idea)&lt;/p&gt;</description>
      <pubDate>Sun, 30 Sep 2007 10:19:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39491</guid>
      <author>Denis Golomazov</author>
      <link>http://userscripts.org/posts/39491</link>
    </item>
    <item>
      <title>Archived Comments, replied by Lenny Domnitser</title>
      <description>&lt;p&gt;@Denis/Pavel: I'm happy with the script as it is, but it's released under the &lt;a href=&quot;http://www.gnu.org/copyleft/gpl.html&quot;&gt;GNU GPL&lt;/a&gt;, so you can upload a modified version to userscripts.org. If you do, please link back to here in the description, and leave a comment on this script with a link to your version.&lt;/p&gt;</description>
      <pubDate>Sat, 29 Sep 2007 17:27:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39492</guid>
      <author>Lenny Domnitser</author>
      <link>http://userscripts.org/posts/39492</link>
    </item>
    <item>
      <title>Archived Comments, replied by Pavel Zrumov</title>
      <description>&lt;p&gt;I've managed to change your script: now it reacts on &quot;b&quot; key press. All you have to do is write&lt;/p&gt;

&lt;p&gt;if (String.fromCharCode(event.which)==&quot;b&quot; &amp;amp;&amp;amp; !event.ctrlKey)  {&lt;/p&gt;

&lt;p&gt;instead of&lt;/p&gt;

&lt;p&gt;if(event.keyCode == 13)&lt;/p&gt;

&lt;p&gt;Perhaps it would be better to combine this action with &quot;mark as read&quot; action, but i don't know how to do it yet.&lt;/p&gt;</description>
      <pubDate>Sat, 29 Sep 2007 09:13:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39493</guid>
      <author>Pavel Zrumov</author>
      <link>http://userscripts.org/posts/39493</link>
    </item>
    <item>
      <title>Archived Comments, replied by Denis Golomazov</title>
      <description>&lt;p&gt;The script works great if I open the item ('o') then understand that it's worth reading and open it in a background tab by pressing 'Enter'. This also closes the item automatically, what is very handy.&lt;/p&gt;

&lt;p&gt;But there is another pattern: I just look at the title of item and want to open it in background without expanding in reader. What should I do? 
&lt;br /&gt;First variant: I press 'o' and then press Enter just like described before.
&lt;br /&gt;Second variant: I press Enter, the item is opening in background BUT it's also opening in reader! And I have to close it by pressing 'o'!&lt;/p&gt;

&lt;p&gt;Could you please change this behaviour so that it would be as follows: if I press 'Enter' on unexpanded item, it opens in background and ~doesn't expand~. &lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;</description>
      <pubDate>Sat, 29 Sep 2007 07:47:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39494</guid>
      <author>Denis Golomazov</author>
      <link>http://userscripts.org/posts/39494</link>
    </item>
    <item>
      <title>Archived Comments, replied by tml</title>
      <description>&lt;p&gt;It seems this is a nice way to make the link be opened in the background without having to set browser.tabs.loadDivertedInBackground, which would open anything in the background.&lt;/p&gt;</description>
      <pubDate>Mon, 10 Sep 2007 08:03:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39495</guid>
      <author>tml</author>
      <link>http://userscripts.org/posts/39495</link>
    </item>
    <item>
      <title>Archived Comments, replied by Lenny Domnitser</title>
      <description>&lt;p&gt;'v' opens the item in a new window, not tab. (Yes, Firefox can be configured to open new windows in tabs.)&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2007 22:16:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39496</guid>
      <author>Lenny Domnitser</author>
      <link>http://userscripts.org/posts/39496</link>
    </item>
    <item>
      <title>Archived Comments, replied by engtech</title>
      <description>&lt;p&gt;just a FYI, Google Reader *already* does this when you press 'V'.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.quickonlinetips.com/archives/2007/02/quick-tips-for-google-reader-power-users/&quot;&gt;http://www.quickonlinetips.com/archives/2007/02...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 23 Aug 2007 19:46:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39497</guid>
      <author>engtech</author>
      <link>http://userscripts.org/posts/39497</link>
    </item>
    <item>
      <title>Archived Comments, replied by Lenny Domnitser</title>
      <description>&lt;p&gt;to tag when userscripts.org is fixed: google reader &quot;google reader&quot; googlereader shortcut keyboard accesskey keystroke tab rss feed&lt;/p&gt;</description>
      <pubDate>Tue, 21 Aug 2007 04:31:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39498</guid>
      <author>Lenny Domnitser</author>
      <link>http://userscripts.org/posts/39498</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13014:39486</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/39486</link>
    </item>
  </channel>
</rss>
