|
@@ -13,80 +13,82 @@
|
|
|
<div class="col-lg-6">
|
|
<div class="col-lg-6">
|
|
|
<h3><strong>{{ t('modal_shortcuts.global.title') }}</strong></h3>
|
|
<h3><strong>{{ t('modal_shortcuts.global.title') }}</strong></h3>
|
|
|
|
|
|
|
|
|
|
+ <table class="table table-responsive">
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>{{ t('modal_shortcuts.global.Open/Close shortcut help') }}:</th>
|
|
|
|
|
+ <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>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>{{ t('modal_shortcuts.global.Edit Page') }}:</th>
|
|
|
|
|
+ <td><span class="key">E</span></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>{{ t('modal_shortcuts.global.Show Contributors') }}:</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <a href="{{ t('modal_shortcuts.global.konami_code_url') }}" target="_blank">{{ t('modal_shortcuts.global.Konami Code') }}</a><br>
|
|
|
|
|
+ <span class="key key-small">↑</span> <span class="key key-small">↑</span>
|
|
|
|
|
+ <span class="key key-small">↓</span> <span class="key key-small">↓</span>
|
|
|
|
|
+ <span class="key key-small">←</span><br><span class="key key-small">→</span>
|
|
|
|
|
+ <span class="key key-small">←</span> <span class="key key-small">→</span>
|
|
|
|
|
+ <span class="key key-small">B</span> <span class="key key-small">A</span>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div><!-- /.col-lg-6 -->
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <div class="col-lg-6">
|
|
|
|
|
+ <h3><strong>{{ t('modal_shortcuts.editor.title') }}</strong></h3>
|
|
|
|
|
+
|
|
|
<table class="table table-responsive">
|
|
<table class="table table-responsive">
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th>{{ t('modal_shortcuts.global.Open/Close shortcut help') }}:</th>
|
|
|
|
|
- <td><span class="key cmd-key"></span> + <span class="key">/</span></td>
|
|
|
|
|
|
|
+ <th>{{ t('modal_shortcuts.editor.Indent') }}:</th>
|
|
|
|
|
+ <td><span class="key key-longer">Tab</span></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th>{{ t('modal_shortcuts.global.Create Page') }}:</th>
|
|
|
|
|
- <td><span class="key">C</span></td>
|
|
|
|
|
|
|
+ <th>{{ t('modal_shortcuts.editor.Outdent') }}:</th>
|
|
|
|
|
+ <td class="text-nowrap"><span class="key key-long">Shift</span> + <span class="key key-longer">Tab</span></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th>{{ t('modal_shortcuts.global.Edit Page') }}:</th>
|
|
|
|
|
- <td><span class="key">E</span></td>
|
|
|
|
|
|
|
+ <th>{{ t('modal_shortcuts.editor.Save Page') }}:</th>
|
|
|
|
|
+ <td><span class="key cmd-key"></span> + <span class="key">S</span></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th>{{ t('modal_shortcuts.global.Show Contributors') }}:</th>
|
|
|
|
|
- <td>
|
|
|
|
|
- <a href="{{ t('modal_shortcuts.global.konami_code_url') }}" target="_blank">{{ t('modal_shortcuts.global.Konami Code') }}</a><br>
|
|
|
|
|
- <span class="key key-small">↑</span> <span class="key key-small">↑</span>
|
|
|
|
|
- <span class="key key-small">↓</span> <span class="key key-small">↓</span>
|
|
|
|
|
- <span class="key key-small">←</span><br><span class="key key-small">→</span>
|
|
|
|
|
- <span class="key key-small">←</span> <span class="key key-small">→</span>
|
|
|
|
|
- <span class="key key-small">B</span> <span class="key key-small">A</span>
|
|
|
|
|
- </td>
|
|
|
|
|
|
|
+ <th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
|
|
|
|
|
+ <td><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
|
- </div><!-- /.col-lg-6 -->
|
|
|
|
|
-
|
|
|
|
|
|
|
+ </div><!-- /.col-lg-6 -->
|
|
|
|
|
+ </div><!-- /.row -->
|
|
|
|
|
+ </div><!-- /.container -->
|
|
|
|
|
|
|
|
- <div class="col-lg-6">
|
|
|
|
|
- <h3><strong>{{ t('modal_shortcuts.editor.title') }}</strong></h3>
|
|
|
|
|
-
|
|
|
|
|
- <table class="table table-responsive">
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>{{ t('modal_shortcuts.editor.Indent') }}:</th>
|
|
|
|
|
- <td><span class="key key-longer">Tab</span></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>{{ t('modal_shortcuts.editor.Outdent') }}:</th>
|
|
|
|
|
- <td class="text-nowrap"><span class="key key-long">Shift</span> + <span class="key key-longer">Tab</span></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>{{ t('modal_shortcuts.editor.Save Page') }}:</th>
|
|
|
|
|
- <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>
|
|
|
|
|
- </tr>
|
|
|
|
|
- </table>
|
|
|
|
|
- </div><!-- /.col-lg-6 -->
|
|
|
|
|
-
|
|
|
|
|
- </div><!-- /.row -->
|
|
|
|
|
-
|
|
|
|
|
- <div class="row">
|
|
|
|
|
- <div class="col-lg-6">
|
|
|
|
|
- <h3><strong></strong></h3>
|
|
|
|
|
- </div><!-- /.col-lg-6 -->
|
|
|
|
|
|
|
+ <div class="container">
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col-lg-6">
|
|
|
|
|
+ <h3><strong></strong></h3>
|
|
|
|
|
+ </div><!-- /.col-lg-6 -->
|
|
|
|
|
|
|
|
- <div class="col-lg-6">
|
|
|
|
|
- <h3><strong>{{ t('modal_shortcuts.commentform.title') }}</strong></h3>
|
|
|
|
|
|
|
+ <div class="col-lg-6">
|
|
|
|
|
+ <h3><strong>{{ t('modal_shortcuts.commentform.title') }}</strong></h3>
|
|
|
|
|
|
|
|
- <table class="table table-responsive">
|
|
|
|
|
- <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>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
|
|
|
|
|
- <td><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- </table>
|
|
|
|
|
- </div><!-- /.col-lg-6 -->
|
|
|
|
|
|
|
+ <table class="table table-responsive">
|
|
|
|
|
+ <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>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>{{ t('modal_shortcuts.editor.Delete Line') }}:</th>
|
|
|
|
|
+ <td><span class="key cmd-key"></span> + <span class="key">D</span></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div><!-- /.col-lg-6 -->
|
|
|
|
|
|
|
|
- </div><!-- /.row -->
|
|
|
|
|
|
|
+ </div><!-- /.row -->
|
|
|
|
|
+ </div><!-- /.container -->
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|