Closed Miodec closed 5 years ago
Just a thought - instead of pressing tab + enter to restart the test you could just remove the button, make it a bit cleaner and just have the tab key restart the test by adding a key listener and checking for tab keycode.
The only problem is that excludes users who need to use tab to navigate the page from having full functionality on the site.
As @jakergrossman said
Just a thought - instead of pressing tab + enter to restart the test you could just remove the button, make it a bit cleaner and just have the tab key restart the test by adding a key listener and checking for tab keycode.