alt style

This commit is contained in:
2025-12-09 18:53:02 +01:00
parent 4f2ea7d607
commit 625968da4a
2 changed files with 16 additions and 4 deletions

View File

@@ -121,7 +121,9 @@ function onkeyup(event) {
case "ArrowRight": this.nextSibling?.focus(); break
case "Home": form.children[0].focus(); break
case "End": form.children[nbLettres-1].focus(); break
default: return
}
event.preventDefault()
}
function play(son) {