Replace all with Alt-Enter fixed.
This commit is contained in:
parent
a33cc3223a
commit
4b44bad687
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ var SearchBox = function(editor, range, showReplaceForm) {
|
|||
},
|
||||
"Alt-Return": function(sb) {
|
||||
if (sb.activeInput == sb.replaceInput)
|
||||
sb.replace();
|
||||
sb.replaceAll();
|
||||
sb.findAll();
|
||||
},
|
||||
"Tab": function(sb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue