Fixed shortcut handling. Reverted to [Shift]+[+=]
Realized browsers use [Ctrl]+[+=] for zoom, so using [Shift]+[+=] for collapse/expand was not necessarily a conflict. Also a bugfix.
This commit is contained in:
parent
01dc9f0be4
commit
57ab0edaf0
@ -103,7 +103,7 @@ r##"<!DOCTYPE html>
|
||||
<dd>Move down in search results</dd>
|
||||
<dt>⏎</dt>
|
||||
<dd>Go to active search result</dd>
|
||||
<dt>T</dt>
|
||||
<dt>+</dt>
|
||||
<dd>Collapse/expand all sections</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
@ -124,8 +124,8 @@
|
||||
focusSearchBar();
|
||||
break;
|
||||
|
||||
case "t":
|
||||
case "T":
|
||||
case "+":
|
||||
ev.preventDefault();
|
||||
toggleAllDocs();
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user