Created
July 11, 2019 15:00
-
-
Save triacontane/9049e97f4f2f4caa638ff762d8e68b03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
'use strict'; | |
delete Input.keyMapper[27]; // escape key code | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment