Merge "Polygerrit: Respect enter key in file table"

This commit is contained in:
Wyatt Allen
2017-07-31 16:28:27 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 2 deletions

View File

@@ -133,7 +133,7 @@
'c': '_handleCKey',
'[': '_handleLeftBracketKey',
']': '_handleRightBracketKey',
'o': '_handleOKey',
'o enter': '_handleOKey',
'n': '_handleNKey',
'p': '_handlePKey',
'r': '_handleRKey',

View File

@@ -243,7 +243,10 @@ limitations under the License.
<td>Select previous file</td>
</tr>
<tr>
<td><span class="key">o</span></td>
<td>
<span class="key">Enter</span> or
<span class="key">o</span>
</td>
<td>Show selected file</td>
</tr>
<tr>