Skip to content

Commit

Permalink
explain what esc does
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Feb 25, 2021
1 parent 0ab7c1d commit f82d9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2913,6 +2913,7 @@ function defocusSearchBar() {
["⏎", "Go to active search result"],
["+", "Expand all sections"],
["-", "Collapse all sections"],
["esc", "Close the search view"],
].map(function(x) {
return "<dt>" +
x[0].split(" ")
Expand Down

0 comments on commit f82d9b2

Please sign in to comment.