mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-31 06:48:24 -04:00
Search: Keyboard Bindings for easier navigation (#138)
* set up basic actions on keypress * add actions to perform conditionally * add simple highlight animation * prevent mouseclick to change active element * clear input box on Escape * click on Arrow Right * clear results and focus search-input on esc * refactor
This commit is contained in:
parent
d6b2282582
commit
b7f8749cdf
3 changed files with 71 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
{{- end}}
|
||||
</header>
|
||||
|
||||
<div class="searchbox">
|
||||
<div id="searchbox">
|
||||
<input id="searchInput" autofocus placeholder="{{.Title}} ↵" aria-label="search">
|
||||
<ul id="searchResults" aria-label="search results"></ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue