Fully handle "?" shortcut

This commit is contained in:
Guillaume Gomez 2020-08-11 11:30:50 +02:00
parent 441fd22557
commit fdf2fe18a1

View File

@ -408,9 +408,7 @@ function defocusSearchBar() {
break;
case "?":
if (ev.shiftKey) {
displayHelp(true, ev);
}
displayHelp(true, ev);
break;
}
}