<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>jquery.hotkeys-0.7.8-packed.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,7 @@
 		&lt;title&gt;Twoot&lt;/title&gt;
 		&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;application/xhtml+xml; charset=utf-8&quot; /&gt;
 		&lt;script type=&quot;text/javascript&quot; src=&quot;jquery-latest.pack.js&quot;&gt;&lt;/script&gt;
+		&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.hotkeys-0.7.8-packed.js&quot;&gt;&lt;/script&gt;
 		&lt;script type=&quot;text/javascript&quot; src=&quot;twoot.js&quot;&gt;&lt;/script&gt;
 		&lt;link href=&quot;styles/hud-black-avatars/style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
 &lt;/head&gt;</diff>
      <filename>twoot.htm</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,6 @@
 /*
- * This file is based on the jquery tweet extension by http://tweet.seaofclouds.com/
+ * The Twitter request code is based on the jquery tweet extension by http://tweet.seaofclouds.com/
  *
- * Be aware that this was a five minute hack and very little cleaning has been made.
  * */
 var LAST_UPDATE;
 
@@ -83,11 +82,8 @@ function getSinceParameter() {
 
 
 function refreshMessages() {
-
 	$(&quot;.tweets&quot;).gettweets();
-
 	LAST_UPDATE = new Date().toGMTString();	
-
 	return;
 }
 
@@ -128,4 +124,7 @@ $(document).ready(function(){
 
 		//set timer to recalc timestamps every 60 secs
 		window.setInterval(&quot;recalcTime()&quot;, 60000);
+
+		//Bind r key to request new messages
+		$(document).bind('keydown', {combi:'r', disableInInput: true}, refreshMessages);
 });</diff>
      <filename>twoot.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0382a48a27c9e71af34ce28a153b3f3231424a96</id>
    </parent>
  </parents>
  <author>
    <name>Peter Krantz</name>
    <email>peter.krantz@gmail.com</email>
  </author>
  <url>http://github.com/peterk/twoot/commit/a7cd9ff71ec946e40cea61b3c4900f3fc038089b</url>
  <id>a7cd9ff71ec946e40cea61b3c4900f3fc038089b</id>
  <committed-date>2008-11-15T05:55:36-08:00</committed-date>
  <authored-date>2008-11-15T05:55:36-08:00</authored-date>
  <message>Fetch new tweets by pressing 'r' key.</message>
  <tree>787a24bd458b6ed8bddd5d05370686859be42ab6</tree>
  <committer>
    <name>Peter Krantz</name>
    <email>peter.krantz@gmail.com</email>
  </committer>
</commit>
