diff --git a/code/main.js b/code/main.js index 8024ad9..11735f6 100644 --- a/code/main.js +++ b/code/main.js @@ -633,6 +633,9 @@ scene("Help", (noTrans) => { onKeyPress("down", () => {changeSongIdx(-1)}); onKeyPress("up", () => {changeSongIdx(1)}); onKeyPress("`", () => {go("Chart", index.song)}); + onKeyPress("D", () => {go("Chart", index.song)}); + onKeyPress("/", () => {go("Chart", index.song)}); + onKeyPress("7", () => {go("Chart", index.song)}); lt.onClick(() => {changeIdx(-1)}); rt.onClick(() => {changeIdx(1)}); dt.onClick(() => {changeSongIdx(-1)});