From 9d0a9f16cffd135220970cd0ba944b88400a734e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 7 Jan 2019 00:20:23 -0500 Subject: Add Q/Home binding in explore --- explore.html | 1 + 1 file changed, 1 insertion(+) (limited to 'explore.html') 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; -- cgit 1.4.1