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>
|
|
|
|
<h3>
|
|
|
|
Keyboard shortcuts help
|
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
2014-04-12 09:05:57 +08:00
|
|
|
<div class="row" style="margin-left: 0">
|
|
|
|
<div class="span6">
|
|
|
|
|
|
|
|
<table class="table table-condensed table-striped">
|
|
|
|
<thead><tr><th>Mailbox</th></tr></thead>
|
|
|
|
<tbody>
|
|
|
|
<tr><td>Open user dropdown</td><td>`</td></tr>
|
|
|
|
<tr><td>Compose popup</td><td>W, C</td></tr>
|
|
|
|
<tr><td>Open message list more dropdown</td><td>Z</td></tr>
|
|
|
|
<tr><td>Open message view more dropdown</td><td>X</td></tr>
|
|
|
|
<tr><td>Help</td><td>?, Shift + /</td></tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<table class="table table-condensed table-striped">
|
|
|
|
<thead><tr><th>Message view (focused)</th></tr></thead>
|
|
|
|
<tbody>
|
|
|
|
<tr><td>Toggle fullscreen mode</td><td>Enter</td></tr>
|
|
|
|
<tr><td>Toggle message blockquotes</td><td>B</td></tr>
|
|
|
|
<tr><td>Print</td><td>Ctrl + P, Command + P</td></tr>
|
|
|
|
<tr><td>Exit fullscreen mode</td><td>Esc</td></tr>
|
|
|
|
<tr><td>Close message (No preview pane layout)</td><td>Esc</td></tr>
|
|
|
|
<tr><td>Switch focus back to message list</td><td>Tab, Shift + Tab</td></tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="span6">
|
|
|
|
|
|
|
|
<table class="table table-condensed table-striped">
|
|
|
|
<thead><tr><th>Message list</th></tr></thead>
|
|
|
|
<tbody>
|
|
|
|
<tr><td>Check All</td><td>Ctrl + A, Command + A</td></tr>
|
|
|
|
<tr><td>Delete selected messages</td><td>Delete, Shift + delete</td></tr>
|
|
|
|
<tr><td>Reply selected message</td><td>R</td></tr>
|
|
|
|
<tr><td>Reply All selected message</td><td>A</td></tr>
|
|
|
|
<tr><td>Froward selected message</td><td>F</td></tr>
|
|
|
|
<tr><td>Froward (multiply) selected messages</td><td>Shift + F</td></tr>
|
|
|
|
<tr><td>Move selected messages</td><td>M</td></tr>
|
|
|
|
<tr><td>Read selected messages</td><td>R</td></tr>
|
|
|
|
<tr><td>UnRead selected messages</td><td>U</td></tr>
|
|
|
|
<tr><td>Important, star/flag selected messages</td><td>I</td></tr>
|
|
|
|
<tr><td>Search</td><td>/</td></tr>
|
|
|
|
<tr><td>Cancel search</td><td>Esc</td></tr>
|
|
|
|
<tr><td>View message (No preview pane layout)</td><td>Enter</td></tr>
|
|
|
|
<tr><td>Switch focus to selected message</td><td>Tab, Shift + Tab</td></tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2014-04-08 05:03:58 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|