2014-07-22 09:38:32 -04:00
|
|
|
script(type="text/ng-template", id="hotkeysModalTemplate")
|
|
|
|
.modal-header
|
|
|
|
button.close(
|
|
|
|
type="button"
|
|
|
|
data-dismiss="modal"
|
|
|
|
ng-click="cancel()"
|
|
|
|
) ×
|
2014-07-31 12:07:43 -04:00
|
|
|
h3 #{translate("hotkeys")}
|
2014-07-22 09:38:32 -04:00
|
|
|
.modal-body.modal-hotkeys
|
2014-07-31 12:07:43 -04:00
|
|
|
h3 #{translate("common")}
|
2014-07-22 09:38:32 -04:00
|
|
|
.row
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2014-07-22 09:38:32 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + F
|
|
|
|
span.description Find (and replace)
|
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + Enter
|
|
|
|
span.description Compile
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2014-07-22 09:38:32 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + Z
|
|
|
|
span.description Undo
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2014-07-22 09:38:32 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + Y
|
|
|
|
span.description Redo
|
2014-07-31 12:07:43 -04:00
|
|
|
h3 #{translate("navigation")}
|
2014-07-22 09:38:32 -04:00
|
|
|
.row
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2014-07-22 09:38:32 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + Home
|
|
|
|
span.description Beginning of document
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2014-07-22 09:38:32 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + End
|
|
|
|
span.description End of document
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2014-07-22 09:38:32 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + L
|
|
|
|
span.description Go To Line
|
2014-07-31 12:07:43 -04:00
|
|
|
h3 #{translate("editing")}
|
2014-07-22 09:38:32 -04:00
|
|
|
.row
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2014-07-22 09:38:32 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + /
|
|
|
|
span.description Toggle Comment
|
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + D
|
|
|
|
span.description Delete Current Line
|
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + A
|
|
|
|
span.description Select All
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2014-07-22 09:38:32 -04:00
|
|
|
.hotkey
|
2016-02-04 10:52:38 -05:00
|
|
|
span.combination Ctrl + U
|
2014-07-22 09:38:32 -04:00
|
|
|
span.description To Uppercase
|
|
|
|
.hotkey
|
|
|
|
span.combination Ctrl + Shift + U
|
|
|
|
span.description To Lowercase
|
2017-05-19 10:52:04 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination Tab
|
|
|
|
span.description Indent Selection
|
|
|
|
.col-xs-4
|
2016-02-04 10:52:38 -05:00
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + B
|
|
|
|
span.description Bold text
|
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + I
|
|
|
|
span.description Italic Text
|
2016-08-31 08:31:04 -04:00
|
|
|
|
|
|
|
h3 #{translate("autocomplete")}
|
|
|
|
.row
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2016-08-31 08:31:04 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination Ctrl + Space
|
|
|
|
span.description Autocomplete Menu
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2016-08-31 08:31:04 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination Tab / Up / Down
|
|
|
|
span.description Select Candidate
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2016-08-31 08:31:04 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination Enter
|
|
|
|
span.description Insert Candidate
|
|
|
|
|
2016-08-31 08:54:51 -04:00
|
|
|
h3 !{translate("autocomplete_references")}
|
2016-08-31 08:31:04 -04:00
|
|
|
.row
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
2016-08-31 08:31:04 -04:00
|
|
|
.hotkey
|
|
|
|
span.combination Ctrl + Space
|
|
|
|
span.description Search References
|
|
|
|
|
2017-08-03 10:16:54 -04:00
|
|
|
h3(ng-if="trackChangesVisible") #{translate("review")}
|
|
|
|
.row(ng-if="trackChangesVisible")
|
2017-05-19 10:52:04 -04:00
|
|
|
.col-xs-4
|
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + J
|
|
|
|
span.description Toggle review panel
|
|
|
|
.col-xs-4
|
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + Shift + A
|
|
|
|
span.description Toggle track changes
|
|
|
|
.col-xs-4
|
|
|
|
.hotkey
|
|
|
|
span.combination {{ctrl}} + Shift + C
|
|
|
|
span.description Add a comment
|
2016-08-31 08:31:04 -04:00
|
|
|
|
2014-07-22 09:38:32 -04:00
|
|
|
.modal-footer
|
|
|
|
button.btn.btn-default(
|
|
|
|
ng-click="cancel()"
|
2017-08-03 10:16:54 -04:00
|
|
|
) #{translate("ok")}
|