mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 17:51:35 +00:00
Add Autocomplete descriptions to hotkeys
This commit is contained in:
parent
47b1a5099a
commit
f849bf6d4c
1 changed files with 25 additions and 0 deletions
|
@ -66,6 +66,31 @@ script(type="text/ng-template", id="hotkeysModalTemplate")
|
|||
.hotkey
|
||||
span.combination {{ctrl}} + I
|
||||
span.description Italic Text
|
||||
|
||||
h3 #{translate("autocomplete")}
|
||||
.row
|
||||
.col-xs-6
|
||||
.hotkey
|
||||
span.combination Ctrl + Space
|
||||
span.description Autocomplete Menu
|
||||
|
||||
.col-xs-6
|
||||
.hotkey
|
||||
span.combination Tab / Up / Down
|
||||
span.description Select Candidate
|
||||
|
||||
.hotkey
|
||||
span.combination Enter
|
||||
span.description Insert Candidate
|
||||
|
||||
h3 #{translate("autocomplete_references")}
|
||||
.row
|
||||
.col-xs-6
|
||||
.hotkey
|
||||
span.combination Ctrl + Space
|
||||
span.description Search References
|
||||
|
||||
|
||||
.modal-footer
|
||||
button.btn.btn-default(
|
||||
ng-click="cancel()"
|
||||
|
|
Loading…
Reference in a new issue