diff --git a/tutorial/tutorialZone.js b/tutorial/tutorialZone.js
index 01e2aa4c52..78443ef7df 100644
--- a/tutorial/tutorialZone.js
+++ b/tutorial/tutorialZone.js
@@ -45,7 +45,7 @@ if (!Function.prototype.bind) {
         keyReleaseHandler: function(event) {
             print(event.text);
             if (event.isShifted && event.isAlt) {
-                if (event.text == ",") {
+                if (event.text == "F12") {
                     if (!this.tutorialManager.startNextStep()) {
                         this.tutorialManager.startTutorial();
                     }