about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--explore.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/explore.html b/explore.html
index 6508cec..37967fa 100644
--- a/explore.html
+++ b/explore.html
@@ -78,6 +78,7 @@ Code is available from
 	rarr.onclick = () => move( 1,  0);
 	document.onkeydown = function(event) {
 		switch (event.key) {
+			case "Q": case "Home":       home.onclick(); break;
 			case "h": case "ArrowLeft":  larr.onclick(); break;
 			case "j": case "ArrowDown":  darr.onclick(); break;
 			case "k": case "ArrowUp":    uarr.onclick(); break;
/td>Jason A. Donenfeld 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 2014-01-16t0111: Additions and fixesLukas Fleischer 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer