Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/main/web/js/chunk-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
const KEY_H = 72;
const KEY_HOME = 36;

const KEY_SPACE = 32;

const KEY_SHIFT = 16;

const body = document.querySelector("body");
Expand All @@ -41,7 +39,6 @@
switch (keyCode) {
case KEY_N:
case KEY_RIGHT:
case KEY_SPACE:
nav_to(event, "next");
break;
case KEY_P:
Expand Down