Rollup merge of #33797 - alex-ozdemir:rustdoc, r=GuillaumeGomez

Changed toggle all sections key to `T`

Allows both `T` and `t`.

It had been [Shift]+[+] before.

In response to #33791.

cc @Manishearth
r? @GuillaumeGomez
This commit is contained in:
Guillaume Gomez 2016-05-24 12:58:18 +02:00
commit 1e4a77bef2

View File

@ -125,6 +125,7 @@
break; break;
case "+": case "+":
ev.preventDefault();
toggleAllDocs(); toggleAllDocs();
break; break;