mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Trigger autocomplete with Shift-Space, in addition to existing triggers
This commit is contained in:
parent
b73b78e570
commit
c9678ad699
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ define [
|
||||||
$(editor.completer.popup?.container).css({'font-size': @$scope.fontSize + 'px'})
|
$(editor.completer.popup?.container).css({'font-size': @$scope.fontSize + 'px'})
|
||||||
if editor.completer?.completions?.filtered?.length == 0
|
if editor.completer?.completions?.filtered?.length == 0
|
||||||
editor.completer.detach()
|
editor.completer.detach()
|
||||||
bindKey: "Ctrl-Space|Ctrl-Shift-Space|Alt-Space"
|
bindKey: "Ctrl-Space|Ctrl-Shift-Space|Alt-Space|Shift-Space"
|
||||||
}
|
}
|
||||||
|
|
||||||
Util.retrievePrecedingIdentifier = (text, pos, regex) ->
|
Util.retrievePrecedingIdentifier = (text, pos, regex) ->
|
||||||
|
|
Loading…
Reference in a new issue