]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Added requested changes
authorRobin Schneider <robin-schneider@outlook.de>
Mon, 11 Oct 2021 21:54:34 +0000 (23:54 +0200)
committerRobin Schneider <robin-schneider@outlook.de>
Mon, 11 Oct 2021 21:54:34 +0000 (23:54 +0200)
docs/configuration.md
src/App.vue

index 080f29652663a83d57edf4c9941f60455da55f86..e2b55060dd9a538857cc38c593d9f830af77f1d0 100644 (file)
@@ -20,7 +20,8 @@ logo: "assets/logo.png"
 
 header: true # Set to false to hide the header
 # Optional: Different hotkey for search, defaults to "/"
-# hotkey: "Shift"
+# hotkey:
+#   search: "Shift"
 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.
 
 columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12)
index 5e717969137e0e0a0c94010f7f800bb6f027d226..a0de3386b6ebaa0e9fa4fe20d3f4e5e2140ee60e 100644 (file)
@@ -41,7 +41,7 @@
 
         <SearchInput
           class="navbar-item is-inline-block-mobile"
-          :hotkey="config.hotkey"
+          :hotkey="config.hotkey.search"
           @input="filterServices"
           @search-focus="showMenu = true"
           @search-open="navigateToFirstService"