Add Autocomplete descriptions to hotkeys

This commit is contained in:
Shane Kilkelly 2016-08-31 13:31:04 +01:00
parent 47b1a5099a
commit f849bf6d4c

View file

@ -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()"