mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 22:03:38 +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
|
.hotkey
|
||||||
span.combination {{ctrl}} + I
|
span.combination {{ctrl}} + I
|
||||||
span.description Italic Text
|
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
|
.modal-footer
|
||||||
button.btn.btn-default(
|
button.btn.btn-default(
|
||||||
ng-click="cancel()"
|
ng-click="cancel()"
|
||||||
|
|
Loading…
Reference in a new issue