Changed toggle all sections key to T
Allows both `T` and `t`. It had been [Shift]+[+] before.
This commit is contained in:
@@ -124,7 +124,8 @@
|
||||
focusSearchBar();
|
||||
break;
|
||||
|
||||
case "+":
|
||||
case "t":
|
||||
case "T":
|
||||
toggleAllDocs();
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user