Update main.js
This commit is contained in:
parent
070f8b8a85
commit
48fd259e80
1 changed files with 3 additions and 0 deletions
|
@ -633,6 +633,9 @@ scene("Help", (noTrans) => {
|
||||||
onKeyPress("down", () => {changeSongIdx(-1)});
|
onKeyPress("down", () => {changeSongIdx(-1)});
|
||||||
onKeyPress("up", () => {changeSongIdx(1)});
|
onKeyPress("up", () => {changeSongIdx(1)});
|
||||||
onKeyPress("`", () => {go("Chart", index.song)});
|
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)});
|
lt.onClick(() => {changeIdx(-1)});
|
||||||
rt.onClick(() => {changeIdx(1)});
|
rt.onClick(() => {changeIdx(1)});
|
||||||
dt.onClick(() => {changeSongIdx(-1)});
|
dt.onClick(() => {changeSongIdx(-1)});
|
||||||
|
|
Loading…
Reference in a new issue