Fully handle "?" shortcut
This commit is contained in:
parent
441fd22557
commit
fdf2fe18a1
1 changed files with 1 additions and 3 deletions
|
@ -408,9 +408,7 @@ function defocusSearchBar() {
|
|||
break;
|
||||
|
||||
case "?":
|
||||
if (ev.shiftKey) {
|
||||
displayHelp(true, ev);
|
||||
}
|
||||
displayHelp(true, ev);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue