Rollup merge of #75393 - GuillaumeGomez:fix-help-shortcut, r=pickfire
Fully handle "?" shortcut Fixes #75386. cc @runiq
This commit is contained in:
commit
a4211977d7
@ -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