Add "-" shortcut
This commit is contained in:
@@ -105,7 +105,7 @@ r##"<!DOCTYPE html>
|
|||||||
<dd>Switch tab</dd>
|
<dd>Switch tab</dd>
|
||||||
<dt>⏎</dt>
|
<dt>⏎</dt>
|
||||||
<dd>Go to active search result</dd>
|
<dd>Go to active search result</dd>
|
||||||
<dt>+</dt>
|
<dt style="width:31px;">+ / -</dt>
|
||||||
<dd>Collapse/expand all sections</dd>
|
<dd>Collapse/expand all sections</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -213,6 +213,7 @@
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case "+":
|
case "+":
|
||||||
|
case "-":
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
toggleAllDocs();
|
toggleAllDocs();
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -582,13 +582,14 @@ body.blur > :not(#help) {
|
|||||||
display: block;
|
display: block;
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
#help dd { margin: 5px 33px; }
|
#help dd { margin: 5px 35px; }
|
||||||
#help .infos { padding-left: 0; }
|
#help .infos { padding-left: 0; }
|
||||||
#help h1, #help h2 { margin-top: 0; }
|
#help h1, #help h2 { margin-top: 0; }
|
||||||
#help > div div {
|
#help > div div {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
padding-left: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stab {
|
.stab {
|
||||||
|
|||||||
Reference in New Issue
Block a user