|
|
@@ -16,15 +16,15 @@
|
|
|
<table class="table">
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.global.Open/Close shortcut help') }}:</th>
|
|
|
- <td ><span class="key cmd-key"></span> + <span class="key">/</span></td>
|
|
|
+ <td><span class="key cmd-key"></span> + <span class="key">/</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.global.Create Page') }}:</th>
|
|
|
- <td ><span class="key">C</span></td>
|
|
|
+ <td><span class="key">C</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.global.Edit Page') }}:</th>
|
|
|
- <td ><span class="key">E</span></td>
|
|
|
+ <td><span class="key">E</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.global.Show Contributors') }}:</th>
|
|
|
@@ -46,7 +46,7 @@
|
|
|
<table class="table">
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Indent') }}:</th>
|
|
|
- <td ><span class="key key-longer">Tab</span></td>
|
|
|
+ <td><span class="key key-longer">Tab</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Outdent') }}:</th>
|
|
|
@@ -54,11 +54,11 @@
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Save Page') }}:</th>
|
|
|
- <td ><span class="key cmd-key"></span> + <span class="key">S</span></td>
|
|
|
+ <td><span class="key cmd-key"></span> + <span class="key">S</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
|
|
|
- <td ><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
+ <td><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div><!-- /.col-lg-6 -->
|
|
|
@@ -76,11 +76,11 @@
|
|
|
<table class="table">
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.commentform.Post') }}:</th>
|
|
|
- <td ><span class="key cmd-key"></span> + <span class="key key-longer">{% include '../widget/icon-keyboard-return-enter.html' %}</span></td>
|
|
|
+ <td><span class="key cmd-key"></span> + <span class="key key-longer">{% include '../widget/icon-keyboard-return-enter.html' %}</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
|
|
|
- <td ><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
+ <td><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div><!-- /.col-lg-6 -->
|