diff --git a/CHANGELOG.md b/CHANGELOG.md index 981b2cc8ef..cfc710f5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +* In the HTML output, the search modal can now be navigated using using up and down keys. ([#2761]) + ### Changed * Created a warning for when the search index size is too big (500Kib). ([#2423], [#2753]) @@ -2139,6 +2143,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2748]: https://github.com/JuliaDocs/Documenter.jl/issues/2748 [#2750]: https://github.com/JuliaDocs/Documenter.jl/issues/2750 [#2753]: https://github.com/JuliaDocs/Documenter.jl/issues/2753 +[#2761]: https://github.com/JuliaDocs/Documenter.jl/issues/2761 [JuliaLang/julia#36953]: https://github.com/JuliaLang/julia/issues/36953 [JuliaLang/julia#38054]: https://github.com/JuliaLang/julia/issues/38054 [JuliaLang/julia#39841]: https://github.com/JuliaLang/julia/issues/39841 diff --git a/assets/html/js/shortcut.js b/assets/html/js/shortcut.js index c4452c2271..76ee562e7e 100644 --- a/assets/html/js/shortcut.js +++ b/assets/html/js/shortcut.js @@ -24,12 +24,21 @@ $(document).ready(function () { `; let search_modal_footer = ` -