X-Git-Url: https://git.distorted.org.uk/~mdw/tgal/blobdiff_plain/e9f8c99ed456dc006c02e2dbde1568b5bb04476b..252d02c202a0b1ed421edf1c9c65122f000a1e18:/static/tgal.js diff --git a/static/tgal.js b/static/tgal.js index e77973b..33f380d 100644 --- a/static/tgal.js +++ b/static/tgal.js @@ -28,7 +28,6 @@ addEventListener("keydown", function (ev) { var dir; if (ev.key === " " || ev.key === "ArrowRight") dir = "next"; - else if (ev.key === " " || ev.key === "ArrowRight") dir = "next"; else if (ev.key === "Backspace" || ev.key === "ArrowLeft") dir = "prev"; else if (ev.key === "^") dir = "up"; else if (ev.key === "<") dir = "first";