<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@
 			var qm = &quot;&quot;;
 			qm += &quot;&lt;div id=\&quot;qunit-menu\&quot;&gt;&quot;;
 			qm += &quot;&lt;ul class=\&quot;qunit-menu\&quot;&gt;&quot;;
-			qm += &quot;&lt;li&gt;&lt;b&gt;Shortcuts:&lt;/b&gt;&lt;/li&gt;&quot;;
+			qm += &quot;&lt;li&gt;&lt;b&gt;Shortcuts (shift + ):&lt;/b&gt;&lt;/li&gt;&quot;;
 			qm += &quot;&lt;li&gt;&lt;b&gt;?&lt;/b&gt; - shows/hides the menu&lt;/li&gt;&quot;;
 			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;;
@@ -53,35 +53,36 @@
 			if (document.activeElement['nodeName'] == &quot;INPUT&quot; || document.activeElement['nodeName'] == &quot;TEXTAREA&quot;) {
 				// escape if in a textfield
 			} else {
-				var unicode = e.keyCode? e.keyCode : e.charCode;
-				console.log(document.activeElement['nodeName']);
-				switch (unicode) {
-					case 83: case 115: 			// s keypress
-			    	$('#qunit-overlay').show();
-				    break;
-				  case 72: case 104: 			// h keypress
-				  	if($(&quot;#qunit-results&quot;).height() &gt; 0)
-							$(&quot;#qunit-results&quot;).animate({ height: &quot;0px&quot;}, 500 );
-						$('#qunit-overlay').hide();
-				    break;
-				 	case 191: case 47: 			// ? keypress
-				  	$('#qunit-overlay').show();
-						$('#qunit-menu').toggle();
-				    break;
-					case 65: case 97: 			// a keypress
-						$(&quot;#qunit-all-tests&quot;).click();
-				    break;
-					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 {
-							$('#qunit-overlay').show();
-							$(&quot;#qunit-results&quot;).animate({ height: &quot;400px&quot;}, 500 );
-						}
-						break;
-				  default:
-			    	break;
-			  }
+				if (e.shiftKey) {
+					var unicode = e.keyCode? e.keyCode : e.charCode;
+					switch (unicode) {
+						case 83: case 115: 			// s keypress
+				    	$('#qunit-overlay').show();
+					    break;
+					  case 72: case 104: 			// h keypress
+					  	if($(&quot;#qunit-results&quot;).height() &gt; 0)
+								$(&quot;#qunit-results&quot;).animate({ height: &quot;0px&quot;}, 500 );
+							$('#qunit-overlay').hide();
+					    break;
+					 	case 191: case 47: 			// ? keypress
+					  	$('#qunit-overlay').show();
+							$('#qunit-menu').toggle();
+					    break;
+						case 65: case 97: 			// a keypress
+							$(&quot;#qunit-all-tests&quot;).click();
+					    break;
+						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 {
+								$('#qunit-overlay').show();
+								$(&quot;#qunit-results&quot;).animate({ height: &quot;400px&quot;}, 500 );
+							}
+							break;
+					  default:
+				    	break;
+				  }
+				}
 			}
 		},
 </diff>
      <filename>public/javascripts/qunit_for_rails.js</filename>
    </modified>
    <modified>
      <diff>@@ -162,7 +162,7 @@ ul.qunit li.last
 #qunit-menu
 {
 	float: left;
-	width: 680px;
+	width: 690px;
 	height: 30px;
 	background: url(/images/bg_diagonalDarkBlue.gif) rgb(51, 51, 51);
 	padding: 2px;</diff>
      <filename>public/stylesheets/qunit_for_rails.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>71738ceb85eff1767711e96bdec9d20d798adb95</id>
    </parent>
  </parents>
  <author>
    <name>Michael Krisher</name>
    <email>mike@mikekrisher.com</email>
  </author>
  <url>http://github.com/mkrisher/qunit_for_rails/commit/07cc3bd16c48414d92e79765952cff8dd41b09b1</url>
  <id>07cc3bd16c48414d92e79765952cff8dd41b09b1</id>
  <committed-date>2009-10-30T08:17:29-07:00</committed-date>
  <authored-date>2009-10-30T08:17:29-07:00</authored-date>
  <message>switching to shift + keystrokes</message>
  <tree>0f9051e90c253da098bcabb14229441ae9f3510b</tree>
  <committer>
    <name>Michael Krisher</name>
    <email>mike@mikekrisher.com</email>
  </committer>
</commit>
