diff --git a/README.md b/README.md index 87e4787cb..838d11da8 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,8 @@ _Official proxy server is hosted by Hoppscotch - **[GitHub](https://github.com/h 🌎 **i18n:** Experience the app in your own language. +Help us to translate Hoppscotch. Please read [`TRANSLATIONS`](TRANSLATIONS.md) for details on our [`CODE OF CONDUCT`](CODE_OF_CONDUCT.md), and the process for submitting pull requests to us. + 📦 **Add-ons:** Official add-ons for hoppscotch. - **[Proxy](https://github.com/hoppscotch/proxyscotch)** - A simple proxy server created for Hoppscotch diff --git a/components/app/SearchEntry.vue b/components/app/SearchEntry.vue index 12275c0c6..2b25f9eff 100644 --- a/components/app/SearchEntry.vue +++ b/components/app/SearchEntry.vue @@ -9,14 +9,33 @@ items-center group hover:bg-primaryLight + focus:outline-none + focus-visible:bg-primaryLight " + tabindex="0" @click="$emit('action', shortcut.action)" + @keydown.enter="$emit('action', shortcut.action)" > - + {{ $t(shortcut.label) }}