From b85399308d6b4466c505f91386879764bfd7263d Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 9 Dec 2016 15:50:55 -0800 Subject: [PATCH] Swap tutorialZone key for skipping step --- tutorial/tutorialZone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }