mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(edit) Go To Line: Ctrl+L -> Ctrl+G
This commit is contained in:
parent
704dacb0cf
commit
52a151f4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue