score: add keymap comment
parent
32256292a8
commit
f764b0a7e5
|
|
@ -50,6 +50,8 @@ function setupInputWatchers(init) {
|
||||||
let i = settings.mirrorScoreButtons ? v : v * -1;
|
let i = settings.mirrorScoreButtons ? v : v * -1;
|
||||||
handleInput(Math.floor((i+2)/2));
|
handleInput(Math.floor((i+2)/2));
|
||||||
} else {
|
} else {
|
||||||
|
// +1 -> 4
|
||||||
|
// -1 -> 3
|
||||||
handleInput(Math.floor((v+2)/2)+3);
|
handleInput(Math.floor((v+2)/2)+3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue