We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad404b3 + 1dfa185 commit 5372079Copy full SHA for 5372079
1 file changed
calc.js
@@ -28,7 +28,7 @@ for (item of buttons) {
28
}
29
30
document.addEventListener("keydown", function (event) {
31
- console.log(event.which);
+
32
if (event.shiftKey == 57) {
33
event.key = "(";
34
} else if (event.shiftKey == 48) {
0 commit comments