Changed toggle all sections key to T
Allows both `T` and `t`. It had been [Shift]+[+] before.
This commit is contained in:
parent
ab09fbca23
commit
01dc9f0be4
2 changed files with 3 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ r##"<!DOCTYPE html>
|
|||
<dd>Move down in search results</dd>
|
||||
<dt>⏎</dt>
|
||||
<dd>Go to active search result</dd>
|
||||
<dt>+</dt>
|
||||
<dt>T</dt>
|
||||
<dd>Collapse/expand all sections</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -124,7 +124,8 @@
|
|||
focusSearchBar();
|
||||
break;
|
||||
|
||||
case "+":
|
||||
case "t":
|
||||
case "T":
|
||||
toggleAllDocs();
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue