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