Skip question using only shift+click because ctrl is hard on mac/safari
This commit is contained in:
parent
bfb7f477af
commit
0a9055431f
|
@ -56,7 +56,7 @@ function startTotalTimer() {
|
||||||
|
|
||||||
function skipWaitNextQuestion(event) {
|
function skipWaitNextQuestion(event) {
|
||||||
|
|
||||||
if (!event.ctrlKey || !event.shiftKey)
|
if (!event.shiftKey)
|
||||||
return
|
return
|
||||||
|
|
||||||
console.log('Skipping/Bypassing wait timer')
|
console.log('Skipping/Bypassing wait timer')
|
||||||
|
|
Loading…
Reference in New Issue