Skip question using only shift+click because ctrl is hard on mac/safari

This commit is contained in:
Oskar Winkels 2022-01-03 20:53:17 +01:00
parent bfb7f477af
commit 0a9055431f
Signed by: o.winkels
GPG Key ID: E7484A06E99DAEF1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function startTotalTimer() {
function skipWaitNextQuestion(event) {
if (!event.ctrlKey || !event.shiftKey)
if (!event.shiftKey)
return
console.log('Skipping/Bypassing wait timer')