gonzopi

git clone https://git.tarina.org/gonzopi
Log | Files | Refs | README | LICENSE

commit ffe5405492cdd037dce2cc059612535154c2d9d9
parent fea153e33a74b110decb1161e3b753ed8dbbf5bb
Author: rbckman <rob@tarina.org>
Date:   Tue,  7 May 2024 10:18:12 +0100

space bar record

Diffstat:
Msrv/templates/index.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/srv/templates/index.html b/srv/templates/index.html @@ -11,6 +11,8 @@ $$(document).on('keydown', function (event) { $$('#DOWN').trigger('click'); } else if (event.which == 33) { $$('#RECORD').trigger('click'); + } else if (event.which == 32) { + $$('#RECORD').trigger('click'); } else if (event.which == 34) { $$('#RETAKE').trigger('click'); } else if (event.which == 9) {