diff --git a/src/main.as b/src/main.as index 8ae28f0..2d1a745 100644 --- a/src/main.as +++ b/src/main.as @@ -119,7 +119,7 @@ if (e.keyCode == 32) { // clickGoButton(); } - if (e.keyCode == 116 || (e.ctrlKey && e.keyCode == 82)) { // or + if (e.keyCode == 116 || e.keyCode == 82) { // or reset(); } }); @@ -470,4 +470,4 @@ t.start(); } } -} \ No newline at end of file +}