aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/App.vue
diff options
context:
space:
mode:
authorRobin Schneider <robin-schneider@outlook.de>2021-09-11 12:42:57 +0200
committerRobin Schneider <robin-schneider@outlook.de>2021-09-11 12:42:57 +0200
commit584f2b4b32e69865d9561f1537142791710f676d (patch)
treee56da69a2f4793a65171a99dd234de2bcae0bc51 /src/App.vue
parent6b54eedae7bf2632fbb1ec1d9419a7b71cf102cc (diff)
downloadhomer-584f2b4b32e69865d9561f1537142791710f676d.tar.gz
homer-584f2b4b32e69865d9561f1537142791710f676d.tar.zst
homer-584f2b4b32e69865d9561f1537142791710f676d.zip
Added custom hotkey support
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index 1f4f509..9b4803f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -41,6 +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 @input="filterServices" 45 @input="filterServices"
45 @search-focus="showMenu = true" 46 @search-focus="showMenu = true"
46 @search-open="navigateToFirstService" 47 @search-open="navigateToFirstService"