2014-04-08 05:03:58 +08:00
|
|
|
<div class="popups">
|
|
|
|
<div class="modal hide b-shortcuts-content" data-bind="modal: modalVisibility">
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-bind="command: cancelCommand">×</button>
|
2014-04-18 06:42:30 +08:00
|
|
|
<h3 class="i18n" data-i18n-text="SHORTCUTS_HELP/LEGEND_SHORTCUTS_HELP"></h3>
|
2014-04-08 05:03:58 +08:00
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
2014-04-13 08:32:07 +08:00
|
|
|
<ul class="nav nav-tabs">
|
2014-04-18 06:42:30 +08:00
|
|
|
<li class="active">
|
|
|
|
<a class="i18n" data-i18n-text="SHORTCUTS_HELP/TAB_MAILBOX" href="#mailbox-shortcuts-id" data-toggle="tab"></a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a class="i18n" data-i18n-text="SHORTCUTS_HELP/TAB_MESSAGE_LIST" href="#message-list-shortcuts-id" data-toggle="tab"></a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a class="i18n" data-i18n-text="SHORTCUTS_HELP/TAB_MESSAGE_VIEW" href="#message-view-shortcuts-id" data-toggle="tab"></a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a class="i18n" data-i18n-text="SHORTCUTS_HELP/TAB_COMPOSE" href="#compose-shortcuts-id" data-toggle="tab"></a>
|
|
|
|
</li>
|
2014-04-13 08:32:07 +08:00
|
|
|
</ul>
|
|
|
|
<br />
|
|
|
|
<div class="tab-content span8">
|
|
|
|
<div class="tab-pane active" id="mailbox-shortcuts-id">
|
2014-04-18 06:42:30 +08:00
|
|
|
|
2014-04-13 08:32:07 +08:00
|
|
|
<table class="table table-striped table-bordered">
|
2014-04-12 09:05:57 +08:00
|
|
|
<tbody>
|
2014-04-18 06:42:30 +08:00
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_OPEN_USER_DROPDOWN"></td><td>` (tilde)</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_REPLY"></td><td>R</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_REPLY_ALL"></td><td>A</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_FORWARD"></td><td>F</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_FORWARD_MULTIPLY"></td><td>Shift + F</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_HELP"></td><td>?, Shift + /</td></tr>
|
2014-04-12 09:05:57 +08:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
2014-04-13 08:32:07 +08:00
|
|
|
</div>
|
|
|
|
<div class="tab-pane" id="message-list-shortcuts-id">
|
|
|
|
|
|
|
|
<table class="table table-striped table-bordered">
|
|
|
|
<tbody>
|
2014-04-18 06:42:30 +08:00
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_CHECK_ALL"></td><td>Ctrl + A, Command + A</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_ARCHIVE"></td><td>Z</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_DELETE"></td><td>Delete, Shift + Delete</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_MOVE"></td><td>M</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_READ"></td><td>Q</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_UNREAD"></td><td>U</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_IMPORTANT"></td><td>I</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SEARCH"></td><td>/</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_CANCEL_SEARCH"></td><td>Esc</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_FULLSCREEN_ENTER"></td><td>Enter</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_VIEW_MESSAGE_ENTER"></td><td>Enter</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SWITCH_TO_MESSAGE"></td><td>→, Tab</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SWITCH_TO_FOLDER_LIST"></td><td>←, Shift + Tab</td></tr>
|
2014-04-13 08:32:07 +08:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="tab-pane" id="message-view-shortcuts-id">
|
|
|
|
|
|
|
|
<table class="table table-striped table-bordered">
|
2014-04-12 09:05:57 +08:00
|
|
|
<tbody>
|
2014-04-18 06:42:30 +08:00
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_FULLSCREEN_TOGGLE">Toggle fullscreen mode</td><td>Enter</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_BLOCKQUOTES_TOGGLE">Toggle message blockquotes</td><td>B</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_PRINT">Print</td><td>Ctrl + P, Command + P</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_EXIT_FULLSCREEN">Exit fullscreen mode</td><td>Esc</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_CLOSE_MESSAGE">Close message (No preview pane layout)</td><td>Esc</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SWITCH_TO_LIST">Switch focus back to message list</td><td>Tab, Shift + Tab, Esc</td></tr>
|
2014-04-12 09:05:57 +08:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
2014-04-13 08:32:07 +08:00
|
|
|
<div class="tab-pane" id="compose-shortcuts-id">
|
2014-04-12 09:05:57 +08:00
|
|
|
|
2014-04-13 08:32:07 +08:00
|
|
|
<table class="table table-striped table-bordered">
|
2014-04-12 09:05:57 +08:00
|
|
|
<tbody>
|
2014-04-18 06:42:30 +08:00
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_OPEN_COMPOSE_POPUP"></td><td>W, C</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_OPEN_IDENTITIES_DROPDOWN"></td><td>Ctrl + Q, Command + Q</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SAVE_MESSAGE"></td><td>Ctrl + S, Command + S</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SEND_MESSAGE"></td><td>Ctrl + Enter, Command + Enter</td></tr>
|
|
|
|
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_CLOSE_COMPOSE"></td><td>Esc</td></tr>
|
2014-04-12 09:05:57 +08:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-04-08 05:03:58 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|