feature(edit) go to line: Ctrl+G -> Ctrl+L

This commit is contained in:
coderaiser 2015-02-27 10:56:54 -05:00
parent ed9763a257
commit 0a19e803b8

View file

@ -166,7 +166,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format, edward;
'Save Ctrl+S' : function() {
edward.save();
},
'Go To Line Ctrl+G' : function() {
'Go To Line Ctrl+L' : function() {
edward.goToLine();
},
'Select All Ctrl+A' : function() {