diff options
-rw-r--r-- | docs/configuration.md | 3 | ||||
-rw-r--r-- | src/App.vue | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 080f296..e2b5506 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -20,7 +20,8 @@ logo: "assets/logo.png" | |||
20 | 20 | ||
21 | header: true # Set to false to hide the header | 21 | header: true # Set to false to hide the header |
22 | # Optional: Different hotkey for search, defaults to "/" | 22 | # Optional: Different hotkey for search, defaults to "/" |
23 | # hotkey: "Shift" | 23 | # hotkey: |
24 | # search: "Shift" | ||
24 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. | 25 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. |
25 | 26 | ||
26 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) | 27 | columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) |
diff --git a/src/App.vue b/src/App.vue index 5e71796..a0de338 100644 --- a/src/App.vue +++ b/src/App.vue | |||
@@ -41,7 +41,7 @@ | |||
41 | 41 | ||
42 | <SearchInput | 42 | <SearchInput |
43 | class="navbar-item is-inline-block-mobile" | 43 | class="navbar-item is-inline-block-mobile" |
44 | :hotkey="config.hotkey" | 44 | :hotkey="config.hotkey.search" |
45 | @input="filterServices" | 45 | @input="filterServices" |
46 | @search-focus="showMenu = true" | 46 | @search-focus="showMenu = true" |
47 | @search-open="navigateToFirstService" | 47 | @search-open="navigateToFirstService" |