2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Change shortcut key for search to join command palette fad, but preserve old shortcut too

This commit is contained in:
Mark Otto
2022-02-23 16:42:55 -08:00
parent 4d1d58c0ad
commit be2b85d4e5
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<hr class="d-lg-none text-white-50">
{{ if eq .Layout "docs" }}
<form class="bd-search">
<form class="bd-search" data-shortcut="⌘K">
<input type="search" class="form-control" id="search-input" placeholder="Search docs..." aria-label="Search docs for..." autocomplete="off" data-bd-docs-version="{{ .Site.Params.docs_version }}">
</form>