<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,7 @@
 			qm += &quot;&lt;li&gt;&lt;b&gt;s&lt;/b&gt; - shows qunit overlay&lt;/li&gt;&quot;;
 			qm += &quot;&lt;li&gt;&lt;b&gt;h&lt;/b&gt; - hides qunit overlay&lt;/li&gt;&quot;;
 			qm += &quot;&lt;li&gt;&lt;b&gt;a&lt;/b&gt; - runs all tests&lt;/li&gt;&quot;;
-			qm += &quot;&lt;li&gt;&lt;b&gt;r&lt;/b&gt; - shows/hides results&lt;/li&gt;&quot;;
+			qm += &quot;&lt;li&gt;&lt;b&gt;t&lt;/b&gt; - shows/hides tests&lt;/li&gt;&quot;;
 			qm += &quot;&lt;/ul&gt;&quot;;
 			qm += &quot;&lt;/div&gt;&quot;;
 
@@ -51,6 +51,7 @@
 		respond_to_key: function respond_to_key(e) 
 		{
 			var unicode = e.keyCode? e.keyCode : e.charCode;
+			console.log(unicode);
 			if(document.activeElement['nodeName'] != &quot;INPUT&quot;) {
 				switch (unicode) {
 					case 83: case 115: 			// s keypress
@@ -68,7 +69,7 @@
 					case 65: case 97: 			// a keypress
 						$(&quot;#qunit-all-tests&quot;).click();
 				    break;
-					case 82: case 114: 			// r keypress
+					case 84: case 116: 			// t keypress
 						if($(&quot;#qunit-results&quot;).height() &gt; 0) {
 							$(&quot;#qunit-results&quot;).animate({ height: &quot;0px&quot;}, 500 );
 						} else {</diff>
      <filename>public/javascripts/qunit_for_rails.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e068aa06ad9fd83ee03853f2efbe9725505e2611</id>
    </parent>
  </parents>
  <author>
    <name>Michael Krisher</name>
    <email>mike@mikekrisher.com</email>
  </author>
  <url>http://github.com/mkrisher/qunit_for_rails/commit/5ccbb96ddb7b0c7d64b49d14a661d8e781201294</url>
  <id>5ccbb96ddb7b0c7d64b49d14a661d8e781201294</id>
  <committed-date>2009-10-28T10:24:36-07:00</committed-date>
  <authored-date>2009-10-28T10:24:36-07:00</authored-date>
  <message>changed r keypress to t, because r was driving me crazy firing on refresh keystroke</message>
  <tree>8696023200166faa4900bcc09cb57acba199b40b</tree>
  <committer>
    <name>Michael Krisher</name>
    <email>mike@mikekrisher.com</email>
  </committer>
</commit>
