Allow Cmd/Ctrl+K for search, remove 's'

This commit is contained in:
Alex Shpak
2026-05-17 23:27:08 +02:00
parent 3a475b0761
commit 9ab28a9b36
2 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<input id="book-search-input" type="text"
placeholder="{{ partial "docs/text/i18n" "Search" }}"
aria-label="{{ partial "docs/text/i18n" "Search" }}"
maxlength="64" data-hotkeys="s/" />
maxlength="64" />
<div class="book-search-spinner hidden"></div>
<ul id="book-search-results"></ul>
</div>