Document "send reply" shortcut

Meta/Ctrl + Enter when in the reply dialog will send your reply
immediately -- right now, this is not documented.

Also allows the keyboard shortcuts dialog to overflow vertically if
necessary.

Bug: Issue 8103
Change-Id: Ifa061413c781a1a2d2b250b49369a67c91522693
This commit is contained in:
Kasper Nilsson
2018-01-08 13:15:36 -08:00
parent 3bf80c57ba
commit d83a9050ed

View File

@@ -23,6 +23,8 @@ limitations under the License.
<style include="shared-styles">
:host {
display: block;
max-height: 100vh;
overflow-y: auto;
}
header{
padding: 1em;
@@ -260,6 +262,23 @@ limitations under the License.
<td><span class="key">z</span></td>
<td>Collapse all messages</td>
</tr>
<tr>
<td></td><td class="header">Reply dialog</td>
</tr>
<tr>
<td>
<span class="key modifier">Ctrl</span>
<span class="key">Enter</span><br/>
</td>
<td>Send reply</td>
</tr>
<tr>
<td>
<span class="key modifier">Meta</span>
<span class="key">Enter</span>
</td>
<td>Send reply</td>
</tr>
<tr>
<td></td><td class="header">File list</td>
</tr>