Skip to content

Commit a61d0be

Browse files
committed
Deploy website
Deploy website version based on a6bd89a1a56b717d2054b6536b691531fa7951ce
1 parent 144f8b3 commit a61d0be

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/configuration/key-bindings.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,20 @@ <h3><a class="anchor" aria-hidden="true" id="basic-editing"></a><a href="#basic-
232232
</tbody>
233233
</table>
234234
<h3><a class="anchor" aria-hidden="true" id="list--menu-commands"></a><a href="#list--menu-commands" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>List / Menu commands</h3>
235+
<blockquote>
236+
<p>NOTE: Some of the list select commands may not be fully hooked up yet, such that they may not respect vertical/horizontal opening.</p>
237+
</blockquote>
235238
<table>
236239
<thead>
237240
<tr><th>Default Key Binding</th><th>Description</th><th>Command</th></tr>
238241
</thead>
239242
<tbody>
240243
<tr><td>Up Arrow / Control+P</td><td>Move focus up</td><td><code>list.focusUp</code></td></tr>
241244
<tr><td>Down Arrow / Control+N</td><td>Move focus down</td><td><code>list.focusDown</code></td></tr>
245+
<tr><td>Enter</td><td>Select current item</td><td><code>list.select</code></td></tr>
246+
<tr><td>Shift-Enter</td><td>Select current item (vertical open)</td><td><code>oni.list.selectVertical</code></td></tr>
247+
<tr><td>Ctrl-x</td><td>Select current item (horizontal open)</td><td><code>oni.list.selectHorizontal</code></td></tr>
248+
<tr><td>Ctrl-t</td><td>Select current item (new tab)</td><td><code>oni.list.selectNewTab</code></td></tr>
242249
</tbody>
243250
</table>
244251
<h3><a class="anchor" aria-hidden="true" id="search-pane"></a><a href="#search-pane" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Search Pane</h3>

docs/configuration/key-bindings/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,20 @@ <h3><a class="anchor" aria-hidden="true" id="basic-editing"></a><a href="#basic-
232232
</tbody>
233233
</table>
234234
<h3><a class="anchor" aria-hidden="true" id="list--menu-commands"></a><a href="#list--menu-commands" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>List / Menu commands</h3>
235+
<blockquote>
236+
<p>NOTE: Some of the list select commands may not be fully hooked up yet, such that they may not respect vertical/horizontal opening.</p>
237+
</blockquote>
235238
<table>
236239
<thead>
237240
<tr><th>Default Key Binding</th><th>Description</th><th>Command</th></tr>
238241
</thead>
239242
<tbody>
240243
<tr><td>Up Arrow / Control+P</td><td>Move focus up</td><td><code>list.focusUp</code></td></tr>
241244
<tr><td>Down Arrow / Control+N</td><td>Move focus down</td><td><code>list.focusDown</code></td></tr>
245+
<tr><td>Enter</td><td>Select current item</td><td><code>list.select</code></td></tr>
246+
<tr><td>Shift-Enter</td><td>Select current item (vertical open)</td><td><code>oni.list.selectVertical</code></td></tr>
247+
<tr><td>Ctrl-x</td><td>Select current item (horizontal open)</td><td><code>oni.list.selectHorizontal</code></td></tr>
248+
<tr><td>Ctrl-t</td><td>Select current item (new tab)</td><td><code>oni.list.selectNewTab</code></td></tr>
242249
</tbody>
243250
</table>
244251
<h3><a class="anchor" aria-hidden="true" id="search-pane"></a><a href="#search-pane" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a>Search Pane</h3>

0 commit comments

Comments
 (0)