We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a90c8 commit 9f2a0d2Copy full SHA for 9f2a0d2
1 file changed
src/drill/script.js
@@ -32,6 +32,7 @@ document.addEventListener("keydown", function (event) {
32
33
const keybindings = {
34
" ": "reveal", // Space
35
+ u: "undo",
36
1: "forgot",
37
2: "hard",
38
3: "good",
0 commit comments