mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(edit) go to line: Ctrl+G -> Ctrl+L
This commit is contained in:
parent
ed9763a257
commit
0a19e803b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue