File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -232,13 +232,20 @@ <h3><a class="anchor" aria-hidden="true" id="basic-editing"></a><a href="#basic-
232
232
</ tbody >
233
233
</ table >
234
234
< 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 >
235
238
< table >
236
239
< thead >
237
240
< tr > < th > Default Key Binding</ th > < th > Description</ th > < th > Command</ th > </ tr >
238
241
</ thead >
239
242
< tbody >
240
243
< tr > < td > Up Arrow / Control+P</ td > < td > Move focus up</ td > < td > < code > list.focusUp</ code > </ td > </ tr >
241
244
< 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 >
242
249
</ tbody >
243
250
</ table >
244
251
< 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 >
Original file line number Diff line number Diff line change @@ -232,13 +232,20 @@ <h3><a class="anchor" aria-hidden="true" id="basic-editing"></a><a href="#basic-
232
232
</ tbody >
233
233
</ table >
234
234
< 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 >
235
238
< table >
236
239
< thead >
237
240
< tr > < th > Default Key Binding</ th > < th > Description</ th > < th > Command</ th > </ tr >
238
241
</ thead >
239
242
< tbody >
240
243
< tr > < td > Up Arrow / Control+P</ td > < td > Move focus up</ td > < td > < code > list.focusUp</ code > </ td > </ tr >
241
244
< 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 >
242
249
</ tbody >
243
250
</ table >
244
251
< 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 >
You can’t perform that action at this time.
0 commit comments