]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/App.vue
Added custom hotkey support
[github/bastienwirtz/homer.git] / src / App.vue
index 1f4f5099625a26583174a504bf862d0497e32661..9b4803f2d04005e1092c3846ee9baa68998f8acf 100644 (file)
@@ -41,6 +41,7 @@
 
         <SearchInput
           class="navbar-item is-inline-block-mobile"
+          :hotkey="config.hotkey"
           @input="filterServices"
           @search-focus="showMenu = true"
           @search-open="navigateToFirstService"