Fully handle "?" shortcut
This commit is contained in:
parent
441fd22557
commit
fdf2fe18a1
@ -408,9 +408,7 @@ function defocusSearchBar() {
|
||||
break;
|
||||
|
||||
case "?":
|
||||
if (ev.shiftKey) {
|
||||
displayHelp(true, ev);
|
||||
}
|
||||
displayHelp(true, ev);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user