Skip to content
Snippets Groups Projects
Commit 07613564 authored by Ed Rogers's avatar Ed Rogers
Browse files

Add fast mode

parent 0ff2a698
Branches
No related tags found
No related merge requests found
......@@ -162,6 +162,9 @@ class TestWindow(QMainWindow):
else:
self.log.hide()
return
if event.key() == Qt.Qt.Key_F:
HearingTest.max_response_time = 0.01
return
if not self.test_running:
if event.key() == Qt.Qt.Key_Escape:
self.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment