fix(edit) Go To Line: Ctrl+L -> Ctrl+G

This commit is contained in:
coderaiser 2016-03-05 15:01:59 -05:00
parent 704dacb0cf
commit 52a151f4b0

View file

@ -176,7 +176,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format;
'Save Ctrl+S' : function() {
editor.save();
},
'Go To Line Ctrl+L' : function() {
'Go To Line Ctrl+G' : function() {
editor.goToLine();
},
'Cut Ctrl+X' : function() {